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

  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_backing_store.c 1957 unsigned long start_row, end_row, start_col, end_col, i, j, w, h; local
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 876 unsigned end_line, unsigned end_col,
881 PrintExtent(stdout, start_line, start_col, end_line, end_col);
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp     [all...]
  /external/opencv/cxcore/include/
cxcore.h 212 /* Selects column span of the input array: arr(:,start_col:end_col)
213 (end_col is not included into the span) */
215 int start_col, int end_col );
    [all...]

Completed in 206 milliseconds