Home
last modified time | relevance | path

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

/external/skqp/modules/skottie/src/
DSkottieLayerEffect.cpp35 kOpacity_Index = 6, in AttachFillLayerEffect() enumerator
37 kMax_Index = kOpacity_Index, in AttachFillLayerEffect()
45 const skjson::ObjectValue* opacity_prop = (*jeffect_props)[kOpacity_Index]; in AttachFillLayerEffect()
/external/skia/modules/skottie/src/effects/
DFillEffect.cpp47 kOpacity_Index = 6, in FillAdapter() enumerator
52 .bind(kOpacity_Index, fOpacity); in FillAdapter()
DTransformEffect.cpp76 kOpacity_Index = 8, in attachTransformEffect() enumerator
97 GetPropValue(jprops, kOpacity_Index), in attachTransformEffect()
DDropShadowEffect.cpp27 kOpacity_Index = 1, in Make() enumerator
38 .bind( kOpacity_Index, adapter->fOpacity ) in Make()