Searched refs:conservativelyContainsRect (Results 1 – 16 of 16) sorted by relevance
/external/skqp/modules/sksg/src/ |
D | SkSGClipEffect.cpp | 45 fNoop = fClipNode->asPath().conservativelyContainsRect(childBounds); in onRevalidate()
|
/external/skia/modules/sksg/src/ |
D | SkSGClipEffect.cpp | 46 fNoop = fClipNode->asPath().conservativelyContainsRect(childBounds); in onRevalidate()
|
/external/skia/tests/ |
D | PathTest.cpp | 1911 path.conservativelyContainsRect(qRect)); in test_conservativelyContains() 1916 path.conservativelyContainsRect(qRect)); in test_conservativelyContains() 1921 path.conservativelyContainsRect(qRect)); in test_conservativelyContains() 1933 path.conservativelyContainsRect(qRect)); in test_conservativelyContains() 1944 REPORTER_ASSERT(reporter, !path.conservativelyContainsRect(qRect)); in test_conservativelyContains() 1955 REPORTER_ASSERT(reporter, path.conservativelyContainsRect(SkRect::MakeXYWH(SkIntToScalar(50), 0, in test_conservativelyContains() 1959 REPORTER_ASSERT(reporter, !path.conservativelyContainsRect( in test_conservativelyContains() 1965 REPORTER_ASSERT(reporter, !path.conservativelyContainsRect(SkRect::MakeXYWH(SkIntToScalar(-10), in test_conservativelyContains() 1971 REPORTER_ASSERT(reporter, !path.conservativelyContainsRect(SkRect::MakeXYWH(SkIntToScalar(10), in test_conservativelyContains() 1979 REPORTER_ASSERT(reporter, path.conservativelyContainsRect(SkRect::MakeXYWH(SkIntToScalar(50), 0, in test_conservativelyContains() [all …]
|
/external/skqp/tests/ |
D | PathTest.cpp | 1911 path.conservativelyContainsRect(qRect)); in test_conservativelyContains() 1916 path.conservativelyContainsRect(qRect)); in test_conservativelyContains() 1921 path.conservativelyContainsRect(qRect)); in test_conservativelyContains() 1933 path.conservativelyContainsRect(qRect)); in test_conservativelyContains() 1944 REPORTER_ASSERT(reporter, !path.conservativelyContainsRect(qRect)); in test_conservativelyContains() 1955 REPORTER_ASSERT(reporter, path.conservativelyContainsRect(SkRect::MakeXYWH(SkIntToScalar(50), 0, in test_conservativelyContains() 1959 REPORTER_ASSERT(reporter, !path.conservativelyContainsRect( in test_conservativelyContains() 1965 REPORTER_ASSERT(reporter, !path.conservativelyContainsRect(SkRect::MakeXYWH(SkIntToScalar(-10), in test_conservativelyContains() 1971 REPORTER_ASSERT(reporter, !path.conservativelyContainsRect(SkRect::MakeXYWH(SkIntToScalar(10), in test_conservativelyContains() 1979 REPORTER_ASSERT(reporter, path.conservativelyContainsRect(SkRect::MakeXYWH(SkIntToScalar(50), 0, in test_conservativelyContains() [all …]
|
/external/skia/src/core/ |
D | SkClipStack.cpp | 101 return fDeviceSpacePath.get()->conservativelyContainsRect(rect); in contains() 118 return fDeviceSpacePath.get()->conservativelyContainsRect(rrect.getBounds()); in contains()
|
D | SkPath.cpp | 294 bool SkPath::conservativelyContainsRect(const SkRect& rect) const { in conservativelyContainsRect() function in SkPath
|
/external/skqp/src/core/ |
D | SkClipStack.cpp | 101 return fDeviceSpacePath.get()->conservativelyContainsRect(rect); in contains() 118 return fDeviceSpacePath.get()->conservativelyContainsRect(rrect.getBounds()); in contains()
|
D | SkPath.cpp | 294 bool SkPath::conservativelyContainsRect(const SkRect& rect) const { in conservativelyContainsRect() function in SkPath
|
/external/skqp/include/core/ |
D | SkPath.h | 539 bool conservativelyContainsRect(const SkRect& rect) const;
|
/external/skia/include/core/ |
D | SkPath.h | 539 bool conservativelyContainsRect(const SkRect& rect) const;
|
/external/skqp/bench/ |
D | PathBench.cpp | 849 fParity = fParity != fPath.conservativelyContainsRect(rect); in onDraw()
|
/external/skia/bench/ |
D | PathBench.cpp | 849 fParity = fParity != fPath.conservativelyContainsRect(rect); in onDraw()
|
/external/skia/docs/ |
D | SkPath_Reference.bmh | 1588 #Method bool conservativelyContainsRect(const SkRect& rect) const 1611 bool rectInPath = path.conservativelyContainsRect(tests[i]); 3081 #SeeAlso computeTightBounds conservativelyContainsRect getBounds isConvex isLastContourClosed isNes… 3118 #SeeAlso computeTightBounds conservativelyContainsRect getBounds isConvex isLastContourClosed isRect 4115 #SeeAlso conservativelyContainsRect Fill_Type Op
|
/external/skqp/docs/ |
D | SkPath_Reference.bmh | 1588 #Method bool conservativelyContainsRect(const SkRect& rect) const 1611 bool rectInPath = path.conservativelyContainsRect(tests[i]); 3081 #SeeAlso computeTightBounds conservativelyContainsRect getBounds isConvex isLastContourClosed isNes… 3118 #SeeAlso computeTightBounds conservativelyContainsRect getBounds isConvex isLastContourClosed isRect 4115 #SeeAlso conservativelyContainsRect Fill_Type Op
|
/external/skia/site/user/api/ |
D | SkPath_Reference.md | 72 …bool <a href='#SkPath_conservativelyContainsRect'>conservativelyContainsRect</a>(const <a href='Sk… 1941 bool <a href='#SkPath_conservativelyContainsRect'>conservativelyContainsRect</a>(const <a href='SkR… 3478 …teTightBounds</a> <a href='#SkPath_conservativelyContainsRect'>conservativelyContainsRect</a> <a h… 3524 …teTightBounds</a> <a href='#SkPath_conservativelyContainsRect'>conservativelyContainsRect</a> <a h… 4660 <a href='#SkPath_conservativelyContainsRect'>conservativelyContainsRect</a> <a href='#Path_Fill_Typ…
|
/external/skqp/site/user/api/ |
D | SkPath_Reference.md | 72 …bool <a href='#SkPath_conservativelyContainsRect'>conservativelyContainsRect</a>(const <a href='Sk… 1941 bool <a href='#SkPath_conservativelyContainsRect'>conservativelyContainsRect</a>(const <a href='SkR… 3478 …teTightBounds</a> <a href='#SkPath_conservativelyContainsRect'>conservativelyContainsRect</a> <a h… 3524 …teTightBounds</a> <a href='#SkPath_conservativelyContainsRect'>conservativelyContainsRect</a> <a h… 4660 <a href='#SkPath_conservativelyContainsRect'>conservativelyContainsRect</a> <a href='#Path_Fill_Typ…
|