Searched refs:ignoreResult (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/fuzz/ |
H A D | FuzzPolyUtils.cpp | 13 void inline ignoreResult(bool ) {} in ignoreResult() function 25 ignoreResult(SkGetPolygonWinding(polygon, count)); in DEF_FUZZ() 26 ignoreResult(SkIsConvexPolygon(polygon, count)); in DEF_FUZZ() 27 ignoreResult(SkIsSimplePolygon(polygon, count)); in DEF_FUZZ() 32 ignoreResult(SkInsetConvexPolygon(polygon, count, inset, &output)); in DEF_FUZZ() 36 ignoreResult(SkOffsetSimplePolygon(polygon, count, bounds, offset, &output)); in DEF_FUZZ() 43 ignoreResult(SkTriangulateSimplePolygon(polygon, indexMap, count, &outputIndices)); in DEF_FUZZ()
|
H A D | FuzzPathMeasure.cpp | 12 void inline ignoreResult(bool ) {} in ignoreResult() function 32 ignoreResult(measure.getPosTan(distance[0], &position, &tangent)); in DEF_FUZZ() 34 ignoreResult(measure.getSegment(distance[1], distance[2], &dst, (bits >> 1) & 1)); in DEF_FUZZ() 35 ignoreResult(measure.nextContour()); in DEF_FUZZ() 36 ignoreResult(measure.getPosTan(distance[3], &position, &tangent)); in DEF_FUZZ() 37 ignoreResult(measure.getSegment(distance[4], distance[5], &dst, (bits >> 2) & 1)); in DEF_FUZZ()
|
Completed in 1 milliseconds