Searched defs:SkPDFGraphicState (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pdf/
H A DSkPDFGraphicState.h20 /** \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 { class in inherits:SkPDFDict
31 virtual ~SkPDFGraphicState();
48 static SkPDFGraphicState* GetGraphicStateForPaint(const SkPaint& paint);
56 static SkPDFGraphicState* GetSMaskGraphicState(SkPDFFormXObject* sMask,
65 static SkPDFGraphicState* GetNoSMaskGraphicState();
75 SkPDFGraphicState* fGraphicState;
79 explicit GSCanonicalEntry(SkPDFGraphicState* g
[all...]
H A DSkPDFGraphicState.cpp11 #include "SkPDFGraphicState.h"
52 SkPDFGraphicState::~SkPDFGraphicState() {
63 void SkPDFGraphicState::getResources(SkTDArray<SkPDFObject*>* resourceList) {
67 void SkPDFGraphicState::emitObject(SkWStream* stream, SkPDFCatalog* catalog,
74 size_t SkPDFGraphicState::getOutputSize(SkPDFCatalog* catalog, bool indirect) {
80 SkTDArray<SkPDFGraphicState::GSCanonicalEntry>&
81 SkPDFGraphicState::CanonicalPaints() {
83 static SkTDArray<SkPDFGraphicState::GSCanonicalEntry> gCanonicalPaints;
88 SkBaseMutex& SkPDFGraphicState
183 SkPDFGraphicState::SkPDFGraphicState() function in class:SkPDFGraphicState
188 SkPDFGraphicState::SkPDFGraphicState(const SkPaint& paint) function in class:SkPDFGraphicState
[all...]

Completed in 43 milliseconds