Searched refs:pType3Char (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_form.cpp | 62 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()
|
D | cpdf_form.h | 43 void ParseContentForType3Char(CPDF_Type3Char* pType3Char) override; 59 CPDF_Type3Char* pType3Char,
|
D | cpdf_contentparser.h | 35 CPDF_Type3Char* pType3Char,
|
D | cpdf_contentparser.cpp | 56 CPDF_Type3Char* pType3Char, in CPDF_ContentParser() argument 60 m_pType3Char(pType3Char) { in CPDF_ContentParser()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.h | 57 void SetType3Char(CPDF_Type3Char* pType3Char) { m_pType3Char = pType3Char; } in SetType3Char() argument
|
D | cpdf_renderstatus.cpp | 972 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()
|