/external/skia/docs/examples/ |
D | Rect_setBoundsCheck.cpp | 10 bool success = rect.setBoundsCheck(points, count); in draw()
|
/external/skia/tests/ |
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()
|
D | RectTest.cpp | 131 bool isfinite = r.setBoundsCheck(pts, n); in DEF_TEST()
|
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()
|
/external/skqp/src/core/ |
D | SkRect.cpp | 42 bool SkRect::setBoundsCheck(const SkPoint pts[], int count) { in setBoundsCheck() function in SkRect 83 if (!this->setBoundsCheck(pts, count)) { in setBoundsNoCheck()
|
/external/skia/fuzz/ |
D | FuzzPolyUtils.cpp | 23 bounds.setBoundsCheck(polygon, count); in DEF_FUZZ()
|
/external/skia/src/core/ |
D | SkRect.cpp | 57 bool SkRect::setBoundsCheck(const SkPoint pts[], int count) { in setBoundsCheck() function in SkRect 98 if (!this->setBoundsCheck(pts, count)) { in setBoundsNoCheck()
|
/external/skqp/tests/ |
D | RectTest.cpp | 131 bool isfinite = r.setBoundsCheck(pts, n); in DEF_TEST()
|
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()
|
/external/skqp/include/core/ |
D | SkRect.h | 1039 (void)this->setBoundsCheck(pts, count); in set() 1052 (void)this->setBoundsCheck(pts, count); in setBounds() 1066 bool setBoundsCheck(const SkPoint pts[], int count);
|
/external/skia/include/private/ |
D | SkPathRef.h | 390 return bounds->setBoundsCheck(ref.points(), ref.countPoints()); in ComputePtBounds()
|
/external/skia/include/core/ |
D | SkRect.h | 887 (void)this->setBoundsCheck(pts, count); in setBounds() 903 bool setBoundsCheck(const SkPoint pts[], int count);
|
/external/skqp/docs/ |
D | SkRect_Reference.bmh | 694 #SeeAlso set setBoundsCheck SkPath::addPoly 700 #Method bool setBoundsCheck(const SkPoint pts[], int count) 710 bool success = rect.setBoundsCheck(points, count); 759 #SeeAlso setBoundsCheck 887 #SeeAlso setBounds setBoundsCheck SkPath::addPoly 911 #SeeAlso setBounds setBoundsCheck
|
/external/skia/gm/ |
D | polygonoffset.cpp | 578 bounds.setBoundsCheck(data.get(), numPts); in drawPolygon()
|
/external/skqp/include/private/ |
D | SkPathRef.h | 371 return bounds->setBoundsCheck(ref.points(), ref.countPoints()); in ComputePtBounds()
|
/external/skqp/site/user/api/ |
D | SkRect_Reference.md | 51 …bool <a href='#SkRect_setBoundsCheck'>setBoundsCheck</a>(const <a href='SkPoint_Reference#SkPoint'… 1068 <a href='#SkRect_set'>set</a> <a href='#SkRect_setBoundsCheck'>setBoundsCheck</a> <a href='SkPath_R… 1075 bool <a href='#SkRect_setBoundsCheck'>setBoundsCheck</a>(const <a href='SkPoint_Reference#SkPoint'>… 1148 <a href='#SkRect_setBoundsCheck'>setBoundsCheck</a> 1348 <a href='#SkRect_setBounds'>setBounds</a> <a href='#SkRect_setBoundsCheck'>setBoundsCheck</a> <a hr… 1378 <a href='#SkRect_setBounds'>setBounds</a> <a href='#SkRect_setBoundsCheck'>setBoundsCheck</a>
|
/external/skqp/src/utils/ |
D | SkPolyUtils.cpp | 1566 if (!bounds.setBoundsCheck(polygonVerts, polygonSize)) { in SkTriangulateSimplePolygon()
|
/external/skia/src/utils/ |
D | SkPolyUtils.cpp | 1614 if (!bounds.setBoundsCheck(polygonVerts, polygonSize)) { in SkTriangulateSimplePolygon()
|
/external/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 3638 bool setBoundsCheck(const SkPoint pts[], int count);
|