Searched refs:preserveRects (Results 1 – 6 of 6) sorted by relevance
64 bool preserveRects() const;
270 if (CC_LIKELY(preserveRects())) { in transform()388 bool Transform::preserveRects() const in preserveRects() function in android::ui::Transform
223 (!globalTransform.preserveRects() || (type >= ui::Transform::SCALE)); in setProjection()
997 mNeedsFiltering = (!getActiveTransform(c).preserveRects() || type >= ui::Transform::SCALE); in doTransaction()1230 if (!allowNonRectPreservingTransforms && !t.preserveRects()) { in setMatrix()
454 if (tr.preserveRects()) { in ensureOutputLayerIfVisible()