Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/
DSkottieLayerEffect.cpp23 sk_sp<sksg::RenderNode> AttachTintLayerEffect(const skjson::ArrayValue& jprops, in AttachTintLayerEffect() argument
36 if (jprops.size() <= kMax_Index) { in AttachTintLayerEffect()
40 const skjson::ObjectValue* color0_prop = jprops[kMapBlackTo_Index]; in AttachTintLayerEffect()
41 const skjson::ObjectValue* color1_prop = jprops[kMapWhiteTo_Index]; in AttachTintLayerEffect()
42 const skjson::ObjectValue* amount_prop = jprops[ kAmount_Index]; in AttachTintLayerEffect()
64 sk_sp<sksg::RenderNode> AttachTritoneLayerEffect(const skjson::ArrayValue& jprops, in AttachTritoneLayerEffect() argument
77 if (jprops.size() <= kMax_Index) { in AttachTritoneLayerEffect()
81 const skjson::ObjectValue* hicolor_prop = jprops[ kHiColor_Index]; in AttachTritoneLayerEffect()
82 const skjson::ObjectValue* micolor_prop = jprops[ kMiColor_Index]; in AttachTritoneLayerEffect()
83 const skjson::ObjectValue* locolor_prop = jprops[ kLoColor_Index]; in AttachTritoneLayerEffect()
[all …]