Searched defs:gR (Results 1 - 2 of 2) sorted by relevance

/external/skia/tests/
H A DClipperTest.cpp76 static const SkRect gR = { L, T, R, B }; local
94 bool valid = SkLineClipper::IntersectLine(&gEmpty[i], gR, dst);
118 bool valid = SkLineClipper::IntersectLine(&gFull[i], gR, dst);
137 bool valid = SkLineClipper::IntersectLine(&gPartial[i], gR, dst);
/external/skqp/tests/
H A DClipperTest.cpp76 static const SkRect gR = { L, T, R, B }; local
94 bool valid = SkLineClipper::IntersectLine(&gEmpty[i], gR, dst);
118 bool valid = SkLineClipper::IntersectLine(&gFull[i], gR, dst);
137 bool valid = SkLineClipper::IntersectLine(&gPartial[i], gR, dst);

Completed in 456 milliseconds