Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dtext_int.h20 m_GlyphMap.InitHashTable(253); in CFX_SizeGlyphCache()
23 CFX_MapPtrToPtr m_GlyphMap; variable
Dfx_ge_text.cpp1074 if (pSizeCache->m_GlyphMap.Lookup((FX_LPVOID)(FX_UINTPTR)glyph_index, (void*&)pGlyphBitmap)) { in LookUpGlyphBitmap()
1081 pSizeCache->m_GlyphMap.SetAt((FX_LPVOID)(FX_UINTPTR)glyph_index, pGlyphBitmap); in LookUpGlyphBitmap()
1128 … if (pSizeCache->m_GlyphMap.Lookup((FX_LPVOID)(FX_UINTPTR)glyph_index, (void*&)pGlyphBitmap)) { in LoadGlyphBitmap()
1133 pSizeCache->m_GlyphMap.SetAt((FX_LPVOID)(FX_UINTPTR)glyph_index, pGlyphBitmap); in LoadGlyphBitmap()
1141 pSizeCache->m_GlyphMap.SetAt((FX_LPVOID)(FX_UINTPTR)glyph_index, pGlyphBitmap); in LoadGlyphBitmap()
1160 FX_POSITION pos = m_GlyphMap.GetStartPosition(); in ~CFX_SizeGlyphCache()
1164 m_GlyphMap.GetNextAssoc(pos, Key, (void*&)pGlyphBitmap); in ~CFX_SizeGlyphCache()
1167 m_GlyphMap.RemoveAll(); in ~CFX_SizeGlyphCache()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp36 if(pSizeCache->m_GlyphMap.Lookup((FX_LPVOID)(FX_UINTPTR)charcode, (void*&)pGlyphBitmap)) { in LoadGlyph()
40 pSizeCache->m_GlyphMap.SetAt((FX_LPVOID)(FX_UINTPTR)charcode, pGlyphBitmap); in LoadGlyph()
45 FX_POSITION pos = m_GlyphMap.GetStartPosition(); in ~CPDF_Type3Glyphs()
49 m_GlyphMap.GetNextAssoc(pos, Key, (void*&)pGlyphBitmap); in ~CPDF_Type3Glyphs()
Drender_int.h19 m_GlyphMap.InitHashTable(253); in CPDF_Type3Glyphs()
23 CFX_MapPtrToPtr m_GlyphMap; variable