Searched defs:end_col (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_tiled_backing_store.c1957 unsigned long start_row, end_row, start_col, end_col, i, j, w, h; local
1966 end_col = MIN(priv->model.cur.cols - 1,
1969 INF("start_row=%lu, end_row=%lu, start_col=%lu, end_col=%lu",
1970 start_row, end_row, start_col, end_col);
1973 for (j = start_col; j <= end_col; j++)
1982 w = (end_col - start_col + 1) * TILE_SIZE_AT_ZOOM(TILE_W, zoom);
/external/clang/tools/c-index-test/
H A Dc-index-test.c1333 unsigned end_line, unsigned end_col,
1338 PrintExtent(stdout, start_line, start_col, end_line, end_col);
1331 print_cursor_file_scan(CXTranslationUnit TU, CXCursor cursor, unsigned start_line, unsigned start_col, unsigned end_line, unsigned end_col, const char *prefix) argument

Completed in 114 milliseconds