Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dscanline.cpp1897 int32_t t, tq; in scanline_perspective() member
1940 tc[i].sqtq.tq = gglMulx(t, q0, iwscale); in scanline_perspective()
2027 int32_t sq, tq, dsdx, dtdx; in scanline_perspective_single() local
2044 tq = gglMulx(t, iw, iwscale); in scanline_perspective_single()
2046 dtdx = (tq - t0) / premainder; in scanline_perspective_single()
2058 tq = gglMulx(t, iw, iwscale); in scanline_perspective_single()
2060 dtdx = (tq - t0) >> SPAN_BITS; in scanline_perspective_single()
2079 t0 = tq; in scanline_perspective_single()