• Home
  • Raw
  • Download

Lines Matching defs:pts

119     SkPoint pts[4];  in for_random_beziers()  local
134 auto setupCubicLengthTerm = [](int seed, SkPoint pts[], float term) { in DEF_TEST()
172 auto setupQuadraticLengthTerm = [](int seed, SkPoint pts[], float term) { in DEF_TEST()
209 SkPoint pts[4]; in DEF_TEST() local
251 auto check_cubic_log2 = [&](const SkPoint* pts) { in DEF_TEST()
259 auto check_quadratic_log2 = [&](const SkPoint* pts) { in DEF_TEST()
270 SkPoint pts[4]; in DEF_TEST() local
281 for_random_beziers(4, &rand, [&](const SkPoint pts[]) { in DEF_TEST()
285 for_random_beziers(3, &rand, [&](const SkPoint pts[]) { in DEF_TEST()
292 auto check_cubic_log2_with_transform = [&](const SkPoint* pts, const SkMatrix& m){ in DEF_TEST()
300 auto check_quadratic_log2_with_transform = [&](const SkPoint* pts, const SkMatrix& m) { in DEF_TEST()
315 for_random_beziers(4, &rand, [&](const SkPoint pts[]) { in DEF_TEST()
319 for_random_beziers(3, &rand, [&](const SkPoint pts[]) { in DEF_TEST()
340 auto check_worst_case_cubic = [&](const SkPoint* pts) { in DEF_TEST()
352 for_random_beziers(4, &rand, [&](const SkPoint pts[]) { in DEF_TEST()
369 for_random_beziers(3, &rand, [&r](const SkPoint pts[]) { in DEF_TEST()
420 for_random_beziers(3, &rand, [&r](const SkPoint pts[]) { in DEF_TEST()
465 [&](const SkPoint pts[]) { in DEF_TEST()
496 for_random_beziers(3, &rand, [&r, w](const SkPoint pts[]) { in DEF_TEST()
510 auto check_conic_with_transform = [&](const SkPoint* pts, float w, const SkMatrix& m) { in DEF_TEST()
521 for_random_beziers(3, &rand, [&](const SkPoint pts[]) { in DEF_TEST()