Searched refs:SetGraphicStates (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_parser.cpp | 279 void CPDF_StreamContentParser::SetGraphicStates(CPDF_PageObject* pObj, in SetGraphicStates() function in CPDF_StreamContentParser 720 SetGraphicStates(pFormObj, TRUE, TRUE, TRUE); in AddForm() 742 SetGraphicStates(pImageObj, pImageObj->m_pImage->IsMask(), FALSE, FALSE); in AddImage() 1078 SetGraphicStates(pObj, FALSE, FALSE, FALSE); in Handle_ShadeFill() 1242 SetGraphicStates(pText, TRUE, TRUE, TRUE); in AddTextObject() 1477 SetGraphicStates(pPathObj, TRUE, FALSE, TRUE); in AddPathObject()
|
D | pageint.h | 140 void SetGraphicStates(CPDF_PageObject* pObj,
|