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

  /external/skia/src/pdf/
SkPDFCanon.cpp 27 fGraphicStateRecords.foreach ([](WrapGS w) { w.fPtr->unref(); });
28 fGraphicStateRecords.reset();
117 const WrapGS* ptr = fGraphicStateRecords.find(WrapGS(&key));
124 SkASSERT(!fGraphicStateRecords.contains(w));
125 fGraphicStateRecords.add(w);
SkPDFCanon.h 115 SkTHashSet<WrapGS, WrapGS::Hash> fGraphicStateRecords;

Completed in 460 milliseconds