OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notPointDegenerates_count
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/experimental/Intersection/
CubicIntersection_TestData.h
24
extern const size_t
notPointDegenerates_count
;
CubicIntersection_TestData.cpp
26
const size_t
notPointDegenerates_count
= sizeof(notPointDegenerates) / sizeof(notPointDegenerates[0]);
CubicReduceOrder_Test.cpp
55
for (index = firstNotPointDegeneratesTest; index <
notPointDegenerates_count
; ++index) {
CubicToQuadratics_Test.cpp
117
test(notPointDegenerates, "notPointDegenerates", firstNotPointDegeneratesTest,
notPointDegenerates_count
);
/external/chromium_org/third_party/skia/tests/
PathOpsCubicIntersectionTestData.h
21
extern const size_t
notPointDegenerates_count
;
PathOpsCubicIntersectionTestData.cpp
53
const size_t
notPointDegenerates_count
=
PathOpsCubicToQuadsTest.cpp
141
notPointDegenerates_count
);
PathOpsCubicReduceOrderTest.cpp
116
for (index = firstNotPointDegeneratesTest; index <
notPointDegenerates_count
; ++index) {
Completed in 60 milliseconds