Searched refs:pMap (Results 1 – 5 of 5) sorted by relevance
302 const FontCodeMap* pMap = m_pFontInfo->pMap; in FindGlyphIndex() local303 while (pMap != NULL) in FindGlyphIndex()305 if (pMap->ccodeBegin <= c && c <= pMap->ccodeEnd) in FindGlyphIndex()307 m_LastGlyphIndex = FindGlyphIndex(pMap, c); in FindGlyphIndex()311 pMap = pMap->pNext; in FindGlyphIndex()320 const FontCodeMap* pMap, in FindGlyphIndex() argument324 NN_POINTER_ASSERT(pMap); in FindGlyphIndex()327 switch (pMap->mappingMethod) in FindGlyphIndex()333 u16 offset = pMap->GetMapInfo()[0]; in FindGlyphIndex()334 index = static_cast<u16>(c - pMap->ccodeBegin + offset); in FindGlyphIndex()[all …]
278 if (info->pMap != NULL) in Rebuild()280 ResolveOffset(info->pMap, fileHeader); in Rebuild()281 NN_POINTER_ASSERT(info->pMap); in Rebuild()
527 pContext->pFINF->pMap = pDstCMAP; in ConstructOpAnalyzeCMAP()
213 const FontCodeMap* pMap,
315 FontCodeMap* pMap; // 最初の FontCodeMap へのポインタ member