Searched defs:pType3Char (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_new.cpp641 CPDF_Type3Char* pType3Char, CPDF_ParseOptions* pOptions, int level)
643 m_pType3Char = pType3Char;
640 Start(CPDF_Form* pForm, CPDF_AllStates* pGraphicStates, CFX_AffineMatrix* pParentMatrix, CPDF_Type3Char* pType3Char, CPDF_ParseOptions* pOptions, int level) argument
H A Dfpdf_page_parser_old.cpp972 CFX_AffineMatrix* pParentMatrix, CPDF_Type3Char* pType3Char, CPDF_ParseOptions* pOptions, int level)
974 m_pType3Char = pType3Char;
971 Start(CPDF_Form* pForm, CPDF_AllStates* pGraphicStates, CFX_AffineMatrix* pParentMatrix, CPDF_Type3Char* pType3Char, CPDF_ParseOptions* pOptions, int level) argument
H A Dfpdf_page.cpp965 CPDF_Type3Char* pType3Char, CPDF_ParseOptions* pOptions, int level)
971 m_pParser->Start(this, pGraphicStates, pParentMatrix, pType3Char, pOptions, level);
975 CPDF_Type3Char* pType3Char, CPDF_ParseOptions* pOptions, int level)
977 StartParse(pGraphicStates, pParentMatrix, pType3Char, pOptions, level);
964 StartParse(CPDF_AllStates* pGraphicStates, CFX_AffineMatrix* pParentMatrix, CPDF_Type3Char* pType3Char, CPDF_ParseOptions* pOptions, int level) argument
974 ParseContent(CPDF_AllStates* pGraphicStates, CFX_AffineMatrix* pParentMatrix, CPDF_Type3Char* pType3Char, CPDF_ParseOptions* pOptions, int level) argument
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp407 CPDF_Type3Char* pType3Char = pType3Font->LoadChar(charcode); local
408 if (pType3Char == NULL) {
415 if (!pType3Char->LoadBitmap(m_pContext)) {
434 if (pType3Char->m_pForm && pType3Char->m_pForm->m_pFormDict) {
435 pFormResource = pType3Char->m_pForm->m_pFormDict->GetDict(FX_BSTRC("Resources"));
440 pType3Char->m_pForm->m_Transparency, m_bDropObjects, pFormResource, FALSE, pType3Char, fill_argb);
444 status.RenderObjectList(pType3Char->m_pForm, &matrix);
447 CFX_FloatRect rect_f = pType3Char
[all...]
H A Dfpdf_render.cpp221 CPDF_Dictionary* pFormResource, FX_BOOL bStdCS, CPDF_Type3Char* pType3Char,
240 m_pType3Char = pType3Char;
217 Initialize(int level, CPDF_RenderContext* pContext, CFX_RenderDevice* pDevice, const CFX_AffineMatrix* pDeviceMatrix, const CPDF_PageObject* pStopObj, const CPDF_RenderStatus* pParentState, const CPDF_GraphicStates* pInitialStates, const CPDF_RenderOptions* pOptions, int transparency, FX_BOOL bDropObjects, CPDF_Dictionary* pFormResource, FX_BOOL bStdCS, CPDF_Type3Char* pType3Char, FX_ARGB fill_color, FX_DWORD GroupFamily, FX_BOOL bLoadMask) argument

Completed in 523 milliseconds