Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp15 FX_POSITION pos = m_SizeMap.GetStartPosition(); in ~CPDF_Type3Cache()
19 pSizeCache = (CPDF_Type3Glyphs*)m_SizeMap.GetNextValue(pos); in ~CPDF_Type3Cache()
22 m_SizeMap.RemoveAll(); in ~CPDF_Type3Cache()
31 if(!m_SizeMap.Lookup(FaceGlyphsKey, (void*&)pSizeCache)) { in LoadGlyph()
33 m_SizeMap.SetAt(FaceGlyphsKey, pSizeCache); in LoadGlyph()
Drender_int.h40 CFX_MapByteStringToPtr m_SizeMap; variable
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp1075 FX_POSITION pos = m_SizeMap.GetStartPosition(); in ~CFX_FaceCache()
1079 m_SizeMap.GetNextAssoc( pos, Key, (void*&)pSizeCache); in ~CFX_FaceCache()
1082 m_SizeMap.RemoveAll(); in ~CFX_FaceCache()
1105 if (!m_SizeMap.Lookup(FaceGlyphsKey, (void*&)pSizeCache)) { in LookUpGlyphBitmap()
1110 m_SizeMap.SetAt(FaceGlyphsKey, pSizeCache); in LookUpGlyphBitmap()
1166 if (m_SizeMap.Lookup(FaceGlyphsKey, (void*&)pSizeCache)) { in LoadGlyphBitmap()
1182 m_SizeMap.SetAt(FaceGlyphsKey, pSizeCache); in LoadGlyphBitmap()
/external/pdfium/core/include/fxge/
Dfx_font.h397 CFX_MapByteStringToPtr m_SizeMap; variable