HomeSort by relevance Sort by last modified time
    Searched refs:global_rect (Results 1 - 3 of 3) sorted by null

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 136 BlendRect global_rect; local
138 global_rect.lft = global_rect.bot = 2e30; // min values
139 global_rect.rgt = global_rect.top = -2e30; // max values
166 ClipRect(mb->brect, global_rect);
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-
    [all...]
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Blend.cpp 136 BlendRect global_rect; local
138 global_rect.lft = global_rect.bot = 2e30; // min values
139 global_rect.rgt = global_rect.top = -2e30; // max values
166 ClipRect(mb->brect, global_rect);
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-
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 136 BlendRect global_rect; local
138 global_rect.lft = global_rect.bot = 2e30; // min values
139 global_rect.rgt = global_rect.top = -2e30; // max values
166 ClipRect(mb->brect, global_rect);
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-
    [all...]

Completed in 169 milliseconds