Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dscanline.cpp1879 int32_t t, tq; in scanline_perspective() member
1922 tc[i].tq = gglMulx(t, q0, iwscale); in scanline_perspective()
2009 int32_t sq, tq, dsdx, dtdx; in scanline_perspective_single() local
2026 tq = gglMulx(t, iw, iwscale); in scanline_perspective_single()
2028 dtdx = (tq - t0) / premainder; in scanline_perspective_single()
2040 tq = gglMulx(t, iw, iwscale); in scanline_perspective_single()
2042 dtdx = (tq - t0) >> SPAN_BITS; in scanline_perspective_single()
2061 t0 = tq; in scanline_perspective_single()