Searched refs:SetGraphicStates (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_streamcontentparser.cpp | 412 void CPDF_StreamContentParser::SetGraphicStates(CPDF_PageObject* pObj, in SetGraphicStates() function in CPDF_StreamContentParser 785 SetGraphicStates(pFormObj.get(), true, true, true); in AddForm() 826 SetGraphicStates(pImageObj.get(), pImageObj->GetImage()->IsMask(), false, in AddImageObject() 1090 SetGraphicStates(pObj.get(), false, false, false); in Handle_ShadeFill() 1230 SetGraphicStates(m_pLastTextObject.Get(), true, true, true); in AddTextObject() 1480 SetGraphicStates(pPathObj.get(), true, false, true); in AddPathObject()
|
D | cpdf_streamcontentparser.h | 116 void SetGraphicStates(CPDF_PageObject* pObj,
|