Searched refs:pMap (Results 1 – 5 of 5) sorted by relevance
300 const FontCodeMap* pMap = m_pFontInfo->pMap; in FindGlyphIndex() local301 while (pMap != NULL) in FindGlyphIndex()303 if (pMap->ccodeBegin <= c && c <= pMap->ccodeEnd) in FindGlyphIndex()305 m_LastGlyphIndex = FindGlyphIndex(pMap, c); in FindGlyphIndex()309 pMap = pMap->pNext; in FindGlyphIndex()318 const FontCodeMap* pMap, in FindGlyphIndex() argument322 NN_POINTER_ASSERT(pMap); in FindGlyphIndex()325 switch (pMap->mappingMethod) in FindGlyphIndex()331 u16 offset = pMap->GetMapInfo()[0]; in FindGlyphIndex()332 index = static_cast<u16>(c - pMap->ccodeBegin + offset); in FindGlyphIndex()[all …]
276 if (info->pMap != NULL) in Rebuild()278 ResolveOffset(info->pMap, fileHeader); in Rebuild()279 NN_POINTER_ASSERT(info->pMap); in Rebuild()
525 pContext->pFINF->pMap = pDstCMAP; in ConstructOpAnalyzeCMAP()
211 const FontCodeMap* pMap,
313 FontCodeMap* pMap; // 最初の FontCodeMap へのポインタ member