Searched refs:getRow (Results 1 - 25 of 43) sorted by relevance

12

/external/pdfium/xfa/fxbarcode/pdf417/
H A DBC_PDF417BarcodeRow.h20 CFX_ArrayTemplate<uint8_t>& getRow();
H A DBC_PDF417BarcodeRow.cpp44 CFX_ArrayTemplate<uint8_t>& CBC_BarcodeRow::getRow() { function in class:CBC_BarcodeRow
/external/autotest/frontend/client/src/autotest/common/table/
H A DTableClickWidget.java35 public int getRow() { method in class:TableClickWidget
H A DSelectionManager.java55 JSONObject row = attachedTable.getRow(i);
188 toggleSelected(attachedTable.getRow(widget.getRow()));
H A DDataTable.java231 public JSONObject getRow(int rowIndex) { method in class:DataTable
294 JSONObject row = getRow(rowIndex);
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DBigMatrix.java182 BigDecimal[] getRow(int row) throws MatrixIndexException; method in interface:BigMatrix
H A DRealMatrix.java322 double[] getRow(int row) throws MatrixIndexException; method in interface:RealMatrix
H A DFieldMatrix.java315 T[] getRow(int row) throws MatrixIndexException; method in interface:FieldMatrix
H A DAbstractFieldMatrix.java502 return new ArrayFieldVector<T>(getRow(row), false);
546 public T[] getRow(final int row) method in class:AbstractFieldMatrix
H A DAbstractRealMatrix.java478 return new ArrayRealVector(getRow(row), false);
522 public double[] getRow(final int row) method in class:AbstractRealMatrix
H A DBigMatrixImpl.java792 public BigDecimal[] getRow(int row) throws MatrixIndexException { method in class:BigMatrixImpl
H A DBlockFieldMatrix.java1110 public T[] getRow(final int row) method in class:BlockFieldMatrix
H A DBlockRealMatrix.java1136 public double[] getRow(final int row) method in class:BlockRealMatrix
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DPlanarYUVLuminanceSource.java60 public byte[] getRow(int y, byte[] row) { method in class:PlanarYUVLuminanceSource
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DE_B_D_T_.py275 rowData = bitmapObject.getRow(curRow, bitDepth=bitDepth, metrics=metrics)
309 rowData = bitmapObject.getRow(curRow, bitDepth=1, metrics=metrics, reverseBytes=True)
494 def getRow(self, row, bitDepth=1, metrics=None, reverseBytes=False): member in class:BitAlignedBitmapMixin
582 def getRow(self, row, bitDepth=1, metrics=None, reverseBytes=False): member in class:ByteAlignedBitmapMixin
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DE_B_D_T_.py275 rowData = bitmapObject.getRow(curRow, bitDepth=bitDepth, metrics=metrics)
309 rowData = bitmapObject.getRow(curRow, bitDepth=1, metrics=metrics, reverseBytes=True)
494 def getRow(self, row, bitDepth=1, metrics=None, reverseBytes=False): member in class:BitAlignedBitmapMixin
582 def getRow(self, row, bitDepth=1, metrics=None, reverseBytes=False): member in class:ByteAlignedBitmapMixin
/external/skia/src/core/
H A DSkScan_AAAPath.cpp181 inline uint8_t* getRow(int y) { function in class:MaskAdditiveBlitter
234 addAlpha(&this->getRow(y)[x], alpha);
239 uint8_t* row = this->getRow(y);
252 uint8_t* row = this->getRow(y);
263 uint8_t* row = this->getRow(y);
1159 maskRow = static_cast<MaskAdditiveBlitter*>(blitter)->getRow(y >> 16);
1186 maskRow = static_cast<MaskAdditiveBlitter*>(blitter)->getRow(y >> 16);
1201 maskRow = static_cast<MaskAdditiveBlitter*>(blitter)->getRow(y >> 16);
1404 SkAlpha* maskRow = isUsingMask ? static_cast<MaskAdditiveBlitter*>(blitter)->getRow(start_y)
1441 maskRow = static_cast<MaskAdditiveBlitter*>(blitter)->getRow(SkFixedFloorToIn
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DPropsVectors.java300 public int[] getRow(int rowIndex) { method in class:PropsVectors
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPropsVectors.java298 public int[] getRow(int rowIndex) { method in class:PropsVectors
/external/deqp/framework/common/
H A DtcuMatrix.hpp61 Vector<T, Cols> getRow (int ndx) const;
392 Vector<T, Cols> Matrix<T, Rows, Cols>::getRow (int rowNdx) const function in class:tcu::Matrix
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java465 public int getRow() throws SQLException { method in class:Impl_RowSet
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/deqp/modules/gles3/functional/
H A Des3fTextureUnitTests.cpp190 Vec3 row = mat.getRow(rowNdx);

Completed in 974 milliseconds

12