HomeSort by relevance Sort by last modified time
    Searched refs:preserves2dAxisAlignment (Results 1 - 6 of 6) sorted by null

  /external/skia/include/core/
SkMatrix44.h 449 bool preserves2dAxisAlignment(SkMScalar epsilon = SK_ScalarNearlyZero) const;
  /external/skqp/include/core/
SkMatrix44.h 449 bool preserves2dAxisAlignment(SkMScalar epsilon = SK_ScalarNearlyZero) const;
  /external/skia/tests/
Matrix44Test.cpp 647 REPORTER_ASSERT(reporter, transform.preserves2dAxisAlignment());
650 REPORTER_ASSERT(reporter, !transform.preserves2dAxisAlignment());
    [all...]
  /external/skqp/tests/
Matrix44Test.cpp 647 REPORTER_ASSERT(reporter, transform.preserves2dAxisAlignment());
650 REPORTER_ASSERT(reporter, !transform.preserves2dAxisAlignment());
    [all...]
  /external/skia/src/core/
SkMatrix44.cpp 906 bool SkMatrix44::preserves2dAxisAlignment (SkMScalar epsilon) const {
  /external/skqp/src/core/
SkMatrix44.cpp 906 bool SkMatrix44::preserves2dAxisAlignment (SkMScalar epsilon) const {

Completed in 626 milliseconds