Home | History | Annotate | Download | only in view

Lines Matching refs:transformType

14025                     final int transformType = t.getTransformationType();
14026 if (transformType != Transformation.TYPE_IDENTITY) {
14027 if ((transformType & Transformation.TYPE_ALPHA) != 0) {
14030 if ((transformType & Transformation.TYPE_MATRIX) != 0) {
14117 final int transformType = t.getTransformationType();
14118 transformToApply = transformType != Transformation.TYPE_IDENTITY ? t : null;
14119 concatMatrix = (transformType & Transformation.TYPE_MATRIX) != 0;