Searched refs:gFull (Results 1 – 1 of 1) sorted by relevance
109 static const SkPoint gFull[] = { in test_intersectline() local125 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()