Searched defs:CFX_Font (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_font.cpp38 CFX_UnicodeEncodingEx* _FXFM_CreateFontEncoding(CFX_Font* pFont,
52 CFX_Font::CFX_Font() { function in class:CFX_Font
73 FX_BOOL CFX_Font::LoadClone(const CFX_Font* pFont) {
107 CFX_Font::~CFX_Font() {
136 void CFX_Font::DeleteFace() {
140 void CFX_Font::LoadSubst(const CFX_ByteString& face_name,
207 FX_BOOL CFX_Font
[all...]
/external/pdfium/core/include/fxge/
H A Dfx_font.h61 class CFX_Font { class
63 CFX_Font();
64 ~CFX_Font();
81 FX_BOOL LoadClone(const CFX_Font* pFont);
167 explicit CFX_UnicodeEncoding(CFX_Font* pFont);
174 CFX_Font* m_pFont;
180 CFX_UnicodeEncodingEx(CFX_Font* pFont, FX_DWORD EncodingID);
192 CFX_Font* pFont,
444 CFX_FaceCache* GetCachedFace(CFX_Font* pFont);
445 void ReleaseCachedFace(CFX_Font* pFon
[all...]

Completed in 283 milliseconds