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

  /external/pdfium/core/fxge/android/
cfx_androidfontinfo.cpp 73 bool CFX_AndroidFontInfo::GetFontCharset(void* hFont, int* charset) {
  /external/pdfium/public/
fpdf_sysfontinfo.h 195 * Method: GetFontCharset
207 int (*GetFontCharset)(struct _FPDF_SYSFONTINFO* pThis, void* hFont);
  /external/pdfium/core/fxge/
cfx_folderfontinfo.cpp 383 bool CFX_FolderFontInfo::GetFontCharset(void* hFont, int* charset) {
  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 350 bool GetFontCharset(void* hFont, int* charset) override;
672 bool CFX_Win32FontInfo::GetFontCharset(void* hFont, int* charset) {
    [all...]

Completed in 262 milliseconds