Home | History | Annotate | Download | only in pdf

Lines Matching defs:SkPDFGraphicState

20 /** \class SkPDFGraphicState
24 a weakly referenced set of SkPDFGraphicState objects: when the last
25 reference to a SkPDFGraphicState is removed, it removes itself from the
29 class SkPDFGraphicState : public SkPDFDict {
30 SK_DECLARE_INST_COUNT(SkPDFGraphicState)
37 virtual ~SkPDFGraphicState();
55 static SkPDFGraphicState* GetGraphicStateForPaint(const SkPaint& paint);
64 static SkPDFGraphicState* GetSMaskGraphicState(SkPDFFormXObject* sMask,
74 static SkPDFGraphicState* GetNoSMaskGraphicState();
84 SkPDFGraphicState* fGraphicState;
88 explicit GSCanonicalEntry(SkPDFGraphicState* gs)
100 SkPDFGraphicState();
101 explicit SkPDFGraphicState(const SkPaint& paint);