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

  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 35 CFX_GlyphBitmap* pGlyphBitmap;
36 if(pSizeCache->m_GlyphMap.Lookup((FX_LPVOID)(FX_UINTPTR)charcode, (void*&)pGlyphBitmap)) {
37 return pGlyphBitmap;
39 pGlyphBitmap = RenderGlyph(pSizeCache, charcode, pMatrix, retinaScaleX, retinaScaleY);
40 pSizeCache->m_GlyphMap.SetAt((FX_LPVOID)(FX_UINTPTR)charcode, pGlyphBitmap);
41 return pGlyphBitmap;
47 CFX_GlyphBitmap* pGlyphBitmap;
49 m_GlyphMap.GetNextAssoc(pos, Key, (void*&)pGlyphBitmap);
50 delete pGlyphBitmap;

Completed in 44 milliseconds