Home
last modified time | relevance | path

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

/external/skqp/modules/skottie/src/
DSkottieShapeLayer.cpp191 sk_sp<sksg::PaintNode> paint_node) { in AttachPaint() argument
192 if (paint_node) { in AttachPaint()
193 paint_node->setAntiAlias(true); in AttachPaint()
196 [paint_node](const ScalarValue& o) { in AttachPaint()
198 paint_node->setOpacity(o * 0.01f); in AttachPaint()
202 return paint_node; in AttachPaint()
/external/skia/modules/skottie/src/
DSkottieShapeLayer.cpp191 sk_sp<sksg::PaintNode> paint_node) { in AttachPaint() argument
192 if (paint_node) { in AttachPaint()
193 paint_node->setAntiAlias(true); in AttachPaint()
196 [paint_node](const ScalarValue& o) { in AttachPaint()
198 paint_node->setOpacity(o * 0.01f); in AttachPaint()
202 return paint_node; in AttachPaint()