Home
last modified time | relevance | path

Searched refs:perspY (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/tests/
DMatrixTest.cpp232 SkMatrix perspY; in test_matrix_min_max_scale() local
233 perspY.reset().setPerspY(-SK_Scalar1 / 500); in test_matrix_min_max_scale()
234 REPORTER_ASSERT(reporter, -1 == perspY.getMinScale()); in test_matrix_min_max_scale()
235 REPORTER_ASSERT(reporter, -1 == perspY.getMaxScale()); in test_matrix_min_max_scale()
238 success = perspY.getMinMaxScales(scales); in test_matrix_min_max_scale()
242 translate, perspX, perspY}; in test_matrix_min_max_scale()
/third_party/skia/tests/
DMatrixTest.cpp242 SkMatrix perspY; in test_matrix_min_max_scale() local
243 perspY.reset().setPerspY(-SK_Scalar1 / 500); in test_matrix_min_max_scale()
244 REPORTER_ASSERT(reporter, -1 == perspY.getMinScale()); in test_matrix_min_max_scale()
245 REPORTER_ASSERT(reporter, -1 == perspY.getMaxScale()); in test_matrix_min_max_scale()
248 success = perspY.getMinMaxScales(scales); in test_matrix_min_max_scale()
252 translate, perspX, perspY}; in test_matrix_min_max_scale()
/third_party/flutter/skia/include/core/
DSkMatrix44.h465 SkMScalar perspY() const { return fMat[1][3]; } in perspY() function
/third_party/flutter/skia/src/core/
DSkMatrix44.cpp64 if (0 != perspX() || 0 != perspY() || 0 != perspZ() || 1 != fMat[3][3]) { in recomputeTypeMask()
929 if (0 != perspX() || 0 != perspY()) return false; in preserves2dAxisAlignment()