Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFCanon.h75 const SkPDFGraphicState* findGraphicState(const SkPDFGraphicState&) const;
DSkPDFCanon.cpp115 const SkPDFGraphicState* SkPDFCanon::findGraphicState( in findGraphicState() function in SkPDFCanon
DSkPDFGraphicState.cpp117 if (const SkPDFGraphicState* canonGS = canon->findGraphicState(key)) { in GetGraphicStateForPaint()