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

  /external/opencv/cv/src/
cvpyramids.cpp 88 int y, top_row = 0; \
101 int x, y1, k = top_row; \
188 top_row += 2*buffer_step; \
189 top_row &= top_row < pd_sz ? -1 : 0; \
286 int y, top_row = 0; \
298 int x, y1, k = top_row; \
396 top_row += buffer_step; \
397 top_row &= top_row < pu_sz ? -1 : 0;
    [all...]
cvfilter.cpp     [all...]
  /external/pixman/pixman/
pixman-bits-image.c 156 uint32_t *top_row; local
196 top_row = zero;
202 top_row = bits->bits + y1 * bits->rowstride;
236 if (top_row == zero && bottom_row == zero)
243 if (top_row == zero)
284 tr = top_row[pixman_fixed_to_int (x_top) + 1] | top_mask;
307 tl = top_row [pixman_fixed_to_int (x_top)] | top_mask;
308 tr = top_row [pixman_fixed_to_int (x_top) + 1] | top_mask;
333 tl = top_row [pixman_fixed_to_int (x_top)] | top_mask;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesm.h 482 inline int top_row (void) const { function in class:NCursesMenu
483 return ::top_row (menu);
menu.h 240 extern NCURSES_EXPORT(int) top_row (const MENU *);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesm.h 482 inline int top_row (void) const { function in class:NCursesMenu
483 return ::top_row (menu);
menu.h 240 extern NCURSES_EXPORT(int) top_row (const MENU *);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesm.h 482 inline int top_row (void) const { function in class:NCursesMenu
483 return ::top_row (menu);
menu.h 240 extern NCURSES_EXPORT(int) top_row (const MENU *);

Completed in 345 milliseconds