HomeSort by relevance Sort by last modified time
    Searched refs:pSizeCache (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 29 CPDF_Type3Glyphs* pSizeCache;
32 pSizeCache = new CPDF_Type3Glyphs;
33 m_SizeMap[FaceGlyphsKey] = pSizeCache;
35 pSizeCache = it->second;
37 auto it2 = pSizeCache->m_GlyphMap.find(charcode);
38 if (it2 != pSizeCache->m_GlyphMap.end())
42 RenderGlyph(pSizeCache, charcode, pMatrix, retinaScaleX, retinaScaleY);
43 pSizeCache->m_GlyphMap[charcode] = pGlyphBitmap;
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp     [all...]

Completed in 49 milliseconds