Home
last modified time | relevance | path

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

/third_party/skia/include/core/
DSkRSXform.h45 bool rectStaysRect() const { in rectStaysRect() function
DSkMatrix.h263 bool rectStaysRect() const { in rectStaysRect() function
/third_party/skia/src/core/
DSkPathRef.cpp205 bool rectStaysRect = matrix.rectStaysRect(); in CreateTransformedCopy() local