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

  /external/pdfium/xfa/fgas/font/
cfgas_gefont.cpp 7 #include "xfa/fgas/font/cfgas_gefont.h"
21 CFX_RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadFont(
32 auto pFont = pdfium::MakeRetain<CFGAS_GEFont>(pFontMgr);
40 CFX_RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadFont(CFX_Font* pExternalFont,
42 auto pFont = pdfium::MakeRetain<CFGAS_GEFont>(pFontMgr);
49 CFX_RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadFont(
52 auto pFont = pdfium::MakeRetain<CFGAS_GEFont>(pFontMgr)
    [all...]
cfgas_gefont.h 25 class CFGAS_GEFont : public CFX_Retainable {
32 static CFX_RetainPtr<CFGAS_GEFont> LoadFont(const FX_WCHAR* pszFontFamily,
36 static CFX_RetainPtr<CFGAS_GEFont> LoadFont(CFX_Font* pExternalFont,
38 static CFX_RetainPtr<CFGAS_GEFont> LoadFont(
42 static CFX_RetainPtr<CFGAS_GEFont> LoadFont(const uint8_t* pBuffer,
45 static CFX_RetainPtr<CFGAS_GEFont> LoadFont(
51 CFX_RetainPtr<CFGAS_GEFont> Derive(uint32_t dwFontStyles,
60 CFX_RetainPtr<CFGAS_GEFont> GetSubstFont(int32_t iGlyphIndex);
71 explicit CFGAS_GEFont(CFGAS_FontMgr* pFontMgr);
72 CFGAS_GEFont(const CFX_RetainPtr<CFGAS_GEFont>& src, uint32_t dwFontStyles)
    [all...]

Completed in 700 milliseconds