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

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 198 if (pFont->GetFontType() == PDFFONT_TYPE3) {
561 if (!pFont->IsEmbedded() && pFont->GetFontType() != PDFFONT_CIDFONT) {
651 if (pFont->GetFontType() == PDFFONT_TYPE3)
695 if (pFont->GetFontType() & PDFFONT_CIDFONT) {
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 70 int GetFontType() const
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_doc.cpp 310 if (pFont->GetFontType() != PDFFONT_TYPE1) {
fpdf_page.cpp 124 if (pFont->GetFontType() != PDFFONT_CIDFONT) {
    [all...]
  /external/pdfium/core/src/reflow/
reflowedpage.cpp 472 if(pPDFFont->GetFontType() == PDFFONT_TYPE3) {

Completed in 148 milliseconds