Searched refs:transformedBounds (Results 1 – 9 of 9) sorted by relevance
1001 final RectF transformedBounds = mTempRectF; in applyHostWindowMatrixIfNeeded() local1005 transformedBounds.set(boundsInScreen); in applyHostWindowMatrixIfNeeded()1006 windowMatrix.mapRect(transformedBounds); in applyHostWindowMatrixIfNeeded()1007 boundsInScreen.set((int) transformedBounds.left, (int) transformedBounds.top, in applyHostWindowMatrixIfNeeded()1008 (int) transformedBounds.right, (int) transformedBounds.bottom); in applyHostWindowMatrixIfNeeded()1072 final RectF transformedBounds = mTempRectF; in transformBoundsWithScreenMatrix() local1075 transformedBounds.set(boundInScreen); in transformBoundsWithScreenMatrix()1094 transformMatrix.mapRect(transformedBounds); in transformBoundsWithScreenMatrix()1095 roundRectFToRect(transformedBounds, boundInScreen); in transformBoundsWithScreenMatrix()1127 final RectF transformedBounds = mTempRectF; in applyTransformMatrixToBoundsInParentIfNeeded() local[all …]
306 out << "\n bounds={" << obj.transformedBounds.left << "," << obj.transformedBounds.top in operator <<()307 << "," << obj.transformedBounds.bottom << "," << obj.transformedBounds.right << "}"; in operator <<()
70 FloatRect transformedBounds; member
234 bool croppedByParent = bufferInScreenSpace != Rect{snapshot.transformedBounds}; in handleDropInputMode()1007 snapshot.transformedBounds = snapshot.geomLayerTransform.transform(snapshot.geomLayerBounds); in updateLayerBounds()1257 displayInfo.transform.transform(Rect{clonedRootSnapshot->transformedBounds}); in updateTouchableRegionCrop()
342 (static_cast<float>(layerStackRect.width()) / 2.f) - mSnapshot->transformedBounds.left; in prepareShadowClientComposition()343 state.lightPos.y -= mSnapshot->transformedBounds.top; in prepareShadowClientComposition()
402 LayerProtoHelper::writeToProto(snapshot.transformedBounds, in writeSnapshotToProto()
411 snapshot->transformedBounds, in updateTrustedPresentationState()4342 snapshot->transformedBounds = mScreenBounds; in updateSnapshot()
836 final Rect transformedBounds = mActivityRecord.getFixedRotationTransformDisplayBounds(); in layoutLetterboxIfNeeded() local837 final Rect spaceToFill = transformedBounds != null in layoutLetterboxIfNeeded()838 ? transformedBounds in layoutLetterboxIfNeeded()
2759 final Rect transformedBounds = mActivityRecord.getFixedRotationTransformDisplayBounds(); in updateRegionForModalActivityWindow() local2760 if (transformedBounds != null) { in updateRegionForModalActivityWindow()2764 mTmpRect.set(transformedBounds); in updateRegionForModalActivityWindow()