Searched refs:preserveRects (Results 1 – 7 of 7) sorted by relevance
300 if (CC_LIKELY(preserveRects())) { in transform()416 bool Transform::preserveRects() const { in preserveRects() function in android::ui::Transform421 return (!preserveRects() || getType() >= ui::Transform::SCALE); in needsBilinearFiltering()
64 bool preserveRects() const;
376 if (!allowNonRectPreservingTransforms && !t.preserveRects()) { in setMatrix()
957 if (!allowNonRectPreservingTransforms && !t.preserveRects()) { in setMatrix()
567 if (tr.preserveRects()) { in ensureOutputLayerIfVisible()