Searched refs:parentSettings (Results 1 – 1 of 1) sorted by relevance
2094 RoundedCornerState parentSettings; in getRoundedCornerState() local2097 parentSettings = parent->getRoundedCornerState(); in getRoundedCornerState()2098 if (parentSettings.hasRoundedCorners()) { in getRoundedCornerState()2101 parentSettings.cropRect = t.transform(parentSettings.cropRect); in getRoundedCornerState()2102 parentSettings.radius.x *= t.getScaleX(); in getRoundedCornerState()2103 parentSettings.radius.y *= t.getScaleY(); in getRoundedCornerState()2113 if (layerSettingsValid && parentSettings.hasRoundedCorners()) { in getRoundedCornerState()2117 if (parentSettings.cropRect.left > layerCropRect.left && in getRoundedCornerState()2118 parentSettings.cropRect.top > layerCropRect.top && in getRoundedCornerState()2119 parentSettings.cropRect.right < layerCropRect.right && in getRoundedCornerState()[all …]