Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:Transform

200     const Transform bufferOrientation(mCurrentTransform);
201 const Transform tr(mTransform * bufferOrientation);
203 // this gives us only the "orientation" component of the transform
207 if (finalTransform & Transform::ROT_INVALID) {
210 hwcl->transform = finalTransform;
413 const uint32_t transform(mSurfaceTexture->getCurrentTransform());
416 (transform != mCurrentTransform) ||
420 mCurrentTransform = transform;
460 if (mCurrentTransform & Transform::ROT_90) {
500 const Transform& planeTransform, Region& outDirtyRegion)
506 // transform the dirty region by the surface's transformation
509 const Transform tr(planeTransform * s.transform);
510 dirtyRegion = tr.transform(dirtyRegion);
535 " transform-hint=0x%02x, queued-frames=%d\n",
561 if (orientation & Transform::ROT_INVALID) {