Searched refs:pGlyph (Results 1 – 9 of 9) sorted by relevance
75 const FontTextureGlyph* pGlyph = NULL; in GetDrawBufferSize() local108 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()
145 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()
129 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()
318 Glyph* pGlyph, in GetGlyph() argument322 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()
232 u32 texNamesSize = pContext->pFINF->pGlyph->sheetNum * sizeof(internal::TextureObject); in StreamingConstruct()321 const FontTextureGlyph& tg = *GetFINF()->pGlyph; in GetGlyphFromIndex()
135 Glyph* pGlyph,153 Glyph* pGlyph,
92 Glyph* pGlyph,
298 Glyph* pGlyph,
313 FontTextureGlyph* pGlyph; // 唯一の FontGlyph へのポインタ member