Lines Matching refs:SkVector
58 SkVector v[4]) { in path_contains_rrect_check()
139 const SkVector vec[] = { { rad, rad }, { 0, rad }, { rad, rad }, { 0, rad } }; in test_tricky_radii()
147 SkVector radii[4] = { in test_tricky_radii()
205 SkVector radii[4] = { { l, t }, { r, t }, { r, b }, { l, b } }; in test_9patch_rrect()
225 SkVector rr1_2_radii[4] = { { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 } }; in test_round_rect_basic()
239 SkVector rr2_2_radii[4] = { { halfPoint.fX, halfPoint.fY }, { halfPoint.fX, halfPoint.fY }, in test_round_rect_basic()
254 SkVector rr3_2_radii[4] = { { 5, 5 }, { 5, 5 }, { 5, 5 }, { 5, 5 } }; in test_round_rect_basic()
344 static void set_radii(SkVector radii[4], int index, float rad) { in set_radii()
345 sk_bzero(radii, sizeof(SkVector) * 4); in set_radii()
359 SkVector radii[4]; in test_skbug_3239()
369 const SkVector radii[4] = { { 0, 0 }, { 0, 0 }, { 0, 0 }, { 100, 100 } }; in test_mix()