Lines Matching refs:mPrimitiveFields
84 mPrimitiveFields = other.mPrimitiveFields; in operator =()
91 mPrimitiveFields.mMatrixOrPivotDirty = true; in operator =()
111 if (mPrimitiveFields.mLeft != 0 || mPrimitiveFields.mTop != 0) { in debugOutputProperties()
112 output << indent << "(Translate (left, top) " << mPrimitiveFields.mLeft << ", " in debugOutputProperties()
113 << mPrimitiveFields.mTop << ")" << std::endl; in debugOutputProperties()
130 if (mPrimitiveFields.mAlpha < 1 && !MathUtils::isZero(mPrimitiveFields.mAlpha)) { in debugOutputProperties()
137 output << indent << "(ScaleAlpha " << mPrimitiveFields.mAlpha << ")" << std::endl; in debugOutputProperties()
147 << (int)layerBounds.bottom << ", " << (int)(mPrimitiveFields.mAlpha * 255) in debugOutputProperties()
167 auto& outline = mPrimitiveFields.mOutline; in debugOutputProperties()
180 if (mPrimitiveFields.mMatrixOrPivotDirty) { in updateMatrix()
185 if (!mPrimitiveFields.mPivotExplicitlySet) { in updateMatrix()
186 mPrimitiveFields.mPivotX = mPrimitiveFields.mWidth / 2.0f; in updateMatrix()
187 mPrimitiveFields.mPivotY = mPrimitiveFields.mHeight / 2.0f; in updateMatrix()
199 mComputedFields.mTransformCamera.rotateX(mPrimitiveFields.mRotationX); in updateMatrix()
200 mComputedFields.mTransformCamera.rotateY(mPrimitiveFields.mRotationY); in updateMatrix()
201 mComputedFields.mTransformCamera.rotateZ(-mPrimitiveFields.mRotation); in updateMatrix()
209 mPrimitiveFields.mMatrixOrPivotDirty = false; in updateMatrix()