Home
last modified time | relevance | path

Searched refs:setBoundsCheck (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/docs/examples/
H A DRect_setBoundsCheck.cpp10 bool success = rect.setBoundsCheck(points, count); in REG_FIDDLE()
/third_party/skia/fuzz/
H A DFuzzPolyUtils.cpp23 bounds.setBoundsCheck(polygon, count); in DEF_FUZZ()
/third_party/skia/tests/
H A DOffsetSimplePolyTest.cpp38 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 DRectTest.cpp120 * - setBoundsCheck should return false, and set the rect to all zeros
133 bool isfinite = r.setBoundsCheck(pts, n); in DEF_TEST()
H A DPathTest.cpp905 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 DSkRect.cpp67 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 DSkPathRef.h390 return bounds->setBoundsCheck(ref.points(), ref.countPoints()); in ComputePtBounds()
/third_party/skia/include/core/
H A DSkRect.h892 (void)this->setBoundsCheck(pts, count);
908 bool setBoundsCheck(const SkPoint pts[], int count);
/third_party/skia/gm/
H A Dpolygonoffset.cpp578 bounds.setBoundsCheck(data.get(), numPts); in drawPolygon()
/third_party/skia/src/utils/
H A DSkPolyUtils.cpp1614 if (!bounds.setBoundsCheck(polygonVerts, polygonSize)) { in SkTriangulateSimplePolygon()

Completed in 18 milliseconds