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

/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp394 CPDF_Type3Char* pType3Char = pType3Font->LoadChar(charcode); local
395 if (pType3Char == NULL) {
402 if (!pType3Char->LoadBitmap(m_pContext)) {
421 if (pType3Char->m_pForm && pType3Char->m_pForm->m_pFormDict) {
422 pFormResource = pType3Char->m_pForm->m_pFormDict->GetDict(FX_BSTRC("Resources"));
427 pType3Char->m_pForm->m_Transparency, m_bDropObjects, pFormResource, FALSE, pType3Char, fill_argb);
431 status.RenderObjectList(pType3Char->m_pForm, &matrix);
434 CFX_FloatRect rect_f = pType3Char
[all...]
H A Drender_int.h101 FX_BOOL bStdCS = FALSE, CPDF_Type3Char* pType3Char = NULL, FX_ARGB fill_color = 0,
H A Dfpdf_render.cpp219 CPDF_Dictionary* pFormResource, FX_BOOL bStdCS, CPDF_Type3Char* pType3Char,
237 m_pType3Char = pType3Char;
215 Initialize(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
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_page.h221 CPDF_Type3Char* pType3Char, CPDF_ParseOptions* pOptions, int level = 0);
224 CPDF_Type3Char* pType3Char, CPDF_ParseOptions* pOptions, int level = 0);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp948 CPDF_Type3Char* pType3Char, CPDF_ParseOptions* pOptions, int level)
954 m_pParser->Start(this, pGraphicStates, pParentMatrix, pType3Char, pOptions, level);
958 CPDF_Type3Char* pType3Char, CPDF_ParseOptions* pOptions, int level)
960 StartParse(pGraphicStates, pParentMatrix, pType3Char, pOptions, level);
947 StartParse(CPDF_AllStates* pGraphicStates, CFX_AffineMatrix* pParentMatrix, CPDF_Type3Char* pType3Char, CPDF_ParseOptions* pOptions, int level) argument
957 ParseContent(CPDF_AllStates* pGraphicStates, CFX_AffineMatrix* pParentMatrix, CPDF_Type3Char* pType3Char, CPDF_ParseOptions* pOptions, int level) argument
H A Dfpdf_page_parser_old.cpp980 CFX_AffineMatrix* pParentMatrix, CPDF_Type3Char* pType3Char, CPDF_ParseOptions* pOptions, int level)
982 m_pType3Char = pType3Char;
979 Start(CPDF_Form* pForm, CPDF_AllStates* pGraphicStates, CFX_AffineMatrix* pParentMatrix, CPDF_Type3Char* pType3Char, CPDF_ParseOptions* pOptions, int level) argument
H A Dpageint.h296 CPDF_Type3Char* pType3Char, CPDF_ParseOptions* pOptions, int level);

Completed in 98 milliseconds