Searched refs:perspY (Results 1 – 3 of 3) sorted by relevance
227 SkMatrix perspY; in test_matrix_min_max_scale() local228 perspY.reset(); in test_matrix_min_max_scale()229 perspY.setPerspY(-SK_Scalar1 / 500); in test_matrix_min_max_scale()230 REPORTER_ASSERT(reporter, -SK_Scalar1 == perspY.getMinScale()); in test_matrix_min_max_scale()231 REPORTER_ASSERT(reporter, -SK_Scalar1 == perspY.getMaxScale()); in test_matrix_min_max_scale()234 success = perspY.getMinMaxScales(scales); in test_matrix_min_max_scale()238 translate, perspX, perspY}; in test_matrix_min_max_scale()
478 SkMScalar perspY() const { return fMat[1][3]; } in perspY() function
55 if (0 != perspX() || 0 != perspY() || 0 != perspZ() || 1 != fMat[3][3]) { in computeTypeMask()909 if (0 != perspX() || 0 != perspY()) return false; in preserves2dAxisAlignment()