Searched refs:endOfRow (Results 1 – 2 of 2) sorted by relevance
306 unsigned char *endOfRow=src+width*PS; \307 while(src<endOfRow) \366 unsigned char *endOfRow=dst+width*PS; \367 while(dst<endOfRow) \
1265 LayoutUnit endOfRow = m_rowPositions[coordinate.rows.resolvedFinalPosition.next().toInt()]; in endOfRowForChild() local1267 return rowPosition + std::max<LayoutUnit>(0, endOfRow - startOfRow - child.logicalHeight()); in endOfRowForChild()1288 LayoutUnit endOfRow = m_rowPositions[coordinate.rows.resolvedFinalPosition.next().toInt()]; in centeredRowPositionForChild() local1291 return startOfRow + std::max<LayoutUnit>(0, endOfRow - startOfRow - child.logicalHeight()) / 2; in centeredRowPositionForChild()