Home
last modified time | relevance | path

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

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