Home | History | Annotate | Download | only in skottie

Lines Matching refs:time_scale

680                                         float* time_bias, float* time_scale) {
699 *time_scale = 1 / stretch_time;
700 if (SkScalarIsNaN(*time_scale)) {
701 *time_scale = 1;
924 float* time_bias, float* time_scale);
945 time_scale = 1;
948 auto layer = gLayerAttachers[type](jlayer, &local_ctx, &time_bias, &time_scale);
974 float time_bias, float time_scale)
980 , fTimeScale(time_scale) {}
1021 time_scale));