Searched refs:isSimple (Results 1 – 7 of 7) sorted by relevance
140 bool Matrix4::isSimple() const { in isSimple() function in android::uirenderer::Matrix4404 if (isSimple()) { in mapPoint()422 if (isSimple()) { in mapRect()488 ALOGD("%s[simple=%d, type=0x%x", label ? label : "Matrix4", isSimple(), getType()); in dump()
191 bool isSimple() const;
203 if (!outlineIsRounded || currentTransform()->isSimple()) { in setClippingOutline()
103 return currentTransform()->isSimple(); in isCurrentTransformSimple()
223 return currentTransform()->isSimple(); in isCurrentTransformSimple()
210 if (!state.mMatrix.isSimple()) return false; in isOpaqueOverBounds()733 deferInfo.mergeable = state.mMatrix.isSimple() && state.mMatrix.positiveScale() && in onDefer()
2609 if (p->isAntiAlias() && !currentTransform()->isSimple()) {2677 if (!currentTransform()->isSimple()) {