Home
last modified time | relevance | path

Searched refs:parentRoundedCorner (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshotBuilder.cpp930 RoundedCornerState parentRoundedCorner; in updateRoundedCorner() local
932 parentRoundedCorner = parentSnapshot.roundedCorner; in updateRoundedCorner()
934 parentRoundedCorner.cropRect = t.transform(parentRoundedCorner.cropRect); in updateRoundedCorner()
935 parentRoundedCorner.radius.x *= t.getScaleX(); in updateRoundedCorner()
936 parentRoundedCorner.radius.y *= t.getScaleY(); in updateRoundedCorner()
943 const bool parentRoundedCornerValid = parentRoundedCorner.hasRoundedCorners(); in updateRoundedCorner()
948 if (parentRoundedCorner.cropRect.left > layerCropRect.left && in updateRoundedCorner()
949 parentRoundedCorner.cropRect.top > layerCropRect.top && in updateRoundedCorner()
950 parentRoundedCorner.cropRect.right < layerCropRect.right && in updateRoundedCorner()
951 parentRoundedCorner.cropRect.bottom < layerCropRect.bottom) { in updateRoundedCorner()
[all …]