Lines Matching refs:stopCount
340 size_t stopCount = fColorCount; in onAppendStages() local
341 float gapCount = stopCount - 1; in onAppendStages()
344 for (size_t i = 0; i < stopCount - 1; i++) { in onAppendStages()
349 add_const_color(ctx, stopCount - 1, c_l); in onAppendStages()
351 ctx->stopCount = stopCount; in onAppendStages()
371 size_t stopCount = 0; in onAppendStages() local
374 add_const_color(ctx, stopCount++, c_l); in onAppendStages()
381 init_stop_pos(ctx, stopCount, t_l, t_r, c_l, c_r); in onAppendStages()
382 stopCount += 1; in onAppendStages()
388 ctx->ts[stopCount] = t_l; in onAppendStages()
389 add_const_color(ctx, stopCount++, c_l); in onAppendStages()
391 ctx->stopCount = stopCount; in onAppendStages()