OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notLines
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/experimental/Intersection/
CubicIntersection_TestData.h
18
extern const Cubic
notLines
[];
CubicIntersection_TestData.cpp
163
const Cubic
notLines
[] = {
172
const size_t notLines_count = sizeof(
notLines
) / sizeof(
notLines
[0]);
CubicReduceOrder_Test.cpp
72
const Cubic& cubic =
notLines
[index];
76
SkDebugf("[%d]
notLines
order=%d\n", (int) index, order);
CubicToQuadratics_Test.cpp
119
test(
notLines
, "
notLines
", firstNotLinesTest, notLines_count);
/external/chromium_org/third_party/skia/tests/
PathOpsCubicIntersectionTestData.h
15
extern const SkDCubic
notLines
[];
PathOpsCubicIntersectionTestData.cpp
148
const SkDCubic
notLines
[] = {
157
const size_t notLines_count = SK_ARRAY_COUNT(
notLines
);
PathOpsCubicToQuadsTest.cpp
143
testC(reporter,
notLines
, "
notLines
", firstNotLinesTest, notLines_count);
PathOpsCubicReduceOrderTest.cpp
136
const SkDCubic& cubic =
notLines
[index];
140
SkDebugf("[%d]
notLines
order=%d\n", static_cast<int>(index), order);
Completed in 43 milliseconds