Lines Matching defs:SkPDFGraphicState
12 #include "SkPDFGraphicState.h"
104 SkPDFGraphicState::SkPDFGraphicState(const SkPaint& p)
113 SkPDFGraphicState* SkPDFGraphicState::GetGraphicStateForPaint(
116 SkPDFGraphicState key(paint);
117 if (const SkPDFGraphicState* canonGS = canon->findGraphicState(key)) {
118 // The returned SkPDFGraphicState must be made non-const,
122 return SkRef(const_cast<SkPDFGraphicState*>(canonGS));
124 SkPDFGraphicState* pdfGraphicState = new SkPDFGraphicState(paint);
160 SkPDFDict* SkPDFGraphicState::GetSMaskGraphicState(SkPDFFormXObject* sMask,
194 SkPDFDict* SkPDFGraphicState::GetNoSMaskGraphicState() {
198 void SkPDFGraphicState::emitObject(SkWStream* stream,