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

  /external/pdfium/core/include/fxge/
fx_font.h 20 class CFX_FaceCache;
340 CFX_FaceCache* m_Obj;
348 CFX_FaceCache* GetCachedFace(CFX_Font* pFont);
379 class CFX_FaceCache : public CFX_Object
382 ~CFX_FaceCache();
388 CFX_FaceCache(FXFT_Face face);
fx_ge.h 21 class CFX_FaceCache;
729 void FindPSFontGlyph(CFX_FaceCache* pFaceCache, CFX_Font* pFont, const FXTEXT_CHARPOS& charpos, int& ps_fontnum, int &ps_glyphindex);
  /external/pdfium/core/src/fxge/apple/
fx_apple_platform.cpp 31 void CFX_FaceCache::InitPlatform() {}
32 void CFX_FaceCache::DestroyPlatform() {}
33 CFX_GlyphBitmap* CFX_FaceCache::RenderGlyph_Nativetext(CFX_Font * pFont,
  /external/pdfium/core/src/fxge/ge/
fx_ge_linux.cpp 18 void CFX_FaceCache::InitPlatform()
27 CFX_GlyphBitmap* CFX_FaceCache::RenderGlyph_Nativetext(CFX_Font* pFont, FX_DWORD glyph_index, const CFX_AffineMatrix* pMatrix,
fx_ge_text.cpp 225 CFX_FaceCache* pFaceCache = pCache->GetCachedFace(pFont);
    [all...]
fx_ge_ps.cpp 509 void CFX_PSRenderer::FindPSFontGlyph(CFX_FaceCache* pFaceCache, CFX_Font* pFont, const FXTEXT_CHARPOS& charpos,
625 CFX_FaceCache* pFaceCache = pCache->GetCachedFace(pFont);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 726 CFX_FaceCache* pFaceCache = pCache->GetCachedFace(&pFont->m_Font);

Completed in 801 milliseconds