Searched refs:gPartial (Results 1 – 1 of 1) sorted by relevance
134 static const SkPoint gPartial[] = { in test_intersectline() local145 for (i = 0; i < SK_ARRAY_COUNT(gPartial); i += 4) { in test_intersectline()146 bool valid = SkLineClipper::IntersectLine(&gPartial[i], gR, dst); in test_intersectline()147 if (!valid || 0 != memcmp(&gPartial[i+2], dst, sizeof(dst))) { in test_intersectline()152 !memcmp(&gPartial[i+2], dst, sizeof(dst))); in test_intersectline()