OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notPointDegenerates
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/experimental/Intersection/
CubicIntersection_TestData.h
11
extern const Cubic
notPointDegenerates
[];
CubicIntersection_TestData.cpp
21
const Cubic
notPointDegenerates
[] = {
26
const size_t notPointDegenerates_count = sizeof(
notPointDegenerates
) / sizeof(
notPointDegenerates
[0]);
CubicReduceOrder_Test.cpp
56
const Cubic& cubic =
notPointDegenerates
[index];
60
SkDebugf("[%d]
notPointDegenerates
order=%d\n", (int) index, order);
CubicToQuadratics_Test.cpp
117
test(
notPointDegenerates
, "
notPointDegenerates
", firstNotPointDegeneratesTest, notPointDegenerates_count);
/external/chromium_org/third_party/skia/tests/
PathOpsCubicIntersectionTestData.h
10
extern const SkDCubic
notPointDegenerates
[];
PathOpsCubicIntersectionTestData.cpp
48
const SkDCubic
notPointDegenerates
[] = {
54
SK_ARRAY_COUNT(
notPointDegenerates
);
PathOpsCubicToQuadsTest.cpp
140
testC(reporter,
notPointDegenerates
, "
notPointDegenerates
", firstNotPointDegeneratesTest,
PathOpsCubicReduceOrderTest.cpp
117
const SkDCubic& cubic =
notPointDegenerates
[index];
121
SkDebugf("[%d]
notPointDegenerates
order=%d\n", static_cast<int>(index), order);
Completed in 75 milliseconds