Searched refs:numRows (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/angle_dx11/src/compiler/
H A DVariablePacker.h32 void fillColumns(int topRow, int numRows, int column, int numComponentsPerRow);
33 bool searchColumn(int column, int numRows, int* destRow, int* destSize);
H A DVariablePacker.cpp131 void VariablePacker::fillColumns(int topRow, int numRows, int column, int numComponentsPerRow) argument
134 for (int r = 0; r < numRows; ++r) {
141 bool VariablePacker::searchColumn(int column, int numRows, int* destRow, int* destSize) argument
153 if (bottomNonFullRow_ - topNonFullRow_ + 1 < numRows) {
173 if (size >= numRows && size < smallestGoodSize) {
246 int numRows = GetNumRows(variable.type) * variable.size;
247 if (numRows <= rowsAvailableInColumns01) {
248 rowsAvailableInColumns01 -= numRows;
249 } else if (numRows <= rowsAvailableInColumns23) {
250 rowsAvailableInColumns23 -= numRows;
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableSectionElement.cpp63 int numRows = children ? (int)children->length() : 0; local
64 if (index < -1 || index > numRows)
68 if (numRows == index || index == -1)
85 int numRows = children ? (int)children->length() : 0; local
87 index = numRows - 1;
88 if (index >= 0 && index < numRows) {
96 int HTMLTableSectionElement::numRows() const function in class:WebCore::HTMLTableSectionElement
H A DHTMLTableSectionElement.h42 int numRows() const;
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAccessibilityTable.cpp135 int numRows = firstBody->numRows(); local
138 if (numRows == 1 && numCols == 1)
142 if (numRows >= 20)
168 for (int row = 0; row < numRows; ++row) {
253 if (headersInFirstColumnCount == numRows && numRows > 1)
346 unsigned numRows = tableSection->numRows(); local
347 for (unsigned rowIndex = 0; rowIndex < numRows;
438 int numRows = m_rows.size(); local
[all...]
H A DAccessibilityTableColumn.cpp121 if (!section->numRows())
169 int numRows = parentTable->rowCount(); local
171 for (int i = 0; i < numRows; i++) {
H A DAccessibilityTableCell.cpp123 rowOffset += tableSection->numRows();
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dtable_printer.js162 var numRows = this.rows_.length;
164 for (var r = 0; r < numRows; ++r) {
187 for (var r = 0; r < numRows; ++r) {
226 var numRows = this.rows_.length;
244 for (var r = 0; r < numRows; ++r) {
/external/chromium/chrome/browser/resources/net_internals/
H A Dutil.js253 var numRows = this.rows_.length;
255 for (var r = 0; r < numRows; ++r) {
278 for (var r = 0; r < numRows; ++r) {
310 var numRows = this.rows_.length;
328 for (var r = 0; r < numRows; ++r) {
/external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/bmp/
H A DBMPImageReader.h184 // Returns true if the current y-coordinate plus |numRows| would be past
187 inline bool pastEndOfImage(int numRows) argument
189 return m_isTopDown ? ((m_coord.y() + numRows) >= m_parent->size().height()) : ((m_coord.y() - numRows) < 0);
/external/chromium_org/third_party/WebKit/PerformanceTests/DOM/resources/dom-perf/
H A Dgridsort.js100 var numRows = table.rows.length;
102 for (var i = 0; i < numRows; i++)
/external/llvm/utils/Misc/
H A Dzkill84 numRows = len(header)
101 fields = ln.split(None, numRows - 1)
102 if len(fields) != numRows:
/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/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.cpp793 if (section && !section->numRows())
1200 if (prevSection->isTableSection() && prevSection != m_head && prevSection != m_foot && (skipEmptySections == DoNotSkipEmptySections || toRenderTableSection(prevSection)->numRows()))
1204 if (!prevSection && m_head && (skipEmptySections == DoNotSkipEmptySections || m_head->numRows()))
1218 if (nextSection->isTableSection() && nextSection != m_head && nextSection != m_foot && (skipEmptySections == DoNotSkipEmptySections || toRenderTableSection(nextSection)->numRows()))
1222 if (!nextSection && m_foot && (skipEmptySections == DoNotSkipEmptySections || m_foot->numRows()))
1257 ASSERT(section->numRows());
1258 rAbove = section->numRows() - 1;
1279 if (r < cell->section()->numRows() - 1) {
H A DRenderTableSection.h186 unsigned numRows() const { return m_grid.size(); } function in class:WebCore::FINAL
H A DAutoTableLayout.cpp60 unsigned numRows = section->numRows(); local
61 for (unsigned i = 0; i < numRows; i++) {
H A DRenderTableSection.cpp183 void RenderTableSection::ensureRows(unsigned numRows) argument
185 if (numRows <= m_grid.size())
189 m_grid.grow(numRows);
H A DRenderTableCell.cpp815 if (rowIndex() + rowSpan() >= currSection->numRows()) {
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DImageBuffer.cpp409 int numRows = endY - destY;
413 srcBitmap.setConfig(SkBitmap::kARGB_8888_Config, numColumns, numRows, srcBytesPerRow);
/external/chromium_org/chrome/browser/resources/profiler/
H A Dprofiler.js1643 drawTruncationRow_: function(tbody, numRows, limit, numColumns, groupKey) {
1644 var numHiddenRows = Math.max(numRows - limit, 0);
1645 var numVisibleRows = numRows - numHiddenRows;
1652 addText(td, numRows + ' rows');
/external/chromium_org/third_party/icu/source/common/
H A Drbbitblb.cpp1062 int32_t numRows; local
1072 numRows = fDStates->size();
1079 size += numRows * rowSize;
/external/icu4c/common/
H A Drbbitblb.cpp1062 int32_t numRows; local
1072 numRows = fDStates->size();
1079 size += numRows * rowSize;
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dtile_page.js1026 var numRows = Math.max(1, Math.ceil(numTiles / layout.numRowTiles));
1027 var usedHeight = layout.rowHeight * numRows;
/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/ ...

Completed in 1181 milliseconds

12