Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_ResFont.cpp75 const FontTextureGlyph* pGlyph = NULL; in GetDrawBufferSize() local
108 pGlyph = reinterpret_cast<const FontTextureGlyph*>( in GetDrawBufferSize()
120 if (pGlyph == NULL) in GetDrawBufferSize()
125 return sizeof(internal::TextureObject) * pGlyph->sheetNum; in GetDrawBufferSize()
268 NN_NULL_ASSERT(info->pGlyph); in Rebuild()
269 ResolveOffset(info->pGlyph, fileHeader); in Rebuild()
270 NN_POINTER_ASSERT(info->pGlyph); in Rebuild()
Dfont_ResFontBase.cpp145 return m_pFontInfo->pGlyph->baselinePos; in GetBaselinePos()
152 return m_pFontInfo->pGlyph->cellHeight; in GetCellHeight()
159 return m_pFontInfo->pGlyph->cellWidth; in GetCellWidth()
166 return m_pFontInfo->pGlyph->maxCharWidth; in GetMaxCharWidth()
179 return static_cast<TexFmt>(m_pFontInfo->pGlyph->sheetFormat); in GetTextureFormat()
425 const FontTextureGlyph& tg = *m_pFontInfo->pGlyph; in GetGlyphFromIndex()
513 return m_pFontInfo->pGlyph->sheetNum; in GetActiveSheetNum()
522 const FontTextureGlyph& tg = *m_pFontInfo->pGlyph; in GenTextureNames()
Dfont_ArchiveFontBase.cpp129 const FontTextureGlyph& tg = *GetFINF()->pGlyph; in AdjustIndex()
603 pContext->pFINF->pGlyph = pContext->GetCurrentPtr<FontTextureGlyph*>(); in ConstructOpAnalyzeTGLP()
609 …const bool bSheetCompressed = ((pContext->pFINF->pGlyph->sheetFormat & FONT_SHEET_FORMAT_COMPRESSE… in ConstructOpAnalyzeTGLP()
610 pContext->pFINF->pGlyph->sheetFormat &= FONT_SHEET_FORMAT_MASK; in ConstructOpAnalyzeTGLP()
622 pContext->pFINF->pGlyph->sheetNum = numLoadSheet; in ConstructOpAnalyzeTGLP()
626 u32 sheetOffset = reinterpret_cast<u32>(pContext->pFINF->pGlyph->sheetImage); in ConstructOpAnalyzeTGLP()
630 pContext->pFINF->pGlyph->sheetImage = pContext->GetCurrentPtr<u8*>(); in ConstructOpAnalyzeTGLP()
658 const u32 copySize = pContext->pFINF->pGlyph->sheetSize; in ConstructOpPrepairCopySheet()
Dfont_PackedFont.cpp318 Glyph* pGlyph, in GetGlyph() argument
322 NN_POINTER_ASSERT(pGlyph); in GetGlyph()
340 pGlyph->isSheetUpdated = true; in GetGlyph()
344 MakeGlyph(pGlyph, index, cacheIndex); in GetGlyph()
667 const FontTextureGlyph& tg = *GetFINF()->pGlyph; in MakeGlyph()
722 const FontTextureGlyph& tg = *GetFINF()->pGlyph; in CalcSheetIndex()
772 const u32 offsetBytes = cacheIndex * GetFINF()->pGlyph->sheetSize; in GetLoadedSheet()
Dfont_ArchiveFont.cpp232 u32 texNamesSize = pContext->pFINF->pGlyph->sheetNum * sizeof(internal::TextureObject); in StreamingConstruct()
321 const FontTextureGlyph& tg = *GetFINF()->pGlyph; in GetGlyphFromIndex()
/NW4C-2.0.3/include/nw/font/
Dfont_ArchiveFont.h135 Glyph* pGlyph,
153 Glyph* pGlyph,
Dfont_ResFontBase.h92 Glyph* pGlyph,
Dfont_Font.h298 Glyph* pGlyph,
Dfont_ResourceFormat.h313 FontTextureGlyph* pGlyph; // 唯一の FontGlyph へのポインタ member