Home
last modified time | relevance | path

Searched refs:preservesRightAngles (Results 1 – 19 of 19) sorted by relevance

/third_party/flutter/skia/docs/examples/
DMatrix_preservesRightAngles.cpp16 bool preservesRightAngles = m.preservesRightAngles();
19 preservesRightAngles ? "right" : "");
/third_party/skia/docs/examples/
DMatrix_preservesRightAngles.cpp16 bool preservesRightAngles = m.preservesRightAngles();
19 preservesRightAngles ? "right" : "");
/third_party/skia/tests/
DMatrixTest.cpp319 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/
DMatrixTest.cpp310 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/
DGrQuad.cpp75 } else if (matrix.preservesRightAngles()) { in quad_type_for_transformed_rect()
/third_party/flutter/skia/src/gpu/geometry/
DGrQuad.cpp76 } else if (matrix.preservesRightAngles()) { in quad_type_for_transformed_rect()
/third_party/skia/src/gpu/
DGrTestUtils.cpp76 SkASSERT(gMatrices[i].preservesRightAngles()); in TestMatrixPreservesRightAngles()
/third_party/flutter/skia/src/gpu/
DGrTestUtils.cpp78 SkASSERT(gMatrices[i].preservesRightAngles()); in TestMatrixPreservesRightAngles()
DSkGpuDevice.cpp617 this->ctm().preservesRightAngles() && origSrcPath.isLine(points)) { in drawPath()
/third_party/flutter/skia/include/core/
DSkMatrix.h273 bool preservesRightAngles(SkScalar tol = SK_ScalarNearlyZero) const;
/third_party/skia/include/core/
DSkMatrix.h340 bool preservesRightAngles(SkScalar tol = SK_ScalarNearlyZero) const;
/third_party/skia/src/core/
DSkBlurMF.cpp913 SkASSERT(viewMatrix.preservesRightAngles()); in make_rect_blur()
1483 bool canBeRect = srcRRect.isRect() && viewMatrix.preservesRightAngles(); in directFilterMaskGPU()
DSkMatrix.cpp223 bool SkMatrix::preservesRightAngles(SkScalar tol) const { in preservesRightAngles() function in SkMatrix
/third_party/skia/src/gpu/ops/
DDashOp.cpp1197 if (!viewMatrix.preservesRightAngles()) { in CanDrawDashLine()
/third_party/flutter/skia/src/gpu/ops/
DGrDashOp.cpp48 if (!viewMatrix.preservesRightAngles()) { in CanDrawDashLine()
/third_party/flutter/skia/src/core/
DSkMatrix.cpp227 bool SkMatrix::preservesRightAngles(SkScalar tol) const { in preservesRightAngles() function in SkMatrix
/third_party/flutter/skia/site/user/api/
DSkMatrix_Reference.md35 …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/
Ddocumumentation_examples_map.txt1863 bool preservesRightAngles(SkScalar tol = SK_ScalarNearlyZero) const;
/third_party/skia/tools/fiddle/
Ddocumumentation_examples_map.txt1855 bool preservesRightAngles(SkScalar tol = SK_ScalarNearlyZero) const;