Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:SCALE

144         H.mType = (FLIP_H << 8) | SCALE;
152 V.mType = (FLIP_V << 8) | SCALE;
261 bool scale = false;
267 scale = true;
274 scale = true;
288 mType ^= SCALE;
290 mType ^= SCALE;
291 if (scale)
292 mType |= SCALE;
376 if (!(mType&(SCALE|ROTATE|TRANSLATE)))
378 if (mType&SCALE)
379 type.append("SCALE ");