Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshotBuilder.cpp875 RoundedCornerState parentRoundedCorner; in updateRoundedCorner() local
877 parentRoundedCorner = parentSnapshot.roundedCorner; in updateRoundedCorner()
879 parentRoundedCorner.cropRect = t.transform(parentRoundedCorner.cropRect); in updateRoundedCorner()
880 parentRoundedCorner.radius.x *= t.getScaleX(); in updateRoundedCorner()
881 parentRoundedCorner.radius.y *= t.getScaleY(); in updateRoundedCorner()
888 const bool parentRoundedCornerValid = parentRoundedCorner.hasRoundedCorners(); in updateRoundedCorner()
893 if (parentRoundedCorner.cropRect.left > layerCropRect.left && in updateRoundedCorner()
894 parentRoundedCorner.cropRect.top > layerCropRect.top && in updateRoundedCorner()
895 parentRoundedCorner.cropRect.right < layerCropRect.right && in updateRoundedCorner()
896 parentRoundedCorner.cropRect.bottom < layerCropRect.bottom) { in updateRoundedCorner()
[all …]