Searched refs:new_rects (Results 1 – 4 of 4) sorted by relevance
665 int new_rects; in pixman_region_append_non_o() local667 new_rects = r_end - r; in pixman_region_append_non_o()670 critical_if_fail (new_rects != 0); in pixman_region_append_non_o()673 RECTALLOC (region, new_rects); in pixman_region_append_non_o()675 region->data->numRects += new_rects; in pixman_region_append_non_o()701 int new_rects; \702 if ((new_rects = r_end - r)) { \703 RECTALLOC_BAIL (new_reg, new_rects, bail); \705 new_rects * sizeof(box_type_t)); \706 new_reg->data->numRects += new_rects; \
155 for (Region::Iterator new_rects(new_region); in UpdateBounds() local156 new_rects.has_rect(); in UpdateBounds()157 new_rects.next()) in UpdateBounds()158 InvalidateContentRect(new_rects.rect()); in UpdateBounds()
1029 const D3D11_RECT *new_rects) in RSSetScissorRects()1034 if(memcmp(&scissor_rects[0], &new_rects[0], sizeof(scissor_rects[0]))) in RSSetScissorRects()1036 scissor_rects[0] = new_rects[0]; in RSSetScissorRects()1040 scissor_rects[i] = new_rects[i]; in RSSetScissorRects()