Searched refs:yIncrement (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/apps/miniterminal/
H A DViewBuffer.cpp264 int32 yIncrement; local
279 yIncrement = -fColumns;
283 yIncrement = fColumns;
296 src += yIncrement;
297 dst += yIncrement;
/haiku/src/tests/kits/interface/bregion/
H A DRegionTestcase.cpp131 float yIncrement = (theRect.Height() + 1.0) / (numPointsPerSide - 1); local
141 float yCoord = theRect.top + (j * yIncrement);
/haiku/src/servers/app/drawing/
H A DDrawingEngine.cpp1589 int32 yIncrement; local
1594 yIncrement = -bytesPerRow;
1598 yIncrement = bytesPerRow;
1610 src += yIncrement;
1611 dst += yIncrement;
1622 src += yIncrement;
1623 dst += yIncrement;
1629 src += yIncrement;
1630 dst += yIncrement;

Completed in 43 milliseconds