Searched refs:gPartial (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/tests/ |
D | ClipperTest.cpp | 132 static const SkPoint gPartial[] = { in test_intersectline() local 143 for (i = 0; i < SK_ARRAY_COUNT(gPartial); i += 4) { in test_intersectline() 144 bool valid = SkLineClipper::IntersectLine(&gPartial[i], gR, dst); in test_intersectline() 145 if (!valid || memcmp(&gPartial[i+2], dst, sizeof(dst))) { in test_intersectline() 149 !memcmp(&gPartial[i+2], dst, sizeof(dst))); in test_intersectline()
|
/third_party/skia/tests/ |
D | ClipperTest.cpp | 134 static const SkPoint gPartial[] = { in test_intersectline() local 145 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()
|