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

  /external/chromium_org/third_party/skia/tests/
DrawPathTest.cpp 248 SkPath filteredPath;
253 paint.getFillPath(path, &filteredPath);
272 SkPath filteredPath;
274 REPORTER_ASSERT(reporter, !dash->filterPath(&filteredPath, path, &rec, NULL));
275 REPORTER_ASSERT(reporter, filteredPath.isEmpty());
  /external/skia/tests/
DrawPathTest.cpp 248 SkPath filteredPath;
253 paint.getFillPath(path, &filteredPath);
272 SkPath filteredPath;
274 REPORTER_ASSERT(reporter, !dash->filterPath(&filteredPath, path, &rec, NULL));
275 REPORTER_ASSERT(reporter, filteredPath.isEmpty());
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
FilterTypeSet.java 88 String filteredPath = basePath + "/{" + set.getPath().toString() + "}";
89 MediaSet filteredSet = mDataManager.getMediaSet(filteredPath);

Completed in 64 milliseconds