Searched refs:SetGraphicStates (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_streamcontentparser.cpp | 437 void CPDF_StreamContentParser::SetGraphicStates(CPDF_PageObject* pObj, in SetGraphicStates() function in CPDF_StreamContentParser 788 SetGraphicStates(pFormObj.get(), true, true, true); in AddForm() 822 SetGraphicStates(pImageObj.get(), pImageObj->GetImage()->IsMask(), false, in AddImageObject() 1123 SetGraphicStates(pObj.get(), false, false, false); in Handle_ShadeFill() 1261 SetGraphicStates(m_pLastTextObject, true, true, true); in AddTextObject() 1508 SetGraphicStates(pPathObj.get(), true, false, true); in AddPathObject()
|
D | cpdf_streamcontentparser.h | 105 void SetGraphicStates(CPDF_PageObject* pObj,
|