Home
last modified time | relevance | path

Searched refs:pType3Char (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_form.cpp62 void CPDF_Form::ParseContentForType3Char(CPDF_Type3Char* pType3Char) { in ParseContentForType3Char() argument
63 ParseContentInternal(nullptr, nullptr, pType3Char, nullptr); in ParseContentForType3Char()
68 CPDF_Type3Char* pType3Char, in ParseContentInternal() argument
80 this, pGraphicStates, pParentMatrix, pType3Char, pParsedSet)); in ParseContentInternal()
Dcpdf_form.h43 void ParseContentForType3Char(CPDF_Type3Char* pType3Char) override;
59 CPDF_Type3Char* pType3Char,
Dcpdf_contentparser.h35 CPDF_Type3Char* pType3Char,
Dcpdf_contentparser.cpp56 CPDF_Type3Char* pType3Char, in CPDF_ContentParser() argument
60 m_pType3Char(pType3Char) { in CPDF_ContentParser()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.h57 void SetType3Char(CPDF_Type3Char* pType3Char) { m_pType3Char = pType3Char; } in SetType3Char() argument
Dcpdf_renderstatus.cpp972 CPDF_Type3Char* pType3Char = pType3Font->LoadChar(charcode); in ProcessType3Text() local
973 if (!pType3Char) in ProcessType3Text()
980 if (!pType3Char->LoadBitmapFromSoleImageOfForm()) { in ProcessType3Text()
1003 const auto* pForm = static_cast<const CPDF_Form*>(pType3Char->form()); in ProcessType3Text()
1011 status.SetType3Char(pType3Char); in ProcessType3Text()
1036 status.SetType3Char(pType3Char); in ProcessType3Text()
1047 } else if (pType3Char->GetBitmap()) { in ProcessType3Text()
1078 CFX_Matrix image_matrix = pType3Char->matrix() * matrix; in ProcessType3Text()
1080 if (renderer.Start(this, pType3Char->GetBitmap(), fill_argb, 255, in ProcessType3Text()