Searched refs:noffsets (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap4-aah/hwc/
H A Drgz_2d.c700 int noffsets=0; local
707 offsets[noffsets++] = max(0, left);
708 offsets[noffsets++] = min(right, screen_width);
710 rgz_bsort(offsets, noffsets);
711 noffsets = rgz_bunique(offsets, noffsets);
712 hregion->nsubregions = noffsets - 1;
714 for (r = 0; r + 1 < noffsets; r++) {

Completed in 37 milliseconds