Searched refs:path_pair_t (Results 1 – 2 of 2) sorted by relevance
230 typedef Pair<SkPath*, SkPath*> path_pair_t; typedef251 void remove(Vector<PathDescription>& pathsToRemove, const path_pair_t& pair);311 Vector<path_pair_t> mGarbage;
366 void PathCache::remove(Vector<PathDescription>& pathsToRemove, const path_pair_t& pair) { in remove()381 mGarbage.push(path_pair_t(path, const_cast<SkPath*>(path->getSourcePath()))); in removeDeferred()391 const path_pair_t& pair = mGarbage.itemAt(i); in clearGarbage()