Home
last modified time | relevance | path

Searched refs:sheetSize (Results 1 – 8 of 8) sorted by relevance

/NW4C-2.0.3/include/nw/font/
Dfont_ResourceFormat.h213 u32 sheetSize; member
250 u32 sheetSize; // テクスチャシートデータサイズ(byte単位) member
Dfont_PackedFont.h504 u32 sheetSize);
Dfont_ArchiveFontBase.h470 u32 GetSheetSize() const { return mpData->body.sheetSize; } in GetSheetSize()
/NW4C-2.0.3/sources/libraries/font/
Dfont_PackedFont.cpp597 u32 sheetSize in AssignMemory() argument
621 / (sheetSize + sizeof(LRUManager::OrderNode) in AssignMemory()
628 u32 sizeSheetCached = sheetSize * numSheetCache; in AssignMemory()
772 const u32 offsetBytes = cacheIndex * GetFINF()->pGlyph->sheetSize; in GetLoadedSheet()
844 u32 sheetSize; in ConstructOpAnalyzeGLGRPacked() local
857 sheetSize = gg.GetSheetSize(); in ConstructOpAnalyzeGLGRPacked()
929 … = AssignMemory(pValiableBuffer, sizeValiableBuffer, numResSheet, numLoadSheet, sheetSize); in ConstructOpAnalyzeGLGRPacked()
Dfont_ResFontBase.cpp429 const u32 offsetBytes = sheetNo * tg.sheetSize; in GetGlyphFromIndex()
532 offsetBytes += tg.sheetSize; in GenTextureNames()
536 nngxUpdateBuffer(tg.sheetImage, tg.sheetSize * sheetNum); in GenTextureNames()
Dfont_ResFont.cpp302 NW_FONT_MINMAX_ASSERT ( glyph->sheetSize, 32 * 32 / 2, 1024 * 1024 * 4 ); in Rebuild()
Dfont_ArchiveFont.cpp333 const u32 offsetBytes = sheetNo * tg.sheetSize; in GetGlyphFromIndex()
Dfont_ArchiveFontBase.cpp658 const u32 copySize = pContext->pFINF->pGlyph->sheetSize; in ConstructOpPrepairCopySheet()