Home
last modified time | relevance | path

Searched refs:intlength (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_stipple.c139 int intlength; in stipple_line() local
155 intlength = 0; in stipple_line()
157 intlength = ceilf(length); in stipple_line()
161 for (i = 0; i < intlength; i++) { in stipple_line()