Searched refs:preservesRightAngles (Results 1 – 6 of 6) sorted by relevance
/external/skia/tests/ |
D | MatrixTest.cpp | 300 REPORTER_ASSERT(reporter, mat.preservesRightAngles()); in test_matrix_preserve_shape() 306 REPORTER_ASSERT(reporter, mat.preservesRightAngles()); in test_matrix_preserve_shape() 312 REPORTER_ASSERT(reporter, mat.preservesRightAngles()); in test_matrix_preserve_shape() 318 REPORTER_ASSERT(reporter, mat.preservesRightAngles()); in test_matrix_preserve_shape() 324 REPORTER_ASSERT(reporter, mat.preservesRightAngles()); in test_matrix_preserve_shape() 331 REPORTER_ASSERT(reporter, mat.preservesRightAngles()); in test_matrix_preserve_shape() 338 REPORTER_ASSERT(reporter, mat.preservesRightAngles()); in test_matrix_preserve_shape() 344 REPORTER_ASSERT(reporter, !mat.preservesRightAngles()); in test_matrix_preserve_shape() 350 REPORTER_ASSERT(reporter, !mat.preservesRightAngles()); in test_matrix_preserve_shape() 357 REPORTER_ASSERT(reporter, !mat.preservesRightAngles()); in test_matrix_preserve_shape() [all …]
|
/external/skia/src/gpu/ |
D | GrTestUtils.cpp | 67 SkASSERT(gMatrices[i].preservesRightAngles()); in TestMatrixPreservesRightAngles()
|
D | GrDrawContext.cpp | 244 return viewMatrix.preservesRightAngles(); in view_matrix_ok_for_aa_fill_rect()
|
/external/skia/include/core/ |
D | SkMatrix.h | 111 bool preservesRightAngles(SkScalar tol = SK_ScalarNearlyZero) const;
|
/external/skia/src/gpu/effects/ |
D | GrDashingEffect.cpp | 43 if (!viewMatrix.preservesRightAngles()) { in CanDrawDashLine()
|
/external/skia/src/core/ |
D | SkMatrix.cpp | 229 bool SkMatrix::preservesRightAngles(SkScalar tol) const { in preservesRightAngles() function in SkMatrix
|