Home
last modified time | relevance | path

Searched defs:numRows (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLTableSectionElement.cpp67 int numRows = children ? (int)children->length() : 0; in insertRow() local
89 int numRows = children ? (int)children->length() : 0; in deleteRow() local
99 int HTMLTableSectionElement::numRows() const in numRows() function in WebCore::HTMLTableSectionElement
/external/webkit/Source/WebCore/accessibility/
DAccessibilityTable.cpp125 int numRows = firstBody->numRows(); in isDataTable() local
315 unsigned numRows = tableSection->numRows(); in addChildren() local
429 int numRows = m_rows.size(); in cells() local
467 unsigned numRows = tableSection->numRows(); in cellForColumnAndRow() local
DAccessibilityTableColumn.cpp184 int numRows = m_parentTable->rowCount(); in addChildren() local
/external/webkit/Source/WebCore/platform/image-decoders/openvg/
DImageDecoderOpenVG.cpp53 const int numRows = tiledImage->numRows(); in asNewNativeImage() local
/external/webkit/Source/WebCore/platform/graphics/android/
DImageBufferAndroid.cpp168 int numRows = endy - originy; in getUnmultipliedImageData() local
228 int numRows = endy - desty; in putUnmultipliedImageData() local
/external/webkit/Source/WebCore/platform/graphics/openvg/
DTiledImageOpenVG.cpp78 int TiledImageOpenVG::numRows() const in numRows() function in WebCore::TiledImageOpenVG
DPainterOpenVG.cpp1174 const int numRows = tiledImage->numRows(); in asNewNativeImage() local
/external/eigen/Eigen/src/plugins/
DBlockMethods.h347 inline RowsBlockXpr middleRows(Index startRow, Index numRows) in middleRows()
353 inline ConstRowsBlockXpr middleRows(Index startRow, Index numRows) const in middleRows()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DImageBufferCairo.cpp191 int numRows = endy - originy; in getImageData() local
259 int numRows = endy - desty; in putImageData() local
/external/webkit/Source/WebCore/platform/graphics/qt/
DImageBufferQt.cpp229 int numRows = endy - originy; in getImageData() local
332 int numRows = endy - desty; in putImageData() local
/external/webkit/Source/WebCore/platform/graphics/skia/
DImageBufferSkia.cpp216 int numRows = endY - originY; in getImageData() local
297 int numRows = endY - destY; in putImageData() local
/external/webkit/Source/WebCore/rendering/
DRenderTableSection.h107 int numRows() const { return m_gridRows; } in numRows() function
DAutoTableLayout.cpp57 int numRows = section->numRows(); in recalcColumn() local
DRenderTableSection.cpp166 bool RenderTableSection::ensureRows(int numRows) in ensureRows()
/external/webkit/Source/WebCore/platform/image-decoders/bmp/
DBMPImageReader.h185 inline bool pastEndOfImage(int numRows) in pastEndOfImage()
/external/icu4c/common/
Drbbitblb.cpp1062 int32_t numRows; in getTableSize() local
/external/opencv/cvaux/src/
Dcvtrifocal.cpp475 int numRows; in icvSelectColsByNumbers() local