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

  /external/skia/src/core/
SkClipStack.h 166 return fPath.get()->conservativelyContainsRect(rect);
183 return fPath.get()->conservativelyContainsRect(rrect.getBounds());
SkPath.cpp 261 bool SkPath::conservativelyContainsRect(const SkRect& rect) const {
    [all...]
  /external/skia/tests/
PathTest.cpp     [all...]
  /external/skia/include/core/
SkPath.h 381 bool conservativelyContainsRect(const SkRect& rect) const;
    [all...]
  /external/skia/bench/
PathBench.cpp 855 fParity = fParity != fPath.conservativelyContainsRect(rect);
    [all...]

Completed in 477 milliseconds