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

  /external/pdfium/core/fxge/
cfx_facecache.h 25 class CFX_FaceCache {
27 explicit CFX_FaceCache(FXFT_Face face);
28 ~CFX_FaceCache();
cfx_facecache.cpp 7 #include "core/fxge/cfx_facecache.h"
60 CFX_FaceCache::CFX_FaceCache(FXFT_Face face)
69 CFX_FaceCache::~CFX_FaceCache() {}
71 std::unique_ptr<CFX_GlyphBitmap> CFX_FaceCache::RenderGlyph(
194 const CFX_PathData* CFX_FaceCache::LoadGlyphPath(const CFX_Font* pFont,
215 const CFX_GlyphBitmap* CFX_FaceCache::LoadGlyphBitmap(const CFX_Font* pFont,
316 CFX_TypeFace* CFX_FaceCache::GetDeviceCache(const CFX_Font* pFont) {
333 void CFX_FaceCache::InitPlatform() {
    [all...]

Completed in 595 milliseconds