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

/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp366 BPoint markerPos; local
367 markerPos.y = b.bottom + 4.0;
372 markerPos.x = b.left + (b.Width() * step->offset);
377 StrokeLine(markerPos + leftBottom + BPoint(1.0, 4.0),
378 markerPos + rightBottom + BPoint(-1.0, 4.0), B_SOLID_LOW);
390 BRect rect(markerPos.x + leftBottom.x, markerPos.y,
391 markerPos.x + rightBottom.x, markerPos.y + rightBottom.y);
395 StrokeTriangle(markerPos, markerPo
[all...]

Completed in 77 milliseconds