Searched refs:fMarkerPosition (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorField.cpp109 v1 = fMarkerPosition.x / Width();
110 v2 = 1.0 - fMarkerPosition.y / Height();
115 v1 = fMarkerPosition.x / Width();
116 v2 = 1.0 - fMarkerPosition.y / Height();
118 v1 = fMarkerPosition.y / Height();
119 v2 = 1.0 - fMarkerPosition.x / Width();
125 v1 = fMarkerPosition.x / Width() * 6.0;
126 v2 = 1.0 - fMarkerPosition.y / Height();
173 StrokeEllipse(fMarkerPosition + bounds.LeftTop(), 5.0, 5.0);
175 StrokeEllipse(fMarkerPosition
[all...]
H A DColorField.h85 BPoint fMarkerPosition; member in class:ColorField

Completed in 39 milliseconds