Home
last modified time | relevance | path

Searched refs:CPDF_GraphicStates (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h25 class CPDF_GraphicStates; variable
435 class CPDF_GraphicStates
439 void CopyStates(const CPDF_GraphicStates& src);
453 class CPDF_PageObject : public CPDF_GraphicStates
/external/pdfium/core/src/fpdfapi/fpdf_render/
Drender_int.h99 … const CPDF_GraphicStates* pInitialStates, const CPDF_RenderOptions* pOptions,
151 static CPDF_GraphicStates* CloneObjStates(const CPDF_GraphicStates* pPathObj, FX_BOOL bStroke);
170 CPDF_GraphicStates m_InitialStates;
Dfpdf_render.cpp217 … const CPDF_RenderStatus* pParentState, const CPDF_GraphicStates* pInitialStates, in Initialize()
923 CPDF_GraphicStates* CPDF_RenderStatus::CloneObjStates(const CPDF_GraphicStates* pSrcStates, FX_BOOL… in CloneObjStates()
928 CPDF_GraphicStates* pStates = new CPDF_GraphicStates; in CloneObjStates()
Dfpdf_render_text.cpp416 CPDF_GraphicStates* pStates = CloneObjStates(textobj, FALSE); in ProcessType3Text()
Dfpdf_render_pattern.cpp973 CPDF_GraphicStates* pStates = NULL; in DrawTilingPattern()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp13 void CPDF_GraphicStates::DefaultStates() in DefaultStates()
17 void CPDF_GraphicStates::CopyStates(const CPDF_GraphicStates& src) in CopyStates()
Dpageint.h316 class CPDF_AllStates : public CPDF_GraphicStates