HomeSort by relevance Sort by last modified time
    Searched refs:CanonicalPaints (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFGraphicState.cpp 60 SkASSERT(CanonicalPaints()[index].fGraphicState == this);
61 CanonicalPaints().removeShuffle(index);
86 SkPDFGraphicState::CanonicalPaints() {
106 CanonicalPaints()[index].fGraphicState->ref();
107 return CanonicalPaints()[index].fGraphicState;
110 CanonicalPaints().push(newEntry);
189 return CanonicalPaints().find(search);
SkPDFGraphicState.h 97 static SkTDArray<GSCanonicalEntry>& CanonicalPaints();
  /external/skia/src/pdf/
SkPDFGraphicState.cpp 60 SkASSERT(CanonicalPaints()[index].fGraphicState == this);
61 CanonicalPaints().removeShuffle(index);
86 SkPDFGraphicState::CanonicalPaints() {
106 CanonicalPaints()[index].fGraphicState->ref();
107 return CanonicalPaints()[index].fGraphicState;
110 CanonicalPaints().push(newEntry);
189 return CanonicalPaints().find(search);
SkPDFGraphicState.h 97 static SkTDArray<GSCanonicalEntry>& CanonicalPaints();

Completed in 45 milliseconds