Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/font/
Dfont_ResourceFormat.h211 u32 sheetSize; member
248 u32 sheetSize; // テクスチャシートデータサイズ(byte単位) member
Dfont_PackedFont.h502 u32 sheetSize);
Dfont_ArchiveFontBase.h468 u32 GetSheetSize() const { return mpData->body.sheetSize; } in GetSheetSize()
/NW4C-1.3.3/sources/libraries/font/
Dfont_PackedFont.cpp595 u32 sheetSize in AssignMemory() argument
619 / (sheetSize + sizeof(LRUManager::OrderNode) in AssignMemory()
626 u32 sizeSheetCached = sheetSize * numSheetCache; in AssignMemory()
770 const u32 offsetBytes = cacheIndex * GetFINF()->pGlyph->sheetSize; in GetLoadedSheet()
842 u32 sheetSize; in ConstructOpAnalyzeGLGRPacked() local
855 sheetSize = gg.GetSheetSize(); in ConstructOpAnalyzeGLGRPacked()
927 … = AssignMemory(pValiableBuffer, sizeValiableBuffer, numResSheet, numLoadSheet, sheetSize); in ConstructOpAnalyzeGLGRPacked()
Dfont_ResFontBase.cpp427 const u32 offsetBytes = sheetNo * tg.sheetSize; in GetGlyphFromIndex()
530 offsetBytes += tg.sheetSize; in GenTextureNames()
534 nngxUpdateBuffer(tg.sheetImage, tg.sheetSize * sheetNum); in GenTextureNames()
Dfont_ResFont.cpp300 NW_FONT_MINMAX_ASSERT ( glyph->sheetSize, 32 * 32 / 2, 1024 * 1024 * 4 ); in Rebuild()
Dfont_ArchiveFont.cpp331 const u32 offsetBytes = sheetNo * tg.sheetSize; in GetGlyphFromIndex()
Dfont_ArchiveFontBase.cpp656 const u32 copySize = pContext->pFINF->pGlyph->sheetSize; in ConstructOpPrepairCopySheet()