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

/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorSlider.h26 ColorSlider(BPoint offsetPoint,
H A DColorField.cpp34 ColorField::ColorField(BPoint offsetPoint, SelectedColorMode mode, argument
37 .OffsetToCopy(offsetPoint),
H A DColorSlider.cpp45 ColorSlider::ColorSlider(BPoint offsetPoint, SelectedColorMode mode, argument
47 : BControl(BRect(0.0, 0.0, 35.0, 265.0).OffsetToCopy(offsetPoint),
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp348 BPoint offsetPoint; local
349 offsetPoint.x = where.x - fIconRect.left;
350 offsetPoint.y = where.y - fIconRect.top;
351 if (IconCache::sIconCache->IconHitTest(offsetPoint, fIconModel,
366 offsetPoint.x = fClickPoint.x - fIconRect.left;
367 offsetPoint.y = fClickPoint.y - fIconRect.top;
369 = IconCache::sIconCache->IconHitTest(offsetPoint,

Completed in 86 milliseconds