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

  /external/pdfium/core/src/fxge/android/
fx_android_font.cpp 9 CFX_AndroidFontInfo::CFX_AndroidFontInfo()
13 FX_BOOL CFX_AndroidFontInfo::Init(IFPF_FontMgr *pFontMgr)
22 FX_BOOL CFX_AndroidFontInfo::EnumFontList(CFX_FontMapper* pMapper)
26 void* CFX_AndroidFontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR face, FX_BOOL& bExact)
49 void* CFX_AndroidFontInfo::GetFont(FX_LPCSTR face)
53 FX_DWORD CFX_AndroidFontInfo::GetFontData(void* hFont, FX_DWORD table, FX_LPBYTE buffer, FX_DWORD size)
60 FX_BOOL CFX_AndroidFontInfo::GetFaceName(void* hFont, CFX_ByteString& name)
68 FX_BOOL CFX_AndroidFontInfo::GetFontCharset(void* hFont, int& charset)
76 void CFX_AndroidFontInfo::DeleteFont(void* hFont
    [all...]
fx_android_imp.cpp 17 CFX_AndroidFontInfo *pFontInfo = new CFX_AndroidFontInfo;
fx_android_font.h 12 class CFX_AndroidFontInfo : public IFX_SystemFontInfo
15 CFX_AndroidFontInfo();

Completed in 55 milliseconds