Lines Matching defs:SkPDFGraphicState
9 #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::CanonicalPaintsMutex() {
101 SkPDFGraphicState* SkPDFGraphicState::GetGraphicStateForPaint(
109 GSCanonicalEntry newEntry(new SkPDFGraphicState(paint));
115 SkPDFObject* SkPDFGraphicState::GetInvertFunction() {
139 SkPDFGraphicState* SkPDFGraphicState::GetSMaskGraphicState(
153 SkPDFGraphicState* result = new SkPDFGraphicState;
172 SkPDFGraphicState* SkPDFGraphicState::GetNoSMaskGraphicState() {
174 static SkPDFGraphicState* noSMaskGS = NULL;
176 noSMaskGS = new SkPDFGraphicState;
187 int SkPDFGraphicState::Find(const SkPaint& paint) {
192 SkPDFGraphicState::SkPDFGraphicState()
197 SkPDFGraphicState::SkPDFGraphicState(const SkPaint& paint)
204 void SkPDFGraphicState::populateDict() {
248 bool SkPDFGraphicState::GSCanonicalEntry::operator==(
249 const SkPDFGraphicState::GSCanonicalEntry& gs) const {