Home
last modified time | relevance | path

Searched defs:rectStaysRect (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/core/
DSkRSXform.h47 bool rectStaysRect() const { in rectStaysRect() function
DSkMatrix.h271 bool rectStaysRect() const { in rectStaysRect() function
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyMatrix.java81 protected boolean rectStaysRect() { in rectStaysRect() method in ShadowLegacyMatrix
436 public boolean rectStaysRect() { in rectStaysRect() method in ShadowLegacyMatrix.SimpleMatrix
/external/skia/src/core/
DSkPathRef.cpp209 bool rectStaysRect = matrix.rectStaysRect(); in CreateTransformedCopy() local