Searched defs:vis (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/hwc/
H A Dhwc.c601 } vis; local
606 vis.lt[0] = vis_rect.left; vis.lt[1] = vis_rect.top;
607 vis.rb[0] = vis_rect.right; vis.rb[1] = vis_rect.bottom;
620 /* see if complete buffer is outside the vis or it is
622 if (win.wh[c] <= 0 || vis.rb[c] <= vis.lt[c] ||
623 win.xy[c] + win.wh[c] <= vis.lt[c] ||
624 win.xy[c] >= vis
[all...]
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c790 } vis; local
795 vis.lt[0] = vis_rect.left; vis.lt[1] = vis_rect.top;
796 vis.rb[0] = vis_rect.right; vis.rb[1] = vis_rect.bottom;
809 /* see if complete buffer is outside the vis or it is
811 if (win.wh[c] <= 0 || vis.rb[c] <= vis.lt[c] ||
812 win.xy[c] + win.wh[c] <= vis.lt[c] ||
813 win.xy[c] >= vis
[all...]

Completed in 28 milliseconds