Searched refs:m_GlyphMap (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/src/fxge/ge/
H A Dtext_int.h17 m_GlyphMap.InitHashTable(253);
20 CFX_MapPtrToPtr m_GlyphMap; member in class:CFX_SizeGlyphCache
H A Dfx_ge_text.cpp1113 if (pSizeCache->m_GlyphMap.Lookup((FX_LPVOID)(FX_UINTPTR)glyph_index, (void*&)pGlyphBitmap)) {
1120 pSizeCache->m_GlyphMap.SetAt((FX_LPVOID)(FX_UINTPTR)glyph_index, pGlyphBitmap);
1167 if (pSizeCache->m_GlyphMap.Lookup((FX_LPVOID)(FX_UINTPTR)glyph_index, (void*&)pGlyphBitmap)) {
1172 pSizeCache->m_GlyphMap.SetAt((FX_LPVOID)(FX_UINTPTR)glyph_index, pGlyphBitmap);
1183 pSizeCache->m_GlyphMap.SetAt((FX_LPVOID)(FX_UINTPTR)glyph_index, pGlyphBitmap);
1202 FX_POSITION pos = m_GlyphMap.GetStartPosition();
1206 m_GlyphMap.GetNextAssoc(pos, Key, (void*&)pGlyphBitmap);
1209 m_GlyphMap.RemoveAll();
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp36 if(pSizeCache->m_GlyphMap.Lookup((FX_LPVOID)(FX_UINTPTR)charcode, (void*&)pGlyphBitmap)) {
40 pSizeCache->m_GlyphMap.SetAt((FX_LPVOID)(FX_UINTPTR)charcode, pGlyphBitmap);
45 FX_POSITION pos = m_GlyphMap.GetStartPosition();
49 m_GlyphMap.GetNextAssoc(pos, Key, (void*&)pGlyphBitmap);
H A Drender_int.h17 m_GlyphMap.InitHashTable(253);
21 CFX_MapPtrToPtr m_GlyphMap; member in class:CPDF_Type3Glyphs

Completed in 979 milliseconds