Searched defs:row_index (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/accessibility/
H A Daccessibility_tree_formatter_win.cc47 "row_index",
177 LONG row_index; local
178 if (acc_obj->get_rowIndex(&row_index) == S_OK)
179 dict->SetInteger("row_index", row_index);
H A Dbrowser_accessibility_win.cc1339 long* row_index) {
1343 if (!row_index)
1359 *row_index = cell_row_index;
1734 STDMETHODIMP BrowserAccessibilityWin::get_rowIndex(long* row_index) { argument
1738 if (!row_index)
1743 *row_index = row;
1761 long* row_index,
1769 if (!row_index ||
1788 *row_index = row;
1338 get_rowIndex(long cell_index, long* row_index) argument
1760 get_rowColumnExtents( long* row_index, long* column_index, long* row_extents, long* column_extents, boolean* is_selected) argument
/external/jpeg/
H A Djquant1.c159 int row_index; /* cur row's vertical index in dither matrix */ member in struct:__anon19066
524 int row_index, col_index; /* current indexes into dither matrix */ local
535 row_index = cquantize->row_index;
540 dither = cquantize->odither[ci][row_index];
558 row_index = (row_index + 1) & ODITHER_MASK;
559 cquantize->row_index = row_index;
579 int row_index, col_inde local
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djquant1.c159 int row_index; /* cur row's vertical index in dither matrix */ member in struct:__anon24331
524 int row_index, col_index; /* current indexes into dither matrix */ local
535 row_index = cquantize->row_index;
540 dither = cquantize->odither[ci][row_index];
558 row_index = (row_index + 1) & ODITHER_MASK;
559 cquantize->row_index = row_index;
579 int row_index, col_inde local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 55 milliseconds