Searched refs:pGlyph (Results 1 – 9 of 9) sorted by relevance
73 const FontTextureGlyph* pGlyph = NULL; in GetDrawBufferSize() local106 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()
143 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()
127 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()
316 Glyph* pGlyph, in GetGlyph() argument320 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()
230 u32 texNamesSize = pContext->pFINF->pGlyph->sheetNum * sizeof(internal::TextureObject); in StreamingConstruct()319 const FontTextureGlyph& tg = *GetFINF()->pGlyph; in GetGlyphFromIndex()
133 Glyph* pGlyph,151 Glyph* pGlyph,
90 Glyph* pGlyph,
296 Glyph* pGlyph,
311 FontTextureGlyph* pGlyph; // 唯一の FontGlyph へのポインタ member