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

  /frameworks/base/libs/hwui/
PathCache.h 230 typedef Pair<SkPath*, SkPath*> path_pair_t; typedef in class:android::uirenderer::PathCache
251 void remove(Vector<PathDescription>& pathsToRemove, const path_pair_t& pair);
311 Vector<path_pair_t> mGarbage;
PathCache.cpp 366 void PathCache::remove(Vector<PathDescription>& pathsToRemove, const path_pair_t& pair) {
381 mGarbage.push(path_pair_t(path, const_cast<SkPath*>(path->getSourcePath())));
391 const path_pair_t& pair = mGarbage.itemAt(i);

Completed in 35 milliseconds