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

  /external/pdfium/core/fxge/
cfx_fontcache.h 20 class CFX_FontCache {
22 CFX_FontCache();
23 ~CFX_FontCache();
cfx_fontcache.cpp 7 #include "core/fxge/cfx_fontcache.h"
17 CFX_FontCache::CountedFaceCache::CountedFaceCache() {}
19 CFX_FontCache::CountedFaceCache::~CountedFaceCache() {}
21 CFX_FontCache::CFX_FontCache() {}
23 CFX_FontCache::~CFX_FontCache() {
28 CFX_FaceCache* CFX_FontCache::GetCachedFace(const CFX_Font* pFont) {
50 CFX_TypeFace* CFX_FontCache::GetDeviceCache(const CFX_Font* pFont) {
55 void CFX_FontCache::ReleaseCachedFace(const CFX_Font* pFont)
    [all...]

Completed in 1076 milliseconds