OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:simplifyTestsCount
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalkerQuadralaterals_Test.cpp
112
static size_t
simplifyTestsCount
= sizeof(simplifyTests) / sizeof(simplifyTests[0]);
119
while (index <
simplifyTestsCount
&& simplifyTests[index] != firstTest) {
123
for ( ; index <
simplifyTestsCount
; ++index) {
EdgeWalkerQuadratics_Test.cpp
261
static size_t
simplifyTestsCount
= sizeof(simplifyTests) / sizeof(simplifyTests[0]);
272
while (index <
simplifyTestsCount
&& simplifyTests[index] != firstTest) {
277
for ( ; index <
simplifyTestsCount
; ++index) {
EdgeWalkerPolygons_Test.cpp
771
static size_t
simplifyTestsCount
= sizeof(simplifyTests) / sizeof(simplifyTests[0]);
778
while (index <
simplifyTestsCount
&& simplifyTests[index] != firstTest) {
783
for ( ; index <
simplifyTestsCount
; ++index) {
EdgeWalkerRectangles_Test.cpp
445
static size_t
simplifyTestsCount
= sizeof(simplifyTests) / sizeof(simplifyTests[0]);
452
while (index <
simplifyTestsCount
&& simplifyTests[index] != firstTest) {
456
for ( ; index <
simplifyTestsCount
; ++index) {
Completed in 105 milliseconds