Lines Matching refs:skjson
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> attachBulgeEffect (const skjson::ArrayValue&,
50 sk_sp<sksg::RenderNode> attachCornerPinEffect (const skjson::ArrayValue&,
52 sk_sp<sksg::RenderNode> attachCCTonerEffect (const skjson::ArrayValue&,
54 sk_sp<sksg::RenderNode> attachDirectionalBlurEffect (const skjson::ArrayValue&,
56 sk_sp<sksg::RenderNode> attachDisplacementMapEffect (const skjson::ArrayValue&,
58 sk_sp<sksg::RenderNode> attachDropShadowEffect (const skjson::ArrayValue&,
60 sk_sp<sksg::RenderNode> attachFillEffect (const skjson::ArrayValue&,
62 sk_sp<sksg::RenderNode> attachFractalNoiseEffect (const skjson::ArrayValue&,
64 sk_sp<sksg::RenderNode> attachGaussianBlurEffect (const skjson::ArrayValue&,
66 sk_sp<sksg::RenderNode> attachGradientEffect (const skjson::ArrayValue&,
68 sk_sp<sksg::RenderNode> attachHueSaturationEffect (const skjson::ArrayValue&,
70 sk_sp<sksg::RenderNode> attachInvertEffect (const skjson::ArrayValue&,
72 sk_sp<sksg::RenderNode> attachEasyLevelsEffect (const skjson::ArrayValue&,
74 sk_sp<sksg::RenderNode> attachLinearWipeEffect (const skjson::ArrayValue&,
76 sk_sp<sksg::RenderNode> attachMotionTileEffect (const skjson::ArrayValue&,
78 sk_sp<sksg::RenderNode> attachProLevelsEffect (const skjson::ArrayValue&,
80 sk_sp<sksg::RenderNode> attachRadialWipeEffect (const skjson::ArrayValue&,
82 sk_sp<sksg::RenderNode> attachShiftChannelsEffect (const skjson::ArrayValue&,
84 sk_sp<sksg::RenderNode> attachSkSLEffect (const skjson::ArrayValue&,
86 sk_sp<sksg::RenderNode> attachSphereEffect (const skjson::ArrayValue&,
88 sk_sp<sksg::RenderNode> attachThresholdEffect (const skjson::ArrayValue&,
90 sk_sp<sksg::RenderNode> attachTintEffect (const skjson::ArrayValue&,
92 sk_sp<sksg::RenderNode> attachTransformEffect (const skjson::ArrayValue&,
94 sk_sp<sksg::RenderNode> attachTritoneEffect (const skjson::ArrayValue&,
96 sk_sp<sksg::RenderNode> attachVenetianBlindsEffect (const skjson::ArrayValue&,
99 sk_sp<sksg::RenderNode> attachDropShadowStyle(const skjson::ObjectValue&,
101 sk_sp<sksg::RenderNode> attachInnerShadowStyle(const skjson::ObjectValue&,
103 sk_sp<sksg::RenderNode> attachInnerGlowStyle(const skjson::ObjectValue&,
105 sk_sp<sksg::RenderNode> attachOuterGlowStyle(const skjson::ObjectValue&,
108 EffectBuilderT findBuilder(const skjson::ObjectValue&) const;
118 EffectBinder(const skjson::ArrayValue& jprops,
133 const skjson::ArrayValue& fProps;