Searched refs:perspX (Results 1 – 3 of 3) sorted by relevance
203 SkMatrix perspX; in test_matrix_min_max_scale() local204 perspX.reset(); in test_matrix_min_max_scale()205 perspX.setPerspX(SK_Scalar1 / 1000); in test_matrix_min_max_scale()206 REPORTER_ASSERT(reporter, -SK_Scalar1 == perspX.getMinScale()); in test_matrix_min_max_scale()207 REPORTER_ASSERT(reporter, -SK_Scalar1 == perspX.getMaxScale()); in test_matrix_min_max_scale()211 success = perspX.getMinMaxScales(scales); in test_matrix_min_max_scale()225 translate, perspX, perspY}; in test_matrix_min_max_scale()
448 SkMScalar perspX() const { return fMat[0][3]; } in perspX() function
55 if (0 != perspX() || 0 != perspY() || 0 != perspZ() || 1 != fMat[3][3]) { in computeTypeMask()863 if (0 != perspX() || 0 != perspY()) return false; in preserves2dAxisAlignment()