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;
433 const uint32_t transform(mSurfaceTexture->getCurrentTransform());
436 (transform != mCurrentTransform) ||
440 mCurrentTransform = transform;
480 if (mCurrentTransform & Transform::ROT_90) {
523 const Transform& planeTransform, Region& outDirtyRegion)
529 // transform the dirty region by the surface's transformation
532 const Transform tr(planeTransform * s.transform);
533 dirtyRegion = tr.transform(dirtyRegion);
563 " freezeLock=%p, transform-hint=0x%02x, queued-frames=%d\n",
589 if (orientation & Transform::ROT_INVALID) {