/third_party/flutter/skia/docs/examples/ |
D | Matrix_preservesRightAngles.cpp | 16 bool preservesRightAngles = m.preservesRightAngles(); 19 preservesRightAngles ? "right" : "");
|
/third_party/skia/docs/examples/ |
D | Matrix_preservesRightAngles.cpp | 16 bool preservesRightAngles = m.preservesRightAngles(); 19 preservesRightAngles ? "right" : "");
|
/third_party/skia/tests/ |
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/flutter/skia/tests/ |
D | MatrixTest.cpp | 310 REPORTER_ASSERT(reporter, mat.preservesRightAngles()); in test_matrix_preserve_shape() 315 REPORTER_ASSERT(reporter, mat.preservesRightAngles()); in test_matrix_preserve_shape() 320 REPORTER_ASSERT(reporter, mat.preservesRightAngles()); in test_matrix_preserve_shape() 325 REPORTER_ASSERT(reporter, mat.preservesRightAngles()); in test_matrix_preserve_shape() 330 REPORTER_ASSERT(reporter, mat.preservesRightAngles()); in test_matrix_preserve_shape() 335 REPORTER_ASSERT(reporter, mat.preservesRightAngles()); in test_matrix_preserve_shape() 340 REPORTER_ASSERT(reporter, mat.preservesRightAngles()); in test_matrix_preserve_shape() 345 REPORTER_ASSERT(reporter, !mat.preservesRightAngles()); in test_matrix_preserve_shape() 350 REPORTER_ASSERT(reporter, !mat.preservesRightAngles()); in test_matrix_preserve_shape() 355 REPORTER_ASSERT(reporter, !mat.preservesRightAngles()); in test_matrix_preserve_shape() [all …]
|
/third_party/skia/src/gpu/geometry/ |
D | GrQuad.cpp | 75 } else if (matrix.preservesRightAngles()) { in quad_type_for_transformed_rect()
|
/third_party/flutter/skia/src/gpu/geometry/ |
D | GrQuad.cpp | 76 } else if (matrix.preservesRightAngles()) { in quad_type_for_transformed_rect()
|
/third_party/skia/src/gpu/ |
D | GrTestUtils.cpp | 76 SkASSERT(gMatrices[i].preservesRightAngles()); in TestMatrixPreservesRightAngles()
|
/third_party/flutter/skia/src/gpu/ |
D | GrTestUtils.cpp | 78 SkASSERT(gMatrices[i].preservesRightAngles()); in TestMatrixPreservesRightAngles()
|
D | SkGpuDevice.cpp | 617 this->ctm().preservesRightAngles() && origSrcPath.isLine(points)) { in drawPath()
|
/third_party/flutter/skia/include/core/ |
D | SkMatrix.h | 273 bool preservesRightAngles(SkScalar tol = SK_ScalarNearlyZero) const;
|
/third_party/skia/include/core/ |
D | SkMatrix.h | 340 bool preservesRightAngles(SkScalar tol = SK_ScalarNearlyZero) const;
|
/third_party/skia/src/core/ |
D | SkBlurMF.cpp | 913 SkASSERT(viewMatrix.preservesRightAngles()); in make_rect_blur() 1483 bool canBeRect = srcRRect.isRect() && viewMatrix.preservesRightAngles(); in directFilterMaskGPU()
|
D | SkMatrix.cpp | 223 bool SkMatrix::preservesRightAngles(SkScalar tol) const { in preservesRightAngles() function in SkMatrix
|
/third_party/skia/src/gpu/ops/ |
D | DashOp.cpp | 1197 if (!viewMatrix.preservesRightAngles()) { in CanDrawDashLine()
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrDashOp.cpp | 48 if (!viewMatrix.preservesRightAngles()) { in CanDrawDashLine()
|
/third_party/flutter/skia/src/core/ |
D | SkMatrix.cpp | 227 bool SkMatrix::preservesRightAngles(SkScalar tol) const { in preservesRightAngles() function in SkMatrix
|
/third_party/flutter/skia/site/user/api/ |
D | SkMatrix_Reference.md | 35 …bool <a href='#SkMatrix_preservesRightAngles'>preservesRightAngles</a>(<a href='undocumented#SkSca… 598 …nment'>preservesAxisAlignment</a> <a href='#SkMatrix_preservesRightAngles'>preservesRightAngles</a> 648 …_rectStaysRect'>rectStaysRect</a> <a href='#SkMatrix_preservesRightAngles'>preservesRightAngles</a> 717 …te'>isScaleTranslate</a> <a href='#SkMatrix_preservesRightAngles'>preservesRightAngles</a> <a href… 724 bool <a href='#SkMatrix_preservesRightAngles'>preservesRightAngles</a>(<a href='undocumented#SkScal…
|
/third_party/flutter/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 1863 bool preservesRightAngles(SkScalar tol = SK_ScalarNearlyZero) const;
|
/third_party/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 1855 bool preservesRightAngles(SkScalar tol = SK_ScalarNearlyZero) const;
|