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

  /external/pdfium/core/fxge/ge/
cfx_fontcache.cpp 47 CFX_TypeFace* CFX_FontCache::GetDeviceCache(const CFX_Font* pFont) {
48 return GetCachedFace(pFont)->GetDeviceCache(pFont);
cfx_facecache.cpp 355 CFX_TypeFace* CFX_FaceCache::GetDeviceCache(const CFX_Font* pFont) {
cfx_font.cpp 694 CFX_TypeFace* CFX_Font::GetDeviceCache() const {
695 return GetFaceCache()->GetDeviceCache(this);

Completed in 876 milliseconds