Lines Matching refs:pnt
755 SkPoint pnt; in test_matrix_homogeneous() local
756 pnt.set(src.fX, src.fY); in test_matrix_homogeneous()
758 mat.mapPoints(&pnt, &pnt, 1); in test_matrix_homogeneous()
759 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(dst.fX, pnt.fX)); in test_matrix_homogeneous()
760 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(dst.fY, pnt.fY)); in test_matrix_homogeneous()
769 SkPoint pnt; in test_matrix_homogeneous() local
770 pnt.set(src.fX, src.fY); in test_matrix_homogeneous()
772 mat.mapPoints(&pnt, &pnt, 1); in test_matrix_homogeneous()
773 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(dst.fX, pnt.fX)); in test_matrix_homogeneous()
774 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(dst.fY, pnt.fY)); in test_matrix_homogeneous()
785 SkPoint pnt; in test_matrix_homogeneous() local
786 pnt.set(src.fX, src.fY); in test_matrix_homogeneous()
788 mat.mapPoints(&pnt, &pnt, 1); in test_matrix_homogeneous()
789 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(dst.fX, pnt.fX)); in test_matrix_homogeneous()
790 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(dst.fY, pnt.fY)); in test_matrix_homogeneous()