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

  /external/pdfium/core/include/fxge/
fpf.h 11 class IFPF_Font;
21 class IFPF_Font
25 virtual IFPF_Font* Retain() = 0;
53 virtual IFPF_Font* CreateFont(FX_BSTR bsFamilyname, FX_BYTE charset, FX_DWORD dwStyle, FX_DWORD dwMatch = 0) = 0;
  /external/pdfium/core/src/fxge/android/
fx_android_font.cpp 58 return ((IFPF_Font*)hFont)->GetFontData(table, buffer, size);
65 name = ((IFPF_Font*)hFont)->GetFamilyName();
73 charset = ((IFPF_Font*)hFont)->GetCharset();
81 ((IFPF_Font*)hFont)->Release();
fpf_skiafont.h 13 class CFPF_SkiaFont : public IFPF_Font, public CFX_Object
19 virtual IFPF_Font* Retain();
fpf_skiafontmgr.h 102 virtual IFPF_Font* CreateFont(FX_BSTR bsFamilyname, FX_BYTE uCharset, FX_DWORD dwStyle, FX_DWORD dwMatch = 0);
fpf_skiafont.cpp 33 IFPF_Font* CFPF_SkiaFont::Retain()
36 return (IFPF_Font*)this;
fpf_skiafontmgr.cpp 282 IFPF_Font* CFPF_SkiaFontMgr::CreateFont(FX_BSTR bsFamilyname, FX_BYTE uCharset, FX_DWORD dwStyle, FX_DWORD dwMatch)
285 IFPF_Font *pFont = NULL;

Completed in 140 milliseconds