Home
last modified time | relevance | path

Searched refs:gFull (Results 1 – 1 of 1) sorted by relevance

/external/skia/tests/
DClipperTest.cpp100 static const SkPoint gFull[] = { in test_intersectline() local
116 for (i = 0; i < SK_ARRAY_COUNT(gFull); i += 2) { in test_intersectline()
117 bool valid = SkLineClipper::IntersectLine(&gFull[i], gR, dst); in test_intersectline()
118 if (!valid || memcmp(&gFull[i], dst, sizeof(dst))) { in test_intersectline()
121 REPORTER_ASSERT(reporter, valid && !memcmp(&gFull[i], dst, sizeof(dst))); in test_intersectline()