Home
last modified time | relevance | path

Searched refs:path4 (Results 1 – 4 of 4) sorted by relevance

/external/skia/gm/
Dstrokefill.cpp309 SkPath path4; variable
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/247770
[all …]
/external/dbus/dbus/
Ddbus-object-tree.c1517 const char *path4[] = { "foo", "bar", "boo", NULL }; in object_tree_test_iteration() local
1543 _dbus_assert (!find_subtree (tree, path4, NULL)); in object_tree_test_iteration()
1553 _dbus_assert (find_handler (tree, path4, &exact_match) == tree->root && !exact_match); in object_tree_test_iteration()
1566 _dbus_assert (!find_subtree (tree, path4, NULL)); in object_tree_test_iteration()
1576 _dbus_assert (find_handler (tree, path4, &exact_match) && !exact_match); in object_tree_test_iteration()
1588 _dbus_assert (!find_subtree (tree, path4, NULL)); in object_tree_test_iteration()
1601 _dbus_assert (!find_subtree (tree, path4, NULL)); in object_tree_test_iteration()
1607 if (!do_register (tree, path4, TRUE, 4, tree_test_data)) in object_tree_test_iteration()
1614 _dbus_assert (find_subtree (tree, path4, NULL)); in object_tree_test_iteration()
1627 _dbus_assert (find_subtree (tree, path4, NULL)); in object_tree_test_iteration()
[all …]
/external/skia/tests/
DPathOpsBuildUseTest.cpp87 SkPath path4(path); in build1_1() local
88 builder.add(path4, (SkPathOp) 2); in build1_1()
DPathOpsIssue3651.cpp649 static SkPath path4() { in path4() function
1210 SkPath pathB = path4(); in issue3651_2()