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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesf.h 128 int first_row = 0,
135 field = ::new_field(rows, ncols, first_row, first_col,
157 inline NCursesFormField* dup(int first_row, int first_col)
164 f->field = ::dup_field(field,first_row,first_col);
172 inline NCursesFormField* link(int first_row, int first_col) {
178 f->field = ::link_field(field,first_row,first_col);
192 int& first_row, int& first_col,
195 &first_row, &first_col,
636 int first_row = 0,
642 first_row, first_col
    [all...]
  /external/jpeg/
jdcoefct.c 726 boolean first_row, last_row; local
777 first_row = FALSE;
782 first_row = TRUE;
798 if (first_row && block_row == 0)
    [all...]
  /external/webp/src/dec/
frame.c 259 const int first_row = (dec->mb_y_ == 0); local
264 if (!first_row) {
  /external/libpng/
example.c 783 png_write_rows(png_ptr, &row_pointers[first_row], number_of_rows);

Completed in 146 milliseconds