Searched refs:getRoundedCornerState (Results 1 – 4 of 4) sorted by relevance
104 Layer::RoundedCornerState getRoundedCornerState() const override;
737 Layer::RoundedCornerState BufferStateLayer::getRoundedCornerState() const { in getRoundedCornerState() function in android::BufferStateLayer740 RoundedCornerState parentState = p->getRoundedCornerState(); in getRoundedCornerState()
440 const bool usesRoundedCorners = getRoundedCornerState().radius != 0.f; in prepareBasicGeometryCompositionState()532 const bool usesRoundedCorners = getRoundedCornerState().radius != 0.f; in preparePerFrameCompositionState()631 const auto roundedCornerState = getRoundedCornerState(); in prepareClientComposition()2129 Layer::RoundedCornerState Layer::getRoundedCornerState() const { in getRoundedCornerState() function in android::Layer2132 RoundedCornerState parentState = p->getRoundedCornerState(); in getRoundedCornerState()2247 layerInfo->set_corner_radius(getRoundedCornerState().radius); in writeToProtoDrawingState()2269 LayerProtoHelper::writeToProto(getRoundedCornerState().cropRect, in writeToProtoDrawingState()
761 virtual RoundedCornerState getRoundedCornerState() const;