Searched refs:fGraphicStateRecords (Results 1 – 2 of 2) sorted by relevance
27 fGraphicStateRecords.foreach ([](WrapGS w) { w.fPtr->unref(); }); in reset()28 fGraphicStateRecords.reset(); in reset()117 const WrapGS* ptr = fGraphicStateRecords.find(WrapGS(&key)); in findGraphicState()124 SkASSERT(!fGraphicStateRecords.contains(w)); in addGraphicState()125 fGraphicStateRecords.add(w); in addGraphicState()
115 SkTHashSet<WrapGS, WrapGS::Hash> fGraphicStateRecords; variable