Home
last modified time | relevance | path

Searched refs:IsFontStyleFromCharCode (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h455 virtual FX_BOOL IsFontStyleFromCharCode(FX_DWORD charcode) const;
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp546 charpos.m_bFontStyle = pCIDFont->IsFontStyleFromCharCode(CharCode); in Load()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_cid.cpp1625 FX_BOOL CPDF_CIDFont::IsFontStyleFromCharCode(FX_DWORD charcode) const { in IsFontStyleFromCharCode() function in CPDF_CIDFont