Lines Matching defs:region
41 region_iterator(hwc_region_t region) {
42 mRegion = region;
43 r.end = (int)region.numRects;
606 //Clear the transparent or left out region on the render buffer
653 * region of layer display frame with respect to PTOR display frame
744 // Copybit region is the destRect
746 hwc_region_t region;
747 region.numRects = 1;
748 region.rects = ®Rect;
749 region_iterator copybitRegion(region);
962 //create one clip region
990 // Copybit region
991 hwc_region_t region = layer->visibleRegionScreen;
992 region_iterator copybitRegion(region);