OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lineQuadTests_count
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tests/
PathOpsQuadLineIntersectionTest.cpp
29
static size_t
lineQuadTests_count
= SK_ARRAY_COUNT(lineQuadTests);
107
for (size_t index = 0; index <
lineQuadTests_count
; ++index) {
/external/chromium_org/third_party/skia/experimental/Intersection/
LineQuadraticIntersection_Test.cpp
28
size_t
lineQuadTests_count
= sizeof(lineQuadTests) / sizeof(lineQuadTests[0]);
93
for (size_t index = firstLineQuadIntersectionTest; index <
lineQuadTests_count
; ++index) {
Completed in 35 milliseconds