Home
last modified time | relevance | path

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

/third_party/skia/tests/
DClipperTest.cpp109 static const SkPoint gFull[] = { in test_intersectline() local
125 for (i = 0; i < SK_ARRAY_COUNT(gFull); i += 2) { in test_intersectline()
126 bool valid = SkLineClipper::IntersectLine(&gFull[i], gR, dst); in test_intersectline()
127 if (!valid || 0 != memcmp(&gFull[i], dst, sizeof(dst))) { in test_intersectline()
131 REPORTER_ASSERT(reporter, valid && !memcmp(&gFull[i], dst, sizeof(dst))); in test_intersectline()