Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dtrap.cpp741 const int xmin = c->state.scissor.left; in triangle_sweep_edges() local
745 const int32_t xl = max(left_x >> TRI_ITERATORS_BITS, xmin); in triangle_sweep_edges()
958 const int xmin = c->state.scissor.left; in aapolyx() local
960 if (xmin >= xmax) return; in aapolyx()
981 memset(covPtr+xmin, 0, (xmax-xmin)*sizeof(*covPtr)); in aapolyx()
998 c->iterators.xr = xmin; in aapolyx()
1037 const int xml = max(xmin, gglFixedToIntFloor(l_min_i)); in aapolyx()
1046 memset(covPtr+xmin, 0, (xmax-xmin)*sizeof(*covPtr)); in aapolyx()