OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oneOff
(Results
1 - 4
of
4
) sorted by null
/external/skia/tests/
PathOpsConicIntersectionTest.cpp
298
static void
oneOff
(skiatest::Reporter* reporter, const ConicPts& conic1, const ConicPts& conic2,
335
static void
oneOff
(skiatest::Reporter* reporter, int outer, int inner) {
338
oneOff
(reporter, c1, c2, false);
344
oneOff
(reporter, outer, inner);
350
oneOff
(reporter, 0, 1);
PathOpsCubicIntersectionTest.cpp
388
static void
oneOff
(skiatest::Reporter* reporter, const CubicPts& cubic1, const CubicPts& cubic2,
438
static void
oneOff
(skiatest::Reporter* reporter, int outer, int inner) {
441
oneOff
(reporter, cubic1, cubic2, false);
447
oneOff
(reporter, cubic1, cubic2, false);
453
oneOff
(reporter, cubic1, cubic2, false);
459
oneOff
(reporter, outer, inner);
703
oneOff
(reporter, cubic1, cubic2, true);
/external/skqp/tests/
PathOpsConicIntersectionTest.cpp
298
static void
oneOff
(skiatest::Reporter* reporter, const ConicPts& conic1, const ConicPts& conic2,
335
static void
oneOff
(skiatest::Reporter* reporter, int outer, int inner) {
338
oneOff
(reporter, c1, c2, false);
344
oneOff
(reporter, outer, inner);
350
oneOff
(reporter, 0, 1);
PathOpsCubicIntersectionTest.cpp
388
static void
oneOff
(skiatest::Reporter* reporter, const CubicPts& cubic1, const CubicPts& cubic2,
438
static void
oneOff
(skiatest::Reporter* reporter, int outer, int inner) {
441
oneOff
(reporter, cubic1, cubic2, false);
447
oneOff
(reporter, cubic1, cubic2, false);
453
oneOff
(reporter, cubic1, cubic2, false);
459
oneOff
(reporter, outer, inner);
703
oneOff
(reporter, cubic1, cubic2, true);
Completed in 9601 milliseconds