Searched defs:SetGraphicStates (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser.cpp268 void CPDF_StreamContentParser::SetGraphicStates(CPDF_PageObject* pObj, FX_BOOL bColor, FX_BOOL bText, FX_BOOL bGraph) function in class:CPDF_StreamContentParser
798 SetGraphicStates(pFormObj, TRUE, TRUE, TRUE);
830 SetGraphicStates(pInlines, !pInlines->m_pStream->GetDict()->KeyExist(FX_BSTRC("ColorSpace")), FALSE, FALSE);
856 SetGraphicStates(pImageObj, pImageObj->m_pImage->IsMask(), FALSE, FALSE);
1228 SetGraphicStates(pObj, FALSE, FALSE, FALSE);
1388 SetGraphicStates(pText, TRUE, TRUE, TRUE);
1630 SetGraphicStates(pPathObj, TRUE, FALSE, TRUE);

Completed in 97 milliseconds