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

  /external/pdfium/core/fxge/
cfx_font.h 75 bool IsTTFont() const;
cfx_font.cpp 326 bool CFX_Font::IsTTFont() const {
  /external/pdfium/core/fpdfapi/font/
cpdf_simplefont.cpp 141 m_Font.IsTTFont());
cpdf_type1font.cpp 130 if (!IsEmbedded() && (m_Base14Font < 12) && m_Font.IsTTFont()) {
  /external/pdfium/core/fxge/win32/
fx_win32_print.cpp 209 if (nChars < 1 || !pFont || !pFont->IsEmbedded() || !pFont->IsTTFont())
602 if (nChars < 1 || !pFont || !pFont->IsEmbedded() || !pFont->IsTTFont())

Completed in 233 milliseconds