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

/external/pdfium/core/fpdfapi/page/
H A Dcpdf_form.cpp36 CPDF_Type3Char* pType3Char,
48 this, pGraphicStates, pParentMatrix, pType3Char, parsedSet);
58 CPDF_Type3Char* pType3Char,
60 StartParse(pGraphicStates, pParentMatrix, pType3Char, parsedSet);
34 StartParse(CPDF_AllStates* pGraphicStates, const CFX_Matrix* pParentMatrix, CPDF_Type3Char* pType3Char, std::set<const uint8_t*>* parsedSet) argument
56 ParseContentWithParams(CPDF_AllStates* pGraphicStates, const CFX_Matrix* pParentMatrix, CPDF_Type3Char* pType3Char, std::set<const uint8_t*>* parsedSet) argument
H A Dcpdf_form.h33 CPDF_Type3Char* pType3Char,
39 CPDF_Type3Char* pType3Char,
H A Dcpdf_contentparser.h32 CPDF_Type3Char* pType3Char,
H A Dcpdf_contentparser.cpp59 CPDF_Type3Char* pType3Char,
63 m_pType3Char(pType3Char) {
56 CPDF_ContentParser(CPDF_Form* pForm, CPDF_AllStates* pGraphicStates, const CFX_Matrix* pParentMatrix, CPDF_Type3Char* pType3Char, std::set<const uint8_t*>* parsedSet) argument
/external/pdfium/core/fpdfapi/render/
H A Dcpdf_renderstatus.cpp1022 CPDF_Type3Char* pType3Char,
1039 m_pType3Char = pType3Char;
1872 CPDF_Type3Char* pType3Char = pType3Font->LoadChar(charcode); local
1873 if (!pType3Char)
1880 if (!pType3Char->LoadBitmap(m_pContext.Get())) {
1904 if (pType3Char->form() && pType3Char->form()->m_pFormDict) {
1906 pType3Char->form()->m_pFormDict->GetDictFor("Resources");
1912 pType3Char->form()->m_iTransparency, m_bDropObjects,
1913 pFormResource, false, pType3Char, fill_arg
1011 Initialize(CPDF_RenderContext* pContext, CFX_RenderDevice* pDevice, const CFX_Matrix* pDeviceMatrix, const CPDF_PageObject* pStopObj, const CPDF_RenderStatus* pParentState, const CPDF_GraphicStates* pInitialStates, const CPDF_RenderOptions* pOptions, int transparency, bool bDropObjects, CPDF_Dictionary* pFormResource, bool bStdCS, CPDF_Type3Char* pType3Char, FX_ARGB fill_color, uint32_t GroupFamily, bool bLoadMask) argument
[all...]
H A Dcpdf_renderstatus.h55 CPDF_Type3Char* pType3Char = nullptr,

Completed in 203 milliseconds