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

  /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);
  /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);
  /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);
  /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...]

Completed in 79 milliseconds