HomeSort by relevance Sort by last modified time
    Searched defs:firstRow (Results 1 - 25 of 29) sorted by null

1 2

  /external/mesa3d/src/mesa/program/
prog_statevars.c 293 const GLuint firstRow = (GLuint) state[2];
298 ASSERT(firstRow >= 0);
299 ASSERT(firstRow < 4);
335 for (i = 0, row = firstRow; row <= lastRow; row++) {
343 for (i = 0, row = firstRow; row <= lastRow; row++) {
1003 const GLuint firstRow = (GLuint) state[2];
    [all...]
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417DetectionResultRowIndicatorColumn.cpp 59 int32_t firstRow = imageRowToCodewordIndex((int32_t)top->GetY());
62 (lastRow - firstRow) / (FX_FLOAT)barcodeMetadata.getRowCount();
66 for (int32_t codewordsRow = firstRow; codewordsRow < lastRow;
135 int32_t firstRow = imageRowToCodewordIndex((int32_t)top->GetY());
138 (lastRow - firstRow) / (FX_FLOAT)barcodeMetadata.getRowCount();
143 for (int32_t codewordsRow = firstRow; codewordsRow < lastRow;
  /frameworks/support/design/tests/src/android/support/design/testutils/
TestUtils.java 66 final int firstRow = checkArea != null ? checkArea.top : 0;
76 for (int row = firstRow; row <= lastRow; row++) {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
PropsVectors.java 185 int firstRow, lastRow;
194 firstRow = findRow(start);
202 splitFirstRow = (start != v[firstRow] && value != (v[firstRow + column] & mask));
240 // split the first row, and move the firstRow pointer
244 count = lastRow - firstRow + columns;
245 System.arraycopy(v, firstRow, v, firstRow + columns, count);
248 // split the range and move the firstRow pointer
249 v[firstRow + 1] = v[firstRow + columns] = start
    [all...]
  /external/icu/icu4c/source/common/
propsvec.c 157 uint32_t *firstRow, *lastRow;
187 firstRow=_findRow(pv, start);
195 splitFirstRow= (UBool)(start!=(UChar32)firstRow[0] && value!=(firstRow[column]&mask));
222 firstRow=newVectors+(firstRow-pv->v);
239 /* split the first row, and move the firstRow pointer to the second part */
242 count = (int32_t)((lastRow-firstRow)+columns);
243 uprv_memmove(firstRow+columns, firstRow, count*4)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
PropsVectors.java 183 int firstRow, lastRow;
192 firstRow = findRow(start);
200 splitFirstRow = (start != v[firstRow] && value != (v[firstRow + column] & mask));
238 // split the first row, and move the firstRow pointer
242 count = lastRow - firstRow + columns;
243 System.arraycopy(v, firstRow, v, firstRow + columns, count);
246 // split the range and move the firstRow pointer
247 v[firstRow + 1] = v[firstRow + columns] = start
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pcf/
pcfread.c 850 int firstRow, lastRow;
877 firstRow = FT_GET_SHORT();
885 firstRow = FT_GET_SHORT_LE();
899 firstRow < 0 ||
900 firstRow > lastRow ||
906 FT_TRACE4(( " firstCol %d, lastCol %d, firstRow %d, lastRow %d\n",
907 firstCol, lastCol, firstRow, lastRow ));
910 (FT_ULong)( lastRow - firstRow + 1 );
920 for ( i = firstRow; i <= lastRow; i++ )
    [all...]
  /prebuilts/tools/common/spantable/
spantable.jar 
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BlockFieldMatrix.java     [all...]
BlockRealMatrix.java     [all...]
  /external/opencv3/modules/imgproc/src/
demosaicing.cpp     [all...]
  /external/opencv3/modules/imgproc/test/
test_color.cpp     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /external/zxing/core/
core.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 
hibernate3.jar 
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 456 milliseconds

1 2