/external/chromium_org/ui/views/layout/ |
grid_layout.cc | 319 ViewState(ColumnSet* column_set, View* view, int start_col, int start_row, 324 start_col(start_col), 337 DCHECK(view && start_col >= 0 && start_row >= 0 && col_span > 0 && 338 row_span > 0 && start_col < column_set->num_columns() && 339 (start_col + col_span) <= column_set->num_columns()); 344 const int start_col; member in struct:views::ViewState 525 for (int i = view_state->start_col, 526 max_col = view_state->start_col + view_state->col_span; 547 int start_col = view_state->start_col local [all...] |
grid_layout.h | 338 int GetColumnWidth(int start_col, int col_span);
|
/external/jpeg/ |
jcdctmgr.c | 175 * position start_row/start_col, and moving to the right for any additional 182 JDIMENSION start_row, JDIMENSION start_col, 195 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) { 203 elemptr = sample_data[elemr] + start_col; 272 JDIMENSION start_row, JDIMENSION start_col, 285 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) { 293 elemptr = sample_data[elemr] + start_col;
|
jdcoefct.c | 155 JDIMENSION start_col, output_col; local 204 start_col = MCU_col_num * compptr->MCU_sample_width; 208 output_col = start_col; 260 JDIMENSION start_col; local 316 start_col = MCU_col_num * compptr->MCU_width; 318 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; 397 JDIMENSION start_col; local 457 JDIMENSION start_col; local 500 start_col = MCU_col_num * compptr->MCU_width; 505 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; [all...] |
jctrans.c | 285 JDIMENSION start_col; local 309 start_col = MCU_col_num * compptr->MCU_width; 316 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
|
jccoefct.c | 346 JDIMENSION start_col; local 372 start_col = MCU_col_num * compptr->MCU_width; 374 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
|
jpegint.h | 108 JDIMENSION start_row, JDIMENSION start_col,
|
/external/qemu/distrib/jpeg-6b/ |
jcdctmgr.c | 175 * position start_row/start_col, and moving to the right for any additional 182 JDIMENSION start_row, JDIMENSION start_col, 195 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) { 203 elemptr = sample_data[elemr] + start_col; 272 JDIMENSION start_row, JDIMENSION start_col, 285 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) { 293 elemptr = sample_data[elemr] + start_col;
|
jdcoefct.c | 155 JDIMENSION start_col, output_col; local 204 start_col = MCU_col_num * compptr->MCU_sample_width; 208 output_col = start_col; 260 JDIMENSION start_col; local 316 start_col = MCU_col_num * compptr->MCU_width; 318 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; 397 JDIMENSION start_col; local 457 JDIMENSION start_col; local 500 start_col = MCU_col_num * compptr->MCU_width; 505 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; [all...] |
jctrans.c | 285 JDIMENSION start_col; local 309 start_col = MCU_col_num * compptr->MCU_width; 316 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
|
jccoefct.c | 346 JDIMENSION start_col; local 372 start_col = MCU_col_num * compptr->MCU_width; 374 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
|
jpegint.h | 108 JDIMENSION start_row, JDIMENSION start_col,
|
/external/clang/tools/c-index-test/ |
c-index-test.c | 1496 unsigned start_line = 1, start_col = 1; local [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) 215 int start_col, int end_col ); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |