Searched refs:bot (Results 1 - 16 of 16) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DGeometry.h36 if (y < brect.bot) brect.bot = y;
44 if (rrect.bot < brect.bot) brect.bot = rrect.bot;
H A DMosaicTypes.h59 double lft, rgt, top, bot; member in class:BlendRect
H A DPyramid.h47 static void BorderSpread(PyramidShort *pyr, int left, int right, int top, int bot);
H A DPyramid.cpp113 int top, int bot)
134 if (top || bot) {
141 base = pyr->ptr[pyr->height + pyr->border - bot] - pyr->border;
142 for (h = bot; h--; base += pyr->pitch) {
112 BorderSpread(PyramidShort *pyr, int left, int right, int top, int bot) argument
H A DBlend.cpp138 global_rect.lft = global_rect.bot = 2e30; // min values
213 fullRect.top = (int) floor(global_rect.bot); // min-y
826 int b = (int) ((vcrect.bot - rect.top));
835 if (vcrect.bot == brect.bot)
910 int b = (int) ((vcrect.bot - rect.top) / (1 << dscale));
919 if (vcrect.bot == brect.bot)
1161 if ((inter = m_wb.roundoffOverlap + xmid - dy * (((dy >= 0.0) ? brect.bot : brect.top) - ymid) / dx) < brect.rgt)
1167 if ((inter = -m_wb.roundoffOverlap + xmid - dy * (((dy >= 0.0) ? brect.bot
[all...]
/packages/apps/Camera2/jni/feature_mos/src/mosaic/
H A DGeometry.h36 if (y < brect.bot) brect.bot = y;
44 if (rrect.bot < brect.bot) brect.bot = rrect.bot;
H A DMosaicTypes.h59 double lft, rgt, top, bot; member in class:BlendRect
H A DPyramid.h47 static void BorderSpread(PyramidShort *pyr, int left, int right, int top, int bot);
H A DPyramid.cpp113 int top, int bot)
134 if (top || bot) {
141 base = pyr->ptr[pyr->height + pyr->border - bot] - pyr->border;
142 for (h = bot; h--; base += pyr->pitch) {
112 BorderSpread(PyramidShort *pyr, int left, int right, int top, int bot) argument
H A DBlend.cpp138 global_rect.lft = global_rect.bot = 2e30; // min values
213 fullRect.top = (int) floor(global_rect.bot); // min-y
826 int b = (int) ((vcrect.bot - rect.top));
835 if (vcrect.bot == brect.bot)
910 int b = (int) ((vcrect.bot - rect.top) / (1 << dscale));
919 if (vcrect.bot == brect.bot)
1161 if ((inter = m_wb.roundoffOverlap + xmid - dy * (((dy >= 0.0) ? brect.bot : brect.top) - ymid) / dx) < brect.rgt)
1167 if ((inter = -m_wb.roundoffOverlap + xmid - dy * (((dy >= 0.0) ? brect.bot
[all...]
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DGeometry.h36 if (y < brect.bot) brect.bot = y;
44 if (rrect.bot < brect.bot) brect.bot = rrect.bot;
H A DMosaicTypes.h59 double lft, rgt, top, bot; member in class:BlendRect
H A DPyramid.h47 static void BorderSpread(PyramidShort *pyr, int left, int right, int top, int bot);
H A DPyramid.cpp113 int top, int bot)
134 if (top || bot) {
141 base = pyr->ptr[pyr->height + pyr->border - bot] - pyr->border;
142 for (h = bot; h--; base += pyr->pitch) {
112 BorderSpread(PyramidShort *pyr, int left, int right, int top, int bot) argument
H A DBlend.cpp138 global_rect.lft = global_rect.bot = 2e30; // min values
213 fullRect.top = (int) floor(global_rect.bot); // min-y
806 int b = (int) ((vcrect.bot - rect.top));
815 if (vcrect.bot == brect.bot)
890 int b = (int) ((vcrect.bot - rect.top) / (1 << dscale));
899 if (vcrect.bot == brect.bot)
1141 if ((inter = m_wb.roundoffOverlap + xmid - dy * (((dy >= 0.0) ? brect.bot : brect.top) - ymid) / dx) < brect.rgt)
1147 if ((inter = -m_wb.roundoffOverlap + xmid - dy * (((dy >= 0.0) ? brect.bot
[all...]
/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java432 int bot = top + getHeight();
434 if (r.bottom > bot) {

Completed in 788 milliseconds