HomeSort by relevance Sort by last modified time
    Searched defs:rectStaysRect (Results 1 - 8 of 8) sorted by null

  /external/skia/include/core/
SkRSXform.h 45 bool rectStaysRect() const {
SkMatrix.h 202 bool rectStaysRect() const {
225 Also called rectStaysRect(); use the one that provides better inline
230 bool preservesAxisAlignment() const { return this->rectStaysRect(); }
    [all...]
  /external/skqp/include/core/
SkRSXform.h 45 bool rectStaysRect() const {
SkMatrix.h 202 bool rectStaysRect() const {
225 Also called rectStaysRect(); use the one that provides better inline
230 bool preservesAxisAlignment() const { return this->rectStaysRect(); }
    [all...]
  /external/skia/src/core/
SkPathRef.cpp 203 bool canXformBounds = !src.fBoundsIsDirty && matrix.rectStaysRect() && src.countPoints() > 1;
235 bool rectStaysRect = matrix.rectStaysRect();
236 (*dst)->fIsOval = src.fIsOval && rectStaysRect;
237 (*dst)->fIsRRect = src.fIsRRect && rectStaysRect;
  /external/skqp/src/core/
SkPathRef.cpp 203 bool canXformBounds = !src.fBoundsIsDirty && matrix.rectStaysRect() && src.countPoints() > 1;
235 bool rectStaysRect = matrix.rectStaysRect();
236 (*dst)->fIsOval = src.fIsOval && rectStaysRect;
237 (*dst)->fIsRRect = src.fIsRRect && rectStaysRect;
  /cts/tests/tests/graphics/src/android/graphics/cts/
MatrixTest.java 64 assertTrue(mMatrix.rectStaysRect());
66 assertFalse(mMatrix.rectStaysRect());
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowMatrix.java 84 protected boolean rectStaysRect() {
85 return simpleMatrix.rectStaysRect();
438 public boolean rectStaysRect() {

Completed in 647 milliseconds