Searched refs:total_steps (Results 1 – 1 of 1) sorted by relevance
635 int total_steps = 2 * ((int) (bold_dx + 0.5)); in draw() local638 for (int nSteps = 0; nSteps < total_steps; nSteps++) { in draw()640 cairo_glyphs[nGlyphIdx].x += bold_dx * nSteps / total_steps; in draw()
Completed in 16 milliseconds