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

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DBlend.cpp210 MosaicRect fullRect; local
212 fullRect.left = (int) floor(global_rect.lft); // min-x
213 fullRect.top = (int) floor(global_rect.bot); // min-y
214 fullRect.right = (int) ceil(global_rect.rgt); // max-x
215 fullRect.bottom = (int) ceil(global_rect.top);// max-y
216 Mwidth = (unsigned short) (fullRect.right - fullRect.left + 1);
217 Mheight = (unsigned short) (fullRect.bottom - fullRect.top + 1);
223 xLeftMost = max(0, max(xLeftCorners[0], xLeftCorners[1]) - fullRect
[all...]
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DBlend.cpp210 MosaicRect fullRect; local
212 fullRect.left = (int) floor(global_rect.lft); // min-x
213 fullRect.top = (int) floor(global_rect.bot); // min-y
214 fullRect.right = (int) ceil(global_rect.rgt); // max-x
215 fullRect.bottom = (int) ceil(global_rect.top);// max-y
216 Mwidth = (unsigned short) (fullRect.right - fullRect.left + 1);
217 Mheight = (unsigned short) (fullRect.bottom - fullRect.top + 1);
223 xLeftMost = max(0, max(xLeftCorners[0], xLeftCorners[1]) - fullRect
[all...]

Completed in 24 milliseconds