Searched refs:preservesRightAngles (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/docs/examples/ |
H A D | Matrix_preservesRightAngles.cpp | 16 bool preservesRightAngles = m.preservesRightAngles(); in REG_FIDDLE() local 19 preservesRightAngles ? "right" : ""); in REG_FIDDLE()
|
/third_party/skia/tests/ |
H A D | MatrixTest.cpp | 319 REPORTER_ASSERT(reporter, mat.preservesRightAngles()); in test_matrix_preserve_shape() 324 REPORTER_ASSERT(reporter, mat.preservesRightAngles()); in test_matrix_preserve_shape() 329 REPORTER_ASSERT(reporter, mat.preservesRightAngles()); in test_matrix_preserve_shape() 334 REPORTER_ASSERT(reporter, mat.preservesRightAngles()); in test_matrix_preserve_shape() 339 REPORTER_ASSERT(reporter, mat.preservesRightAngles()); in test_matrix_preserve_shape() 344 REPORTER_ASSERT(reporter, mat.preservesRightAngles()); in test_matrix_preserve_shape() 349 REPORTER_ASSERT(reporter, mat.preservesRightAngles()); in test_matrix_preserve_shape() 354 REPORTER_ASSERT(reporter, !mat.preservesRightAngles()); in test_matrix_preserve_shape() 359 REPORTER_ASSERT(reporter, !mat.preservesRightAngles()); in test_matrix_preserve_shape() 364 REPORTER_ASSERT(reporter, !mat.preservesRightAngles()); in test_matrix_preserve_shape() [all...] |
/third_party/skia/src/gpu/geometry/ |
H A D | GrQuad.cpp | 75 } else if (matrix.preservesRightAngles()) { in quad_type_for_transformed_rect()
|
/third_party/skia/src/gpu/ |
H A D | GrTestUtils.cpp | 76 SkASSERT(gMatrices[i].preservesRightAngles()); in TestMatrixPreservesRightAngles()
|
/third_party/skia/include/core/ |
H A D | SkMatrix.h | 340 bool preservesRightAngles(SkScalar tol = SK_ScalarNearlyZero) const;
|
/third_party/skia/src/core/ |
H A D | SkBlurMF.cpp | 922 SkASSERT(viewMatrix.preservesRightAngles()); in make_rect_blur() 1492 bool canBeRect = srcRRect.isRect() && viewMatrix.preservesRightAngles(); in directFilterMaskGPU()
|
H A D | SkMatrix.cpp | 223 bool SkMatrix::preservesRightAngles(SkScalar tol) const { in preservesRightAngles() function in SkMatrix
|
/third_party/skia/src/gpu/ops/ |
H A D | DashOp.cpp | 1217 if (!viewMatrix.preservesRightAngles()) {
|
Completed in 14 milliseconds