Home
last modified time | relevance | path

Searched refs:global_rect (Results 1 – 1 of 1) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DBlend.cpp136 BlendRect global_rect; in runBlend() local
138 global_rect.lft = global_rect.bot = 2e30; // min values in runBlend()
139 global_rect.rgt = global_rect.top = -2e30; // max values in runBlend()
166 ClipRect(mb->brect, global_rect); in runBlend()
212 fullRect.left = (int) floor(global_rect.lft); // min-x in runBlend()
213 fullRect.top = (int) floor(global_rect.bot); // min-y in runBlend()
214 fullRect.right = (int) ceil(global_rect.rgt); // max-x in runBlend()
215 fullRect.bottom = (int) ceil(global_rect.top);// max-y in runBlend()