Lines Matching refs:ScalarValue
190 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kTileWidth_Index), in attachMotionTileEffect()
191 [tiler](const ScalarValue& tw) { in attachMotionTileEffect()
194 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kTileHeight_Index), in attachMotionTileEffect()
195 [tiler](const ScalarValue& th) { in attachMotionTileEffect()
198 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kOutputWidth_Index), in attachMotionTileEffect()
199 [tiler](const ScalarValue& ow) { in attachMotionTileEffect()
202 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kOutputHeight_Index), in attachMotionTileEffect()
203 [tiler](const ScalarValue& oh) { in attachMotionTileEffect()
206 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kMirrorEdges_Index), in attachMotionTileEffect()
207 [tiler](const ScalarValue& me) { in attachMotionTileEffect()
210 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kPhase_Index), in attachMotionTileEffect()
211 [tiler](const ScalarValue& ph) { in attachMotionTileEffect()
214 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kHorizontalPhaseShift_Index), in attachMotionTileEffect()
215 [tiler](const ScalarValue& hp) { in attachMotionTileEffect()