Home
last modified time | relevance | path

Searched refs:preservesRightAngles (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/docs/examples/
H A DMatrix_preservesRightAngles.cpp16 bool preservesRightAngles = m.preservesRightAngles(); in REG_FIDDLE() local
19 preservesRightAngles ? "right" : ""); in REG_FIDDLE()
/third_party/skia/tests/
H A 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/skia/src/gpu/geometry/
H A DGrQuad.cpp75 } else if (matrix.preservesRightAngles()) { in quad_type_for_transformed_rect()
/third_party/skia/src/gpu/
H A DGrTestUtils.cpp76 SkASSERT(gMatrices[i].preservesRightAngles()); in TestMatrixPreservesRightAngles()
/third_party/skia/include/core/
H A DSkMatrix.h340 bool preservesRightAngles(SkScalar tol = SK_ScalarNearlyZero) const;
/third_party/skia/src/core/
H A DSkBlurMF.cpp922 SkASSERT(viewMatrix.preservesRightAngles()); in make_rect_blur()
1492 bool canBeRect = srcRRect.isRect() && viewMatrix.preservesRightAngles(); in directFilterMaskGPU()
H A DSkMatrix.cpp223 bool SkMatrix::preservesRightAngles(SkScalar tol) const { in preservesRightAngles() function in SkMatrix
/third_party/skia/src/gpu/ops/
H A DDashOp.cpp1217 if (!viewMatrix.preservesRightAngles()) {

Completed in 14 milliseconds