Searched refs:setBoundsCheck (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/docs/examples/ |
H A D | Rect_setBoundsCheck.cpp | 10 bool success = rect.setBoundsCheck(points, count); in REG_FIDDLE()
|
/third_party/skia/fuzz/ |
H A D | FuzzPolyUtils.cpp | 23 bounds.setBoundsCheck(polygon, count); in DEF_FUZZ()
|
/third_party/skia/tests/ |
H A D | OffsetSimplePolyTest.cpp | 38 bounds.setBoundsCheck(rrectPoly.begin(), rrectPoly.count()); in DEF_TEST() 105 bounds.setBoundsCheck(clippedRRectPoly.begin(), clippedRRectPoly.count()); in DEF_TEST() 131 bounds.setBoundsCheck(starPoly.begin(), starPoly.count()); in DEF_TEST()
|
H A D | RectTest.cpp | 120 * - setBoundsCheck should return false, and set the rect to all zeros 133 bool isfinite = r.setBoundsCheck(pts, n); in DEF_TEST()
|
H A D | PathTest.cpp | 905 bool isFine = r.setBoundsCheck(pts, 3); in test_rect_isfinite() 910 isFine = r.setBoundsCheck(pts, 3); in test_rect_isfinite() 915 isFine = r.setBoundsCheck(pts, 3); in test_rect_isfinite()
|
/third_party/skia/src/core/ |
H A D | SkRect.cpp | 67 bool SkRect::setBoundsCheck(const SkPoint pts[], int count) { in setBoundsCheck() function in SkRect 108 if (!this->setBoundsCheck(pts, count)) { in setBoundsNoCheck()
|
/third_party/skia/include/private/ |
H A D | SkPathRef.h | 390 return bounds->setBoundsCheck(ref.points(), ref.countPoints()); in ComputePtBounds()
|
/third_party/skia/include/core/ |
H A D | SkRect.h | 892 (void)this->setBoundsCheck(pts, count); 908 bool setBoundsCheck(const SkPoint pts[], int count);
|
/third_party/skia/gm/ |
H A D | polygonoffset.cpp | 578 bounds.setBoundsCheck(data.get(), numPts); in drawPolygon()
|
/third_party/skia/src/utils/ |
H A D | SkPolyUtils.cpp | 1614 if (!bounds.setBoundsCheck(polygonVerts, polygonSize)) { in SkTriangulateSimplePolygon()
|
Completed in 18 milliseconds