Home
last modified time | relevance | path

Searched refs:addGraphicState (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pdf/
DSkPDFCanon.h76 void addGraphicState(const SkPDFGraphicState*);
DSkPDFCanon.cpp121 void SkPDFCanon::addGraphicState(const SkPDFGraphicState* state) { in addGraphicState() function in SkPDFCanon
DSkPDFGraphicState.cpp125 canon->addGraphicState(pdfGraphicState); in GetGraphicStateForPaint()