OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oneOff
(Results
1 - 3
of
3
) sorted by null
/external/skia/tests/
PathOpsConicIntersectionTest.cpp
296
static void
oneOff
(skiatest::Reporter* reporter, const SkDConic& c1, const SkDConic& c2,
330
static void
oneOff
(skiatest::Reporter* reporter, int outer, int inner) {
333
oneOff
(reporter, c1, c2, false);
339
oneOff
(reporter, outer, inner);
345
oneOff
(reporter, 0, 1);
PathOpsCubicIntersectionTest.cpp
381
static void
oneOff
(skiatest::Reporter* reporter, const SkDCubic& cubic1, const SkDCubic& cubic2,
428
static void
oneOff
(skiatest::Reporter* reporter, int outer, int inner) {
431
oneOff
(reporter, cubic1, cubic2, false);
437
oneOff
(reporter, cubic1, cubic2, false);
443
oneOff
(reporter, cubic1, cubic2, false);
449
oneOff
(reporter, outer, inner);
686
oneOff
(reporter, cubic1, cubic2, true);
PathOpsBuilderConicTest.cpp
106
for (const OvalSetOneOff&
oneOff
: oneOffs) {
107
if (col ==
oneOff
.fCol && row ==
oneOff
.fRow && rot ==
oneOff
.fRot
108
&& trial ==
oneOff
.fTrial) {
123
for (const OvalSetOneOff&
oneOff
: oneOffs) {
124
setupOne(reporter,
oneOff
.fCol,
oneOff
.fRow,
oneOff
.fRot,
oneOff
.fTrial)
[
all
...]
Completed in 152 milliseconds