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

  /external/pdfium/core/fxge/
cfx_fontcache.h 27 CFX_TypeFace* GetDeviceCache(const CFX_Font* pFont);
cfx_fontcache.cpp 50 CFX_TypeFace* CFX_FontCache::GetDeviceCache(const CFX_Font* pFont) {
51 return GetCachedFace(pFont)->GetDeviceCache(pFont);
cfx_facecache.h 41 CFX_TypeFace* GetDeviceCache(const CFX_Font* pFont);
cfx_font.h 61 CFX_TypeFace* GetDeviceCache() const;
cfx_font.cpp 629 CFX_TypeFace* CFX_Font::GetDeviceCache() const {
630 return GetFaceCache()->GetDeviceCache(this);
cfx_facecache.cpp 316 CFX_TypeFace* CFX_FaceCache::GetDeviceCache(const CFX_Font* pFont) {
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 851 m_pTypeFace = pFont->GetFace() ? pFont->GetDeviceCache() : nullptr;
    [all...]

Completed in 340 milliseconds