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

  /external/pdfium/core/fxge/
cfx_fontmgr.h 20 class CFX_FontMgr {
22 CFX_FontMgr();
23 ~CFX_FontMgr();
  /external/pdfium/core/fxge/ge/
cfx_fontmgr.cpp 7 #include "core/fxge/cfx_fontmgr.h"
86 CFX_FontMgr::CFX_FontMgr()
91 CFX_FontMgr::~CFX_FontMgr() {
101 void CFX_FontMgr::InitFTLibrary() {
110 void CFX_FontMgr::SetSystemFontInfo(
115 FXFT_Face CFX_FontMgr::FindSubstFont(const CFX_ByteString& face_name,
127 FXFT_Face CFX_FontMgr::GetCachedFace(const CFX_ByteString& face_name,
141 FXFT_Face CFX_FontMgr::AddCachedFace(const CFX_ByteString& face_name
    [all...]

Completed in 589 milliseconds