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

/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DTiledImageOpenVG.cpp78 int TiledImageOpenVG::numRows() const function in class:WebCore::TiledImageOpenVG
H A DPainterOpenVG.cpp1174 const int numRows = tiledImage->numRows(); local
1177 for (int yIndex = 0; yIndex < numRows; ++yIndex) {
1190 for (int yIndex = 0; yIndex < numRows; ++yIndex) {
/external/webkit/Source/WebCore/platform/image-decoders/openvg/
H A DImageDecoderOpenVG.cpp53 const int numRows = tiledImage->numRows(); local
55 for (int yIndex = 0; yIndex < numRows; ++yIndex) {
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityTableColumn.cpp133 if (!section->numRows())
184 int numRows = m_parentTable->rowCount(); local
186 for (int i = 0; i < numRows; i++) {
H A DAccessibilityTable.cpp125 int numRows = firstBody->numRows(); local
128 if (numRows == 1 && numCols == 1)
150 for (int row = 0; row < numRows; ++row) {
220 if (headersInFirstColumnCount == numRows && numRows > 1)
315 unsigned numRows = tableSection->numRows(); local
317 for (unsigned rowIndex = 0; rowIndex < numRows; ++rowIndex) {
429 int numRows local
467 unsigned numRows = tableSection->numRows(); local
[all...]
/external/webkit/Source/WebCore/html/
H A DHTMLTableSectionElement.cpp67 int numRows = children ? (int)children->length() : 0; local
68 if (index < -1 || index > numRows)
72 if (numRows == index || index == -1)
89 int numRows = children ? (int)children->length() : 0; local
91 index = numRows - 1;
92 if (index >= 0 && index < numRows) {
99 int HTMLTableSectionElement::numRows() const function in class:WebCore::HTMLTableSectionElement
/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h340 * \param numRows the number of rows in the block
347 inline RowsBlockXpr middleRows(Index startRow, Index numRows) argument
349 return RowsBlockXpr(derived(), startRow, 0, numRows, cols());
353 inline ConstRowsBlockXpr middleRows(Index startRow, Index numRows) const
355 return ConstRowsBlockXpr(derived(), startRow, 0, numRows, cols());
/external/webkit/Source/WebCore/rendering/
H A DRenderTableSection.h107 int numRows() const { return m_gridRows; } function in class:WebCore::RenderTableSection
H A DAutoTableLayout.cpp57 int numRows = section->numRows(); local
58 for (int i = 0; i < numRows; i++) {
H A DRenderTableSection.cpp166 bool RenderTableSection::ensureRows(int numRows) argument
169 if (numRows > nRows) {
170 if (numRows > static_cast<int>(m_grid.size())) {
172 if (static_cast<size_t>(numRows) > maxSize)
174 m_grid.grow(numRows);
176 m_gridRows = numRows;
178 for (int r = nRows; r < numRows; r++) {
/external/webkit/Source/WebCore/platform/graphics/android/
H A DImageBufferAndroid.cpp168 int numRows = endy - originy; local
175 for (int y = 0; y < numRows; ++y) {
228 int numRows = endy - desty; local
235 for (int y = 0; y < numRows; ++y) {
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DImageBufferCairo.cpp191 int numRows = endy - originy; local
197 for (int y = 0; y < numRows; ++y) {
259 int numRows = endy - desty; local
265 for (int y = 0; y < numRows; ++y) {
283 numColumns, numRows);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DImageBufferQt.cpp229 int numRows = endy - originy; local
242 for (int y = 0; y < numRows; ++y) {
264 for (int y = 0; y < numRows; ++y) {
332 int numRows = endy - desty; local
337 QImage image(numColumns, numRows, QImage::Format_ARGB32_Premultiplied);
344 for (int y = 0; y < numRows; ++y) {
354 for (int y = 0; y < numRows; ++y) {
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DImageBufferSkia.cpp216 int numRows = endY - originY; local
218 if (numRows <= 0)
226 srcDevice.readPixels(SkIRect::MakeXYWH(originX, originY, numColumns, numRows), &srcBitmap);
231 for (int y = 0; y < numRows; ++y) {
297 int numRows = endY - destY;
309 destBitmap.setConfig(SkBitmap::kARGB_8888_Config, numColumns, numRows, srcBytesPerRow);
313 deviceBitmap.extractSubset(&destBitmap, SkIRect::MakeXYWH(destX, destY, numColumns, numRows));
318 for (int y = 0; y < numRows; ++y) {
/external/webkit/Source/WebCore/platform/image-decoders/bmp/
H A DBMPImageReader.h182 // Returns true if the current y-coordinate plus |numRows| would be past
185 inline bool pastEndOfImage(int numRows) argument
187 return m_isTopDown ? ((m_coord.y() + numRows) >= m_parent->size().height()) : ((m_coord.y() - numRows) < 0);
/external/icu4c/common/
H A Drbbitblb.cpp1062 int32_t numRows; local
1072 numRows = fDStates->size();
1079 size += numRows * rowSize;
/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/aztec/ ...
/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 441 milliseconds