Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.cpp556 const auto roundedCornerState = getRoundedCornerState(); in prepareClientLayer()
1823 Layer::RoundedCornerState Layer::getRoundedCornerState() const { in getRoundedCornerState() function in android::Layer
1826 RoundedCornerState parentState = p->getRoundedCornerState(); in getRoundedCornerState()
1906 layerInfo->set_corner_radius(getRoundedCornerState().radius); in writeToProtoDrawingState()
DLayer.h664 RoundedCornerState getRoundedCornerState() const;
DSurfaceFlinger.cpp1891 if (layer->getRoundedCornerState().radius > 0.0f) { in calculateWorkingSet()
3220 layer->getRoundedCornerState().radius == 0.0f && in computeVisibleRegions()
3503 layer->getRoundedCornerState().radius == 0.0f && hasClientComposition) { in doComposeSurfaces()