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

/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFGraphicState.cpp61 SkASSERT(CanonicalPaints()[index].fGraphicState == this);
62 CanonicalPaints().removeShuffle(index);
87 SkPDFGraphicState::CanonicalPaints() { function in class:SkPDFGraphicState
107 CanonicalPaints()[index].fGraphicState->ref();
108 return CanonicalPaints()[index].fGraphicState;
111 CanonicalPaints().push(newEntry);
190 return CanonicalPaints().find(search);
/external/skia/src/pdf/
H A DSkPDFGraphicState.cpp60 SkASSERT(CanonicalPaints()[index].fGraphicState == this);
61 CanonicalPaints().removeShuffle(index);
86 SkPDFGraphicState::CanonicalPaints() { function in class:SkPDFGraphicState
106 CanonicalPaints()[index].fGraphicState->ref();
107 return CanonicalPaints()[index].fGraphicState;
110 CanonicalPaints().push(newEntry);
189 return CanonicalPaints().find(search);

Completed in 52 milliseconds