Lines Matching refs:t_l
256 …SkRasterPipeline_GradientCtx* ctx, size_t stop, float t_l, float t_r, SkPMColor4f c_l, SkPMColor4f… in init_stop_pos() argument
259 (c_r.fR - c_l.fR) / (t_r - t_l), in init_stop_pos()
260 (c_r.fG - c_l.fG) / (t_r - t_l), in init_stop_pos()
261 (c_r.fB - c_l.fB) / (t_r - t_l), in init_stop_pos()
262 (c_r.fA - c_l.fA) / (t_r - t_l), in init_stop_pos()
265 c_l.fR - Fs.fR*t_l, in init_stop_pos()
266 c_l.fG - Fs.fG*t_l, in init_stop_pos()
267 c_l.fB - Fs.fB*t_l, in init_stop_pos()
268 c_l.fA - Fs.fA*t_l, in init_stop_pos()
270 ctx->ts[stop] = t_l; in init_stop_pos()
381 float t_l = fOrigPos[firstStop]; in onAppendStages() local
388 SkASSERT(t_l <= t_r); in onAppendStages()
389 if (t_l < t_r) { in onAppendStages()
390 init_stop_pos(ctx, stopCount, t_l, t_r, c_l, c_r); in onAppendStages()
393 t_l = t_r; in onAppendStages()
397 ctx->ts[stopCount] = t_l; in onAppendStages()