Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:SCALE

148         H.mType = (FLIP_H << 8) | SCALE;
156 V.mType = (FLIP_V << 8) | SCALE;
258 bool scale = false;
264 scale = true;
271 scale = true;
285 mType ^= SCALE;
287 mType ^= SCALE;
288 if (scale)
289 mType |= SCALE;
372 if (!(mType&(SCALE|ROTATE|TRANSLATE)))
374 if (mType&SCALE)
375 type.append("SCALE ");