Home
last modified time | relevance | path

Searched refs:startrow (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderTableSection.cpp1056 unsigned int startrow = 0; in setCellWidths() local
1073 unsigned startrow = 0; in setCellWidths() local
1078 for (; startrow < totalRows; startrow++) { in setCellWidths()
1079 if (ty + m_rowPos[startrow + 1] >= y - os) in setCellWidths()
1082 … if (startrow == totalRows && ty + m_rowPos[totalRows] + table()->outerBorderBottom() >= y - os) in setCellWidths()
1083 startrow--; in setCellWidths()
1117 for (unsigned r = startrow; r < endrow; r++) { in setCellWidths()
1129 if (!cell || (r > startrow && (cellAt(r - 1, c).cell == cell))) in setCellWidths()
/external/libpng/contrib/gregbook/
Drpng2-x.c170 static void rpng2_x_redisplay_image (ulg startcol, ulg startrow,
1608 static void rpng2_x_redisplay_image(ulg startcol, ulg startrow, in rpng2_x_redisplay_image() argument
1642 for (lastrow = row = startrow; row < startrow+height; ++row) { in rpng2_x_redisplay_image()
1769 for (lastrow = row = startrow; row < startrow+height; ++row) { in rpng2_x_redisplay_image()
1843 if (lastrow < startrow+height) { in rpng2_x_redisplay_image()