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

  /external/skia/gm/
strokefill.cpp 310 SkPath path4; local
311 path4.setFillType(SkPath::kWinding_FillType);
312 path4.addRect(r, SkPath::kCCW_Direction);
314 path4.addRect(r, SkPath::kCW_Direction);
315 canvas->drawPath(path4, paint);
319 path4.reset();
320 SkASSERT(!SkPathPriv::CheapComputeFirstDirection(path4, nullptr));
321 path4.addRect(r, SkPath::kCCW_Direction);
322 SkASSERT(SkPathPriv::CheapIsFirstDirection(path4, SkPathPriv::kCCW_FirstDirection));
323 path4.moveTo(0, 0); // test for crbug.com/24777
    [all...]
  /external/skia/tests/
GpuDrawPathTest.cpp 140 SkPath path4; local
144 path4.conicTo(s, 3.f * s / 4, s + 1.f, s, 0.3f + s / 2000.f);
152 GrPath::ComputeKey(GrShape(path4, style), &key4, &isVolatile);
PathOpsIssue3651.cpp 651 static SkPath path4() { function
    [all...]

Completed in 113 milliseconds