Home
last modified time | relevance | path

Searched refs:path_pair_t (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DPathCache.h230 typedef Pair<SkPath*, SkPath*> path_pair_t; typedef
251 void remove(Vector<PathDescription>& pathsToRemove, const path_pair_t& pair);
311 Vector<path_pair_t> mGarbage;
DPathCache.cpp366 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()