HomeSort by relevance Sort by last modified time
    Searched defs:rectPath (Results 1 - 8 of 8) sorted by null

  /external/skia/tests/
PathOpsBuilderTest.cpp 27 SkPath rectPath;
28 rectPath.setFillType(SkPath::kEvenOdd_FillType);
29 rectPath.addRect(0, 1, 2, 3, SkPath::kCW_Direction);
30 builder.add(rectPath, kUnion_SkPathOp);
37 int pixelDiff = comparePaths(reporter, __FUNCTION__, rectPath, result);
40 rectPath.reset();
41 rectPath.setFillType(SkPath::kEvenOdd_FillType);
42 rectPath.addRect(0, 1, 2, 3, SkPath::kCCW_Direction);
43 builder.add(rectPath, kUnion_SkPathOp);
48 REPORTER_ASSERT(reporter, rectPath == result)
    [all...]
BlurTest.cpp 316 SkPath rectPath;
317 rectPath.addRect(0.3f, 0.3f, 100.3f, 100.3f);
338 cpu_blur_path(rectPath, sigma, rectSpecialCaseResult, kSize);
GrShapeTest.cpp     [all...]
  /external/skqp/tests/
PathOpsBuilderTest.cpp 27 SkPath rectPath;
28 rectPath.setFillType(SkPath::kEvenOdd_FillType);
29 rectPath.addRect(0, 1, 2, 3, SkPath::kCW_Direction);
30 builder.add(rectPath, kUnion_SkPathOp);
37 int pixelDiff = comparePaths(reporter, __FUNCTION__, rectPath, result);
40 rectPath.reset();
41 rectPath.setFillType(SkPath::kEvenOdd_FillType);
42 rectPath.addRect(0, 1, 2, 3, SkPath::kCCW_Direction);
43 builder.add(rectPath, kUnion_SkPathOp);
48 REPORTER_ASSERT(reporter, rectPath == result)
    [all...]
BlurTest.cpp 316 SkPath rectPath;
317 rectPath.addRect(0.3f, 0.3f, 100.3f, 100.3f);
338 cpu_blur_path(rectPath, sigma, rectSpecialCaseResult, kSize);
GrShapeTest.cpp     [all...]
  /external/skia/samplecode/
SamplePathOverstroke.cpp 117 SkPath rectPath(SkPoint p1) {
143 path = rectPath(p1);
  /external/skqp/samplecode/
SamplePathOverstroke.cpp 117 SkPath rectPath(SkPoint p1) {
143 path = rectPath(p1);

Completed in 261 milliseconds