Searched refs:global_rect (Results 1 – 1 of 1) sorted by relevance
131 BlendRect global_rect; in runBlend() local133 global_rect.lft = global_rect.bot = 2e30; // min values in runBlend()134 global_rect.rgt = global_rect.top = -2e30; // max values in runBlend()161 ClipRect(mb->brect, global_rect); in runBlend()207 fullRect.left = (int) floor(global_rect.lft); // min-x in runBlend()208 fullRect.top = (int) floor(global_rect.bot); // min-y in runBlend()209 fullRect.right = (int) ceil(global_rect.rgt); // max-x in runBlend()210 fullRect.bottom = (int) ceil(global_rect.top);// max-y in runBlend()