HomeSort by relevance Sort by last modified time
    Searched refs:mMatrixFlags (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
DisplayList.h 193 mMatrixFlags &= ~TRANSLATION;
195 mMatrixFlags |= TRANSLATION;
209 mMatrixFlags &= ~TRANSLATION;
211 mMatrixFlags |= TRANSLATION;
225 mMatrixFlags &= ~ROTATION;
227 mMatrixFlags |= ROTATION;
241 mMatrixFlags &= ~ROTATION_3D;
243 mMatrixFlags |= ROTATION_3D;
257 mMatrixFlags &= ~ROTATION_3D;
259 mMatrixFlags |= ROTATION_3D
    [all...]
DisplayList.cpp 265 mMatrixFlags = 0;
312 if (mMatrixFlags == 0 || mMatrixFlags == TRANSLATION) {
323 if ((mMatrixFlags & ROTATION_3D) == 0) {
363 if (mMatrixFlags != 0) {
364 if (mMatrixFlags == TRANSLATION) {
417 if (mMatrixFlags != 0) {
418 if (mMatrixFlags == TRANSLATION) {

Completed in 164 milliseconds