/external/webkit/Source/WebCore/platform/graphics/openvg/ |
H A D | TiledImageOpenVG.cpp | 78 int TiledImageOpenVG::numRows() const function in class:WebCore::TiledImageOpenVG
|
H A D | PainterOpenVG.cpp | 1174 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 D | ImageDecoderOpenVG.cpp | 53 const int numRows = tiledImage->numRows(); local 55 for (int yIndex = 0; yIndex < numRows; ++yIndex) {
|
/external/webkit/Source/WebCore/accessibility/ |
H A D | AccessibilityTableColumn.cpp | 133 if (!section->numRows()) 184 int numRows = m_parentTable->rowCount(); local 186 for (int i = 0; i < numRows; i++) {
|
H A D | AccessibilityTable.cpp | 125 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 D | HTMLTableSectionElement.cpp | 67 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 D | BlockMethods.h | 340 * \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 D | RenderTableSection.h | 107 int numRows() const { return m_gridRows; } function in class:WebCore::RenderTableSection
|
H A D | AutoTableLayout.cpp | 57 int numRows = section->numRows(); local 58 for (int i = 0; i < numRows; i++) {
|
H A D | RenderTableSection.cpp | 166 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 D | ImageBufferAndroid.cpp | 168 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 D | ImageBufferCairo.cpp | 191 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 D | ImageBufferQt.cpp | 229 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 D | ImageBufferSkia.cpp | 216 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 D | BMPImageReader.h | 182 // 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 D | rbbitblb.cpp | 1062 int32_t numRows; local 1072 numRows = fDStates->size(); 1079 size += numRows * rowSize;
|
/external/opencv/cvaux/src/ |
H A D | cvtrifocal.cpp | 475 int numRows; local 476 numRows = srcMatr->rows; 479 if( numRows != dstMatr->rows ) 492 for( i = 0; i < numRows; i++ )
|
/external/zxing/core/ |
H A D | core.jar | META-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 D | org.eclipse.jface_3.6.1.M20100825-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |