Searched refs:SkPDFGraphicState (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/pdf/ |
D | SkPDFGraphicState.cpp | 104 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()
|
D | SkPDFGraphicState.h | 25 class SkPDFGraphicState final : public SkPDFObject { 46 static SkPDFGraphicState* GetGraphicStateForPaint(SkPDFCanon* canon, 72 bool operator==(const SkPDFGraphicState& rhs) const { 85 SkPDFGraphicState(const SkPaint&);
|
D | SkPDFCanon.h | 75 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;
|
D | SkPDFCanon.cpp | 115 const SkPDFGraphicState* SkPDFCanon::findGraphicState( in findGraphicState() 116 const SkPDFGraphicState& key) const { in findGraphicState() 121 void SkPDFCanon::addGraphicState(const SkPDFGraphicState* state) { in addGraphicState()
|
D | SkPDFDevice.h | 31 class SkPDFGraphicState; variable
|
D | SkPDFDevice.cpp | 1784 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()
|
D | SkPDFShader.cpp | 601 return SkPDFGraphicState::GetSMaskGraphicState( in create_smask_graphic_state() 603 SkPDFGraphicState::kLuminosity_SMaskMode); in create_smask_graphic_state()
|
/external/skia/gyp/ |
D | pdf.gypi | 30 '<(skia_src_path)/pdf/SkPDFGraphicState.cpp', 31 '<(skia_src_path)/pdf/SkPDFGraphicState.h',
|
/external/skia/site/dev/design/ |
D | pdftheory.md | 254 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/ |
D | project.pbxproj | 375 …3B3B15A0064D447 /* SkPDFGraphicState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 260E1E9B13… 1307 …SkPDFGraphicState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode… 1319 …SkPDFGraphicState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourceco… 2674 260E1E8E13B3B13B0064D447 /* SkPDFGraphicState.h */, 2694 260E1E9B13B3B15A0064D447 /* SkPDFGraphicState.cpp */, 3272 260E1EA713B3B15A0064D447 /* SkPDFGraphicState.cpp in Sources */,
|
/external/skia/ |
D | Android.mk | 589 src/pdf/SkPDFGraphicState.cpp \
|