HomeSort by relevance Sort by last modified time
    Searched defs:row (Results 351 - 375 of 598) sorted by null

<<11121314151617181920>>

  /external/icu4c/common/
rbbitblb.cpp 808 for (n=0; n<fDStates->size(); n++) { // For each state s (row in the state table)
1121 RBBIStateTableRow *row = (RBBIStateTableRow *)(table->fTableData + state*table->fRowLen); local
    [all...]
  /external/icu4c/test/intltest/
restsnew.cpp 326 int32_t count, row=0, col=0; local
347 row=0;
351 row=count;
357 expected+=itoa(row, buf);
358 ResourceBundle rowbundle=bundle.get(row, err);
365 expected+=itoa(row, buf);
537 int32_t count, row=0, col=0; local
559 row=0;
563 row=count;
569 expected+=itoa(row, buf)
636 int32_t i,j,row,col, actual_bundle; local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Eigen3f.java 116 // use the largest row to compute and order the eigen vectors.
198 int row = 0; local
206 row = 1;
210 if (row == 0) {
224 if (row == 0) {
237 row = 0;
245 row = 1;
249 if (row == 0) {
261 if (row == 0) {
274 * max row of the matrix in the Vector store.
    [all...]
  /external/jpeg/
jquant1.c 112 * We can get away with a single array (holding one row's worth of errors)
113 * by using it to store the current row's errors at pixel columns not yet
114 * processed, but the next row's errors at columns already processed. We
159 int row_index; /* cur row's vertical index in dither matrix */
164 boolean on_odd_row; /* flag to remember which row we are on */
292 /* The colors are ordered in the map in standard row-major order, */
467 int row; local
472 for (row = 0; row < num_rows; row++)
497 int row; local
527 int row; local
580 int row; local
630 int row; local
    [all...]
  /external/libpng/contrib/gregbook/
rpng-x.c 691 ulg i, row, lastrow = 0; local
708 for (lastrow = row = 0; row < image_height; ++row) {
709 src = image_data + row*image_rowbytes;
710 dest = ximage->data + row*ximage_rowbytes;
771 if (((row+1) & 0xf) == 0) {
775 lastrow = row + 1;
782 for (lastrow = row = 0; row < image_height; ++row)
    [all...]
  /external/libvpx/libvpx/vp8/common/
postproc.c 143 int row; local
148 for (row = 0; row < size; row++)
150 /* post_proc_down for one row */
209 /* next row */
963 y1 = y0 + 4 + (mv->row >> 3);
971 y1 = y0 +12 + (mv->row >> 3);
984 y1 = y0 + 8 + (mv->row >> 3);
992 y1 = y0 + 8 + (mv->row >> 3)
    [all...]
  /external/linux-tools-perf/util/ui/browsers/
hists.c 365 unsigned short row,
370 int first_row = row, width, offset = level * LEVEL_OFFSET_STEP;
421 if (ui_browser__is_current_entry(&self->b, row)) {
428 ui_browser__gotorc(&self->b, row, 0);
434 if (++row == self->b.height)
443 row += hist_browser__show_callchain_node_rb_tree(self, child, new_total,
444 new_level, row, row_offset,
447 if (row == self->b.height)
452 return row - first_row;
457 int level, unsigned short row,
590 unsigned row = 0; local
    [all...]
  /external/mesa3d/src/mesa/main/
pack.c 146 * order with row alignment = 1 byte.
152 GLint bytes, row, width_in_bytes; local
166 for (row = 0; row < height; row++) {
169 GL_COLOR_INDEX, GL_BITMAP, row, 0);
253 GLint row, width_in_bytes; local
261 for (row = 0; row < height; row++)
5882 GLint img, row; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 629 GLuint row; local
630 for (row = 0; row < height; row++) {
632 height, format, type, row, 0);
640 GLuint row; local
650 for (row = 0; row < height; row++) {
653 height, format, type, row, 0)
758 GLint row, yStep; local
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp 265 double *row = JtJ->data.db + i*nparams, *col = JtJ->data.db + i; local
267 row[j] = col[j*nparams] = 0;
714 // transpose every row of _J (treat the rows as 3x3 matrices)
    [all...]
  /external/openssh/
serverloop.c 933 u_int row = packet_get_int(); local
941 pty_change_window_size(fdin, row, col, xpixel, ypixel);
    [all...]
  /external/openssl/apps/
ocsp.c 1162 char *itmp, *row[DB_NUMBER],**rrow; local
1163 for (i = 0; i < DB_NUMBER; i++) row[i] = NULL;
1170 row[DB_serial] = itmp;
1172 rrow=TXT_DB_get_by_index(db->db,DB_serial,row);
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant1.c 112 * We can get away with a single array (holding one row's worth of errors)
113 * by using it to store the current row's errors at pixel columns not yet
114 * processed, but the next row's errors at columns already processed. We
159 int row_index; /* cur row's vertical index in dither matrix */
164 boolean on_odd_row; /* flag to remember which row we are on */
292 /* The colors are ordered in the map in standard row-major order, */
467 int row; local
472 for (row = 0; row < num_rows; row++)
497 int row; local
527 int row; local
580 int row; local
630 int row; local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngvcrd.c 100 /* Combines the row recently read in with the previous row.
105 the row. The pattern always repeats every 8 pixels, so just 8
115 png_combine_row(png_structp png_ptr, png_bytep row, int mask)
133 png_memcpy(row, png_ptr->row_buf + 1,
155 dstptr = row;
263 dstptr = row + offset_table[png_ptr->pass]*pixel_bytes;
291 dstptr = row;
407 dstptr = row + offset_table[png_ptr->pass]*pixel_bytes;
440 dstptr = row;
1011 png_bytep row = png_ptr->row_buf + 1; local
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
TiledVertexGrid.java 210 final int row = tileY * indexesPerRow; local
211 tileMap.drawStrip(gl, true, row + startOffset, count);
  /external/skia/src/core/
SkScan_AntiPath.cpp 64 /// Widest row of region to be blitted, in destination coordinates.
66 /// Leftmost x coordinate in any row, in destination coordinates.
68 /// Leftmost x coordinate in any row, in supersampled coordinates.
114 /// Once fRuns contains a complete supersampled row, flush() blits
118 /// Blits a row of pixels, with location and width specified
291 // directly to the destintion canvas one row per SCALE supersampled rows.
531 uint8_t* row = fMask.fImage + iy * fMask.fRowBytes + (x >> SHIFT); local
543 SkASSERT(row >= fMask.fImage);
544 SkASSERT(row < fMask.fImage + kMAX_STORAGE + 1);
545 add_aa_span(row, coverage_to_partial_alpha(fe - fb))
    [all...]
  /external/skia/src/pathops/
SkPathOpsCommon.cpp 456 const int row = rIndex < count - 1 ? rIndex * ends : (ends - rIndex - 2) local
465 distances[row + iIndex] = dist; // oStart distance from iStart
477 int row = pair / ends; variable
478 int col = pair - row * ends;
479 int thingOne = row < col ? row : ends - row - 2;
486 int thingTwo = row < col ? col : ends - row + col - 1;
  /frameworks/base/libs/hwui/
FontRenderer.cpp 305 uint32_t row = (startY - TEXTURE_BORDER_SIZE) * cacheWidth + startX local
308 memset(&cacheBuffer[row], 0, glyph.fWidth + 2 * TEXTURE_BORDER_SIZE);
312 row = cacheY * cacheWidth;
313 cacheBuffer[row + startX - TEXTURE_BORDER_SIZE] = 0;
316 cacheBuffer[row + cacheX] = mGammaTable[tempCol];
318 cacheBuffer[row + endX + TEXTURE_BORDER_SIZE - 1] = 0;
322 row = cacheY * cacheWidth;
323 memcpy(&cacheBuffer[row + startX], &bitmapBuffer[bY], glyph.fWidth);
324 cacheBuffer[row + startX - TEXTURE_BORDER_SIZE] = 0;
325 cacheBuffer[row + endX + TEXTURE_BORDER_SIZE - 1] = 0
361 uint32_t row = (startY - TEXTURE_BORDER_SIZE) * cacheWidth + startX local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaByDayAdapter.java 105 RowInfo row = mRowInfo.get(i); local
106 if (row != null && row.mType == TYPE_DAY)
138 RowInfo row = mRowInfo.get(position); local
139 if (row.mType == TYPE_DAY) {
140 return row;
142 return mAgendaAdapter.getItem(row.mPosition);
151 RowInfo row = mRowInfo.get(position); local
152 if (row.mType == TYPE_DAY) {
155 return mAgendaAdapter.getItemId(row.mPosition)
183 RowInfo row = mRowInfo.get(position); local
533 RowInfo row = mRowInfo.get(index); local
600 RowInfo row = mRowInfo.get(headerPos); local
622 RowInfo row = mRowInfo.get(index); local
640 RowInfo row = mRowInfo.get(position); local
655 RowInfo row = mRowInfo.get(listPos); local
679 RowInfo row = mRowInfo.get(position); local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
FocusHelper.java 193 // Select the closest icon in the previous row, otherwise select the tab bar
206 // Select the closest icon in the previous row, otherwise do nothing
354 // Select the closest icon in the previous row, otherwise select the tab bar
366 // Select the closest icon in the previous row, otherwise do nothing
628 final int row = lp.cellY; local
629 final int newRow = row + lineDelta;
638 boolean satisfiesRow = (lineDelta < 0) ? (tmpLp.cellY < row) : (tmpLp.cellY > row);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 192 // Select the closest icon in the previous row, otherwise select the tab bar
205 // Select the closest icon in the previous row, otherwise do nothing
353 // Select the closest icon in the previous row, otherwise select the tab bar
365 // Select the closest icon in the previous row, otherwise do nothing
627 final int row = lp.cellY; local
628 final int newRow = row + lineDelta;
637 boolean satisfiesRow = (lineDelta < 0) ? (tmpLp.cellY < row) : (tmpLp.cellY > row);
    [all...]
  /packages/apps/Mms/src/com/android/mms/
SuggestionsProvider.java 93 ArrayList<Row> mRows = new ArrayList<Row>();
115 private class Row {
119 public Row(int row, String snippet) {
121 mRowNumber = row;
143 mRows.add(new Row(i, snippet));
208 * a "word" by taking the substring of the full row text in the words table
296 Row row = mRows.get(mCurrentRow) local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboard.java 67 * @param rowHeight more keys keyboard row height in pixel, including vertical gap.
123 // Adjustment of the top row.
129 // Need to subtract the bottom row's gutter only.
157 final int row = n / mNumColumns; local
158 if (!isTopRow(row)) {
177 final int row = n / mNumColumns; local
179 if (isTopRow(row)) {
229 public int getX(final int n, final int row) {
231 if (isTopRow(row)) {
237 public int getY(final int row) {
343 final int row = n \/ params.mNumColumns; local
    [all...]
ProximityInfo.java 190 final int row = hitBox.top / mMostCommonKeyHeight; local
191 if (row < rows) {
196 touchPositionCorrection.getX(row) * hitBoxWidth;
198 touchPositionCorrection.getY(row) * hitBoxHeight;
200 touchPositionCorrection.getRadius(row) * hitBoxDiagonal;
204 " [%2d] row=%d x/y/r=%7.2f/%7.2f/%5.2f %s code=%s", infoIndex, row,
206 sweetSpotRadii[infoIndex], (row < rows ? "correct" : "default"),
276 Then we need to compute the center of the top row that we need to evaluate, as we'll iterate
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
SensorActivity.java 184 final TableRow row = (TableRow) inflater.inflate(R.layout.sensor_row, local
187 mTableLayout.addView(row);
188 mDisplayedSensors.put(sensor, new DisplayInfo(sensor, row));
210 public DisplayInfo(MonitoredSensor sensor, TableRow row) {
215 mChk = (CheckBox) row.findViewById(R.id.row_checkbox);
222 mVal = (TextView) row.findViewById(R.id.row_textview);

Completed in 730 milliseconds

<<11121314151617181920>>