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

  /external/skia/gm/
strokefill.cpp 309 SkPath path4; local
310 path4.setFillType(SkPath::kWinding_FillType);
311 path4.addRect(r, SkPath::kCCW_Direction);
313 path4.addRect(r, SkPath::kCW_Direction);
314 canvas->drawPath(path4, paint);
318 path4.reset();
319 SkASSERT(!SkPathPriv::CheapComputeFirstDirection(path4, nullptr));
320 path4.addRect(r, SkPath::kCCW_Direction);
321 SkASSERT(SkPathPriv::CheapIsFirstDirection(path4, SkPathPriv::kCCW_FirstDirection));
322 path4.moveTo(0, 0); // test for crbug.com/24777
    [all...]
  /external/dbus/dbus/
dbus-object-tree.c 1517 const char *path4[] = { "foo", "bar", "boo", NULL }; local
    [all...]
  /external/skia/tests/
PathOpsBuildUseTest.cpp 87 SkPath path4(path);
88 builder.add(path4, (SkPathOp) 2);
    [all...]
PathOpsIssue3651.cpp 649 static SkPath path4() { function
    [all...]

Completed in 6035 milliseconds