Home | History | Annotate | Download | only in tests

Lines Matching refs:randTriples

632     SkScalar randTriples[3*kTripleCount];
634 randTriples[i] = rand.nextRangeF(-3000.f, 3000.f);
648 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount);
649 REPORTER_ASSERT(reporter, scalar_array_nearly_equal_relative(randTriples, dst, kTripleCount*3));
656 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount);
682 SkScalar src[3] = {randTriples[0], randTriples[1], 1.f};
696 SkScalar src[3] = {randTriples[0], randTriples[1], 1.f};
712 SkScalar src[3] = {randTriples[0], randTriples[1], 1.f};
727 mats[i].mapHomogeneousPoints(dst, &randTriples[j*3], 1);
728 REPORTER_ASSERT(reporter, naive_homogeneous_mapping(mats[i], &randTriples[j*3], dst));