Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjpeg_turbo/
Dturbojpeg.c306 unsigned char *endOfRow=src+width*PS; \
307 while(src<endOfRow) \
366 unsigned char *endOfRow=dst+width*PS; \
367 while(dst<endOfRow) \
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderGrid.cpp1265 LayoutUnit endOfRow = m_rowPositions[coordinate.rows.resolvedFinalPosition.next().toInt()]; in endOfRowForChild() local
1267 return rowPosition + std::max<LayoutUnit>(0, endOfRow - startOfRow - child.logicalHeight()); in endOfRowForChild()
1288 LayoutUnit endOfRow = m_rowPositions[coordinate.rows.resolvedFinalPosition.next().toInt()]; in centeredRowPositionForChild() local
1291 return startOfRow + std::max<LayoutUnit>(0, endOfRow - startOfRow - child.logicalHeight()) / 2; in centeredRowPositionForChild()