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

/external/chromium_org/third_party/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
36 virtual ~SkPDFGraphicState();
54 static SkPDFGraphicState* GetGraphicStateForPaint(const SkPaint& paint);
63 static SkPDFGraphicState* GetSMaskGraphicState(SkPDFFormXObject* sMask,
73 static SkPDFGraphicState* GetNoSMaskGraphicState();
83 SkPDFGraphicState* fGraphicState;
87 explicit GSCanonicalEntry(SkPDFGraphicState* g
[all...]
H A DSkPDFGraphicState.cpp9 #include "SkPDFGraphicState.h"
56 SkPDFGraphicState::~SkPDFGraphicState() {
67 void SkPDFGraphicState::getResources(
73 void SkPDFGraphicState::emitObject(SkWStream* stream, SkPDFCatalog* catalog,
80 size_t SkPDFGraphicState::getOutputSize(SkPDFCatalog* catalog, bool indirect) {
86 SkTDArray<SkPDFGraphicState::GSCanonicalEntry>&
87 SkPDFGraphicState::CanonicalPaints() {
89 static SkTDArray<SkPDFGraphicState::GSCanonicalEntry> gCanonicalPaints;
94 SkBaseMutex& SkPDFGraphicState
193 SkPDFGraphicState::SkPDFGraphicState() function in class:SkPDFGraphicState
198 SkPDFGraphicState::SkPDFGraphicState(const SkPaint& paint) function in class:SkPDFGraphicState
[all...]
/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
36 virtual ~SkPDFGraphicState();
54 static SkPDFGraphicState* GetGraphicStateForPaint(const SkPaint& paint);
63 static SkPDFGraphicState* GetSMaskGraphicState(SkPDFFormXObject* sMask,
73 static SkPDFGraphicState* GetNoSMaskGraphicState();
83 SkPDFGraphicState* fGraphicState;
87 explicit GSCanonicalEntry(SkPDFGraphicState* g
[all...]
H A DSkPDFGraphicState.cpp9 #include "SkPDFGraphicState.h"
55 SkPDFGraphicState::~SkPDFGraphicState() {
66 void SkPDFGraphicState::getResources(
72 void SkPDFGraphicState::emitObject(SkWStream* stream, SkPDFCatalog* catalog,
79 size_t SkPDFGraphicState::getOutputSize(SkPDFCatalog* catalog, bool indirect) {
85 SkTDArray<SkPDFGraphicState::GSCanonicalEntry>&
86 SkPDFGraphicState::CanonicalPaints() {
88 static SkTDArray<SkPDFGraphicState::GSCanonicalEntry> gCanonicalPaints;
93 SkBaseMutex& SkPDFGraphicState
192 SkPDFGraphicState::SkPDFGraphicState() function in class:SkPDFGraphicState
197 SkPDFGraphicState::SkPDFGraphicState(const SkPaint& paint) function in class:SkPDFGraphicState
[all...]

Completed in 29 milliseconds