Lines Matching refs:SkVector
18 const SkVector vec[] = { { rad, rad }, { 0, rad }, { rad, rad }, { 0, rad } }; in test_tricky_radii()
25 SkVector radii[4] = { in test_tricky_radii()
95 SkVector radii[4] = { { l, t }, { r, t }, { r, b }, { l, b } }; in test_9patch_rrect()
128 SkVector rr1_2_radii[4] = { { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 } }; in test_round_rect_basic()
148 SkVector rr2_2_radii[4] = { { halfPoint.fX, halfPoint.fY }, { halfPoint.fX, halfPoint.fY }, in test_round_rect_basic()
168 SkVector rr3_2_radii[4] = { { 5, 5 }, { 5, 5 }, { 5, 5 }, { 5, 5 } }; in test_round_rect_basic()
330 static const SkVector gRadii[kNumRRects][4] = { in test_round_rect_contains_rect()
462 const SkVector& origUL = orig.radii(SkRRect::kUpperLeft_Corner); \
463 const SkVector& origUR = orig.radii(SkRRect::kUpperRight_Corner); \
464 const SkVector& origLR = orig.radii(SkRRect::kLowerRight_Corner); \
465 const SkVector& origLL = orig.radii(SkRRect::kLowerLeft_Corner); \
466 const SkVector& dstUL = dst.radii(SkRRect::kUpperLeft_Corner); \
467 const SkVector& dstUR = dst.radii(SkRRect::kUpperRight_Corner); \
468 const SkVector& dstLR = dst.radii(SkRRect::kLowerRight_Corner); \
469 const SkVector& dstLL = dst.radii(SkRRect::kLowerLeft_Corner)
632 SkVector radii[4] = { { 0, SkIntToScalar(1) }, in test_round_rect_transform()