Home
last modified time | relevance | path

Searched refs:IsFixedFont (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dcpdf_type1font.cpp101 if (IsFixedFont()) { in Load()
333 bool CPDF_Type1Font::IsFixedFont() const { in IsFixedFont() function in CPDF_Type1Font
335 CFX_FontMapper::IsFixedFont(m_Base14Font.value()); in IsFixedFont()
Dcpdf_type1font.h42 bool IsFixedFont() const;
/external/pdfium/core/fxge/
Dcfx_fontmapper.h47 static bool IsFixedFont(StandardFont font);
Dcfx_fontmapper.cpp786 bool CFX_FontMapper::IsFixedFont(StandardFont font) { in IsFixedFont() function in CFX_FontMapper