Searched refs:SetGraphicStates (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_streamcontentparser.cpp | 422 void CPDF_StreamContentParser::SetGraphicStates(CPDF_PageObject* pObj, in SetGraphicStates() function in CPDF_StreamContentParser 786 SetGraphicStates(pFormObj.get(), true, true, true); in AddForm() 821 SetGraphicStates(pImageObj.get(), pImageObj->GetImage()->IsMask(), false, in AddImageObject() 1119 SetGraphicStates(pObj.get(), false, false, false); in Handle_ShadeFill() 1254 SetGraphicStates(m_pLastTextObject.Get(), true, true, true); in AddTextObject() 1494 SetGraphicStates(pPathObj.get(), true, false, true); in AddPathObject()
|
D | cpdf_streamcontentparser.h | 112 void SetGraphicStates(CPDF_PageObject* pObj,
|