Searched refs:CMapScanEntry (Results 1 – 2 of 2) sorted by relevance
176 struct CMapScanEntry struct190 CMapScanEntry* GetEntries() const // 文字コードからグリフインデックスへのマッピングリスト in GetEntries() argument192 return reinterpret_cast<CMapScanEntry*>( reinterpret_cast<uptr>(this) + sizeof(*this) ); in GetEntries()
352 const CMapScanEntry* first = &(scanInfo->GetEntries()[0]); in FindGlyphIndex()353 const CMapScanEntry* last = &(scanInfo->GetEntries()[scanInfo->num - 1]); in FindGlyphIndex()357 const CMapScanEntry* mid = first + (last - first) / 2; in FindGlyphIndex()