Lines Matching refs:ArrayValue
28 sk_sp<sksg::RenderNode> attachEffects(const skjson::ArrayValue&,
31 sk_sp<sksg::RenderNode> attachStyles(const skjson::ArrayValue&,
34 static const skjson::Value& GetPropValue(const skjson::ArrayValue& jprops, size_t prop_index);
41 using EffectBuilderT = sk_sp<sksg::RenderNode>(EffectBuilder::*)(const skjson::ArrayValue&,
44 sk_sp<sksg::RenderNode> attachBlackAndWhiteEffect (const skjson::ArrayValue&,
46 sk_sp<sksg::RenderNode> attachBrightnessContrastEffect(const skjson::ArrayValue&,
48 sk_sp<sksg::RenderNode> attachCornerPinEffect (const skjson::ArrayValue&,
50 sk_sp<sksg::RenderNode> attachDisplacementMapEffect (const skjson::ArrayValue&,
52 sk_sp<sksg::RenderNode> attachDropShadowEffect (const skjson::ArrayValue&,
54 sk_sp<sksg::RenderNode> attachFillEffect (const skjson::ArrayValue&,
56 sk_sp<sksg::RenderNode> attachFractalNoiseEffect (const skjson::ArrayValue&,
58 sk_sp<sksg::RenderNode> attachGaussianBlurEffect (const skjson::ArrayValue&,
60 sk_sp<sksg::RenderNode> attachGradientEffect (const skjson::ArrayValue&,
62 sk_sp<sksg::RenderNode> attachHueSaturationEffect (const skjson::ArrayValue&,
64 sk_sp<sksg::RenderNode> attachInvertEffect (const skjson::ArrayValue&,
66 sk_sp<sksg::RenderNode> attachEasyLevelsEffect (const skjson::ArrayValue&,
68 sk_sp<sksg::RenderNode> attachLinearWipeEffect (const skjson::ArrayValue&,
70 sk_sp<sksg::RenderNode> attachMotionTileEffect (const skjson::ArrayValue&,
72 sk_sp<sksg::RenderNode> attachProLevelsEffect (const skjson::ArrayValue&,
74 sk_sp<sksg::RenderNode> attachRadialWipeEffect (const skjson::ArrayValue&,
76 sk_sp<sksg::RenderNode> attachShiftChannelsEffect (const skjson::ArrayValue&,
78 sk_sp<sksg::RenderNode> attachSphereEffect (const skjson::ArrayValue&,
80 sk_sp<sksg::RenderNode> attachThresholdEffect (const skjson::ArrayValue&,
82 sk_sp<sksg::RenderNode> attachTintEffect (const skjson::ArrayValue&,
84 sk_sp<sksg::RenderNode> attachTransformEffect (const skjson::ArrayValue&,
86 sk_sp<sksg::RenderNode> attachTritoneEffect (const skjson::ArrayValue&,
88 sk_sp<sksg::RenderNode> attachVenetianBlindsEffect (const skjson::ArrayValue&,
110 EffectBinder(const skjson::ArrayValue& jprops, in EffectBinder()
125 const skjson::ArrayValue& fProps;