Searched refs:transformedBounds (Results 1 – 8 of 8) sorted by relevance
1000 final RectF transformedBounds = mTempRectF; in applyHostWindowMatrixIfNeeded() local1004 transformedBounds.set(boundsInScreen); in applyHostWindowMatrixIfNeeded()1005 windowMatrix.mapRect(transformedBounds); in applyHostWindowMatrixIfNeeded()1006 boundsInScreen.set((int) transformedBounds.left, (int) transformedBounds.top, in applyHostWindowMatrixIfNeeded()1007 (int) transformedBounds.right, (int) transformedBounds.bottom); in applyHostWindowMatrixIfNeeded()1071 final RectF transformedBounds = mTempRectF; in transformBoundsWithScreenMatrix() local1074 transformedBounds.set(boundInScreen); in transformBoundsWithScreenMatrix()1093 transformMatrix.mapRect(transformedBounds); in transformBoundsWithScreenMatrix()1094 roundRectFToRect(transformedBounds, boundInScreen); in transformBoundsWithScreenMatrix()1126 final RectF transformedBounds = mTempRectF; in applyTransformMatrixToBoundsInParentIfNeeded() local[all …]
74 FloatRect transformedBounds; member
237 bool croppedByParent = bufferInScreenSpace != Rect{snapshot.transformedBounds}; in handleDropInputMode()952 snapshot.transformedBounds = snapshot.geomLayerTransform.transform(snapshot.geomLayerBounds); in updateLayerBounds()1186 displayInfo.transform.transform(Rect{clonedRootSnapshot->transformedBounds}); in updateTouchableRegionCrop()
323 (static_cast<float>(layerStackRect.width()) / 2.f) - mSnapshot->transformedBounds.left; in prepareShadowClientComposition()324 state.lightPos.y -= mSnapshot->transformedBounds.top; in prepareShadowClientComposition()
388 LayerProtoHelper::writeToProto(snapshot.transformedBounds, in writeSnapshotToProto()
413 snapshot->transformedBounds, in updateTrustedPresentationState()4247 snapshot->transformedBounds = mScreenBounds; in updateSnapshot()
964 final Rect transformedBounds = mActivityRecord.getFixedRotationTransformDisplayBounds(); in layoutLetterbox() local965 final Rect spaceToFill = transformedBounds != null in layoutLetterbox()966 ? transformedBounds in layoutLetterbox()
2770 final Rect transformedBounds = mActivityRecord.getFixedRotationTransformDisplayBounds(); in updateRegionForModalActivityWindow() local2771 if (transformedBounds != null) { in updateRegionForModalActivityWindow()2775 mTmpRect.set(transformedBounds); in updateRegionForModalActivityWindow()