Home
last modified time | relevance | path

Searched refs:SkPDFGraphicState (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/pdf/
DSkPDFGraphicState.cpp104 SkPDFGraphicState::SkPDFGraphicState(const SkPaint& p) in SkPDFGraphicState() function in SkPDFGraphicState
113 SkPDFGraphicState* SkPDFGraphicState::GetGraphicStateForPaint( in GetGraphicStateForPaint()
116 SkPDFGraphicState key(paint); in GetGraphicStateForPaint()
117 if (const SkPDFGraphicState* canonGS = canon->findGraphicState(key)) { in GetGraphicStateForPaint()
122 return SkRef(const_cast<SkPDFGraphicState*>(canonGS)); in GetGraphicStateForPaint()
124 SkPDFGraphicState* pdfGraphicState = new SkPDFGraphicState(paint); in GetGraphicStateForPaint()
152 SkPDFDict* SkPDFGraphicState::GetSMaskGraphicState(SkPDFFormXObject* sMask, in GetSMaskGraphicState()
181 SkPDFDict* SkPDFGraphicState::GetNoSMaskGraphicState() { in GetNoSMaskGraphicState()
185 void SkPDFGraphicState::emitObject( in emitObject()
DSkPDFGraphicState.h25 class SkPDFGraphicState final : public SkPDFObject {
46 static SkPDFGraphicState* GetGraphicStateForPaint(SkPDFCanon* canon,
72 bool operator==(const SkPDFGraphicState& rhs) const {
85 SkPDFGraphicState(const SkPaint&);
DSkPDFCanon.h75 const SkPDFGraphicState* findGraphicState(const SkPDFGraphicState&) const;
76 void addGraphicState(const SkPDFGraphicState*);
101 explicit WrapGS(const SkPDFGraphicState* ptr = nullptr) : fPtr(ptr) {} in fPtr()
102 const SkPDFGraphicState* fPtr;
DSkPDFCanon.cpp115 const SkPDFGraphicState* SkPDFCanon::findGraphicState( in findGraphicState()
116 const SkPDFGraphicState& key) const { in findGraphicState()
121 void SkPDFCanon::addGraphicState(const SkPDFGraphicState* state) { in addGraphicState()
DSkPDFDevice.h31 class SkPDFGraphicState; variable
DSkPDFDevice.cpp1784 SkAutoTUnref<SkPDFObject> sMaskGS(SkPDFGraphicState::GetSMaskGraphicState( in drawFormXObjectWithMask()
1785 mask, invertClip, SkPDFGraphicState::kAlpha_SMaskMode)); in drawFormXObjectWithMask()
1799 sMaskGS.reset(SkPDFGraphicState::GetNoSMaskGraphicState()); in drawFormXObjectWithMask()
2134 SkAutoTUnref<SkPDFGraphicState> newGraphicState; in populateGraphicStateEntryFromPaint()
2137 SkPDFGraphicState::GetGraphicStateForPaint(fCanon, paint)); in populateGraphicStateEntryFromPaint()
2142 SkPDFGraphicState::GetGraphicStateForPaint(fCanon, newPaint)); in populateGraphicStateEntryFromPaint()
DSkPDFShader.cpp601 return SkPDFGraphicState::GetSMaskGraphicState( in create_smask_graphic_state()
603 SkPDFGraphicState::kLuminosity_SMaskMode); in create_smask_graphic_state()
/external/skia/gyp/
Dpdf.gypi30 '<(skia_src_path)/pdf/SkPDFGraphicState.cpp',
31 '<(skia_src_path)/pdf/SkPDFGraphicState.h',
/external/skia/site/dev/design/
Dpdftheory.md254 SkPDFGraphicState) have private constructors and static methods to
271 SkPDFGraphicState class. A simple command in the content stream can
323 SkPDFGraphicState (interned) with the rest (color, font size, etc)
/external/skia/experimental/iOSSampleApp/iOSSampleApp.xcodeproj/
Dproject.pbxproj375 …3B3B15A0064D447 /* SkPDFGraphicState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 260E1E9B13…
1307SkPDFGraphicState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode…
1319SkPDFGraphicState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourceco…
2674 260E1E8E13B3B13B0064D447 /* SkPDFGraphicState.h */,
2694 260E1E9B13B3B15A0064D447 /* SkPDFGraphicState.cpp */,
3272 260E1EA713B3B15A0064D447 /* SkPDFGraphicState.cpp in Sources */,
/external/skia/
DAndroid.mk589 src/pdf/SkPDFGraphicState.cpp \