Home
last modified time | relevance | path

Searched refs:pGlyph (Results 1 – 9 of 9) sorted by relevance

/NW4C-1.2.23/sources/libraries/font/
Dfont_ResFont.cpp73 const FontTextureGlyph* pGlyph = NULL; in GetDrawBufferSize() local
106 pGlyph = reinterpret_cast<const FontTextureGlyph*>( in GetDrawBufferSize()
118 if (pGlyph == NULL) in GetDrawBufferSize()
123 return sizeof(internal::TextureObject) * pGlyph->sheetNum; in GetDrawBufferSize()
266 NN_NULL_ASSERT(info->pGlyph); in Rebuild()
267 ResolveOffset(info->pGlyph, fileHeader); in Rebuild()
268 NN_POINTER_ASSERT(info->pGlyph); in Rebuild()
Dfont_ResFontBase.cpp143 return m_pFontInfo->pGlyph->baselinePos; in GetBaselinePos()
150 return m_pFontInfo->pGlyph->cellHeight; in GetCellHeight()
157 return m_pFontInfo->pGlyph->cellWidth; in GetCellWidth()
164 return m_pFontInfo->pGlyph->maxCharWidth; in GetMaxCharWidth()
177 return static_cast<TexFmt>(m_pFontInfo->pGlyph->sheetFormat); in GetTextureFormat()
423 const FontTextureGlyph& tg = *m_pFontInfo->pGlyph; in GetGlyphFromIndex()
511 return m_pFontInfo->pGlyph->sheetNum; in GetActiveSheetNum()
520 const FontTextureGlyph& tg = *m_pFontInfo->pGlyph; in GenTextureNames()
Dfont_ArchiveFontBase.cpp127 const FontTextureGlyph& tg = *GetFINF()->pGlyph; in AdjustIndex()
601 pContext->pFINF->pGlyph = pContext->GetCurrentPtr<FontTextureGlyph*>(); in ConstructOpAnalyzeTGLP()
607 …const bool bSheetCompressed = ((pContext->pFINF->pGlyph->sheetFormat & FONT_SHEET_FORMAT_COMPRESSE… in ConstructOpAnalyzeTGLP()
608 pContext->pFINF->pGlyph->sheetFormat &= FONT_SHEET_FORMAT_MASK; in ConstructOpAnalyzeTGLP()
620 pContext->pFINF->pGlyph->sheetNum = numLoadSheet; in ConstructOpAnalyzeTGLP()
624 u32 sheetOffset = reinterpret_cast<u32>(pContext->pFINF->pGlyph->sheetImage); in ConstructOpAnalyzeTGLP()
628 pContext->pFINF->pGlyph->sheetImage = pContext->GetCurrentPtr<u8*>(); in ConstructOpAnalyzeTGLP()
656 const u32 copySize = pContext->pFINF->pGlyph->sheetSize; in ConstructOpPrepairCopySheet()
Dfont_PackedFont.cpp316 Glyph* pGlyph, in GetGlyph() argument
320 NN_POINTER_ASSERT(pGlyph); in GetGlyph()
338 pGlyph->isSheetUpdated = true; in GetGlyph()
342 MakeGlyph(pGlyph, index, cacheIndex); in GetGlyph()
665 const FontTextureGlyph& tg = *GetFINF()->pGlyph; in MakeGlyph()
720 const FontTextureGlyph& tg = *GetFINF()->pGlyph; in CalcSheetIndex()
770 const u32 offsetBytes = cacheIndex * GetFINF()->pGlyph->sheetSize; in GetLoadedSheet()
Dfont_ArchiveFont.cpp230 u32 texNamesSize = pContext->pFINF->pGlyph->sheetNum * sizeof(internal::TextureObject); in StreamingConstruct()
319 const FontTextureGlyph& tg = *GetFINF()->pGlyph; in GetGlyphFromIndex()
/NW4C-1.2.23/include/nw/font/
Dfont_ArchiveFont.h133 Glyph* pGlyph,
151 Glyph* pGlyph,
Dfont_ResFontBase.h90 Glyph* pGlyph,
Dfont_Font.h296 Glyph* pGlyph,
Dfont_ResourceFormat.h311 FontTextureGlyph* pGlyph; // 唯一の FontGlyph へのポインタ member