Searched defs:numRows (Results 1 - 23 of 23) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
H A DDynamicTableModel.java44 private int numRows; field in class:DynamicTableModel
56 * @param numRows
58 public DynamicTableModel(int numColumns, int numRows) { argument
59 this(numColumns, numRows, TableOrder.ROW_MAJOR);
63 public DynamicTableModel(int numColumns, int numRows, TableOrder order) { argument
68 this.numRows = numRows;
130 axisElements = numRows;
151 return numRows;
154 public void setNumRows(int numRows) { argument
[all...]
/external/deqp/framework/opengl/
H A DgluShaderUtil.cpp520 DataType getDataTypeMatrix (int numCols, int numRows) argument
522 DE_ASSERT(de::inRange(numCols, 2, 4) && de::inRange(numRows, 2, 4));
523 return (DataType)((int)TYPE_FLOAT_MAT2 + (numCols-2)*3 + (numRows-2));
/external/deqp/modules/gles31/functional/
H A Des31fSeparateShaderTests.cpp127 const int numCols = rnd.getInt(2, 4), numRows = rnd.getInt(2, 4); local
129 return getDataTypeMatrix(numCols, numRows);
H A Des31fTextureGatherTests.cpp89 const int numRows = dst.getHeight() >= 5 ? 5 : dst.getHeight(); local
93 for (int row = 0; row < numRows; row++)
96 const int yBegin = (row+0)*dst.getHeight()/numRows;
97 const int yEnd = (row+1)*dst.getHeight()/numRows;
H A Des31fSSBOLayoutCase.cpp984 const int numRows = glu::getDataTypeMatrixNumRows(basicType); local
992 for (int rowNdx = 0; rowNdx < numRows; rowNdx++)
1506 const int numRows = glu::getDataTypeMatrixNumRows(dstEntry.type); local
1511 for (int rowNdx = 0; rowNdx < numRows; rowNdx++)
1716 const int numRows = glu::getDataTypeMatrixNumRows(resEntry.type); local
1722 for (int rowNdx = 0; rowNdx < numRows; rowNdx++)
/external/skia/src/codec/
H A DSkSwizzler.cpp459 uint32_t numRows, uint32_t colorOrIndex, const SkPMColor* colorTable) {
461 SkASSERT(numRows <= (uint32_t) dstInfo.height());
464 const size_t bytesToFill = dstInfo.makeWH(dstInfo.width(), numRows).getSafeSize(dstRowBytes);
487 for (uint32_t row = 0; row < numRows; row++) {
458 Fill(void* dstStartRow, const SkImageInfo& dstInfo, size_t dstRowBytes, uint32_t numRows, uint32_t colorOrIndex, const SkPMColor* colorTable) argument
/external/libvncserver/libvncclient/
H A Dtight.c81 static void FilterCopyBPP (rfbClient* client, int numRows, CARDBPP *destBuffer);
82 static void FilterPaletteBPP (rfbClient* client, int numRows, CARDBPP *destBuffer);
83 static void FilterGradientBPP (rfbClient* client, int numRows, CARDBPP *destBuffer);
101 int bufferSize, rowSize, numRows, portionLen, rowsProcessed, extraBytes; local
272 numRows = (bufferSize - zs->avail_out) / rowSize;
274 filterFn(client, numRows, (CARDBPP *)buffer2);
276 extraBytes = bufferSize - zs->avail_out - numRows * rowSize;
278 memcpy(client->buffer, &client->buffer[numRows * rowSize], extraBytes);
280 CopyRectangle(client, (uint8_t *)buffer2, rx, ry+rowsProcessed, rw, numRows); local
282 rowsProcessed += numRows;
320 FilterCopyBPP(rfbClient* client, int numRows, CARDBPP *dst) argument
359 FilterGradient24(rfbClient* client, int numRows, uint32_t *dst) argument
398 FilterGradientBPP(rfbClient* client, int numRows, CARDBPP *dst) argument
490 FilterPaletteBPP(rfbClient* client, int numRows, CARDBPP *dst) argument
[all...]
/external/skia/gm/
H A Dbeziereffects.cpp141 int numRows = SkScalarCeilToInt(SkIntToScalar(kNumCubics*3) / numCols); variable
143 SkScalar h = SkIntToScalar(rt->height()) / numRows;
289 int numRows = SkScalarCeilToInt(SkIntToScalar(kNumConics*3) / numCols); variable
291 SkScalar h = SkIntToScalar(rt->height()) / numRows;
530 int numRows = SkScalarCeilToInt(SkIntToScalar(kNumQuads*3) / numCols); variable
532 SkScalar h = SkIntToScalar(rt->height()) / numRows;
/external/deqp/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp271 const int numRows = 20; local
273 for (int row = 0; row < numRows; row++)
277 float fx = -1.0f + 2.0f * ((float)col + 0.5f) / (float)numRows;
278 float fy = -1.0f + 2.0f * ((float)row + 0.5f) / (float)numRows;
286 if (row < numRows - 1) // Add a restart after all but last row.
296 // Generate a numRows x numCols arrangement of line polygons of different vertex counts.
299 const int numRows = 4; local
302 for (int row = 0; row < numRows; row++)
304 float centerY = -1.0f + 2.0f * ((float)row + 0.5f) / (float)numRows;
314 float fy = centerY + 0.9f * deFloatSin((float)i*2.0f*DE_PI / (float)numVertices) / (float)numRows;
366 const int numRows = 4; local
408 const int numRows = 3*7; local
[all...]
H A Des3fShaderIndexingTests.cpp809 int numRows = getDataTypeMatrixNumRows(varType); local
811 DataType vecType = getDataTypeFloatVec(numRows);
939 if (numRows == 2)
941 else if (numRows == 3)
H A Des3fInstancedRenderingTests.cpp495 int numRows = glu::getDataTypeMatrixNumRows(m_rgbAttrType); local
498 glVertexAttribPointer(curLoc, numRows, GL_FLOAT, GL_FALSE, numCols*numRows*sizeof(float), attrPtr);
H A Des3fShaderMatrixTests.cpp1887 int numRows = getDataTypeMatrixNumRows(matType); local
1915 DataType rowVecType = getDataTypeFloatVec(numRows);
1943 ShaderInput vec1In(inputType, getDataTypeFloatVec(numRows), precision);
1951 (isOperationUnarySymmetricMatrix(op) && numCols == numRows))
1959 (isOperationAssignmentSymmetricMatrix(op) && numCols == numRows))
/external/icu/icu4c/source/common/
H A Drbbitblb.cpp1062 int32_t numRows; local
1072 numRows = fDStates->size();
1079 size += numRows * rowSize;
/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp507 int numRows = glu::getDataTypeMatrixNumRows(basicType); local
509 int stride = numRows * numCols * sizeof(float);
512 vertexArrays.push_back(glu::va::Float(symbol.name, colNdx, numRows, numValues, stride, ((const float*)ptr) + colNdx * numRows));
752 int numRows = glu::getDataTypeMatrixNumRows(basicType); local
754 int stride = numRows * numCols * sizeof(float);
757 vertexArrays.push_back(glu::va::Float(attribName, colNdx, numRows, numValues, stride, ((const float*)ptr) + colNdx * numRows));
H A DglsShaderRenderCase.cpp577 int numRows; member in struct:deqp::gls::__anon3776
598 int numRows = matrices[matNdx].numRows; local
602 vertexArrays.push_back(va::Float(loc+colNdx, numRows, numElements, 4*(int)sizeof(float), (const float*)quadGrid.getUserAttrib(colNdx)));
H A DglsUniformBlockCase.cpp955 int numRows = glu::getDataTypeMatrixNumRows(entry.type); local
963 for (int rowNdx = 0; rowNdx < numRows; rowNdx++)
1285 int numRows = glu::getDataTypeMatrixNumRows(dstEntry.type); local
1290 for (int rowNdx = 0; rowNdx < numRows; rowNdx++)
/external/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp188 unsigned numRows = DepMatrix.size(); local
189 for (unsigned i = 0; i < numRows; ++i) {
/external/opencv/cvaux/src/
H A Dcvtrifocal.cpp475 int numRows; local
476 numRows = srcMatr->rows;
479 if( numRows != dstMatr->rows )
492 for( i = 0; i < numRows; i++ )
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 741 milliseconds