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

/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp2328 BRect alignedRect = BLayoutUtils::AlignInFrame( local
2332 view->DrawBitmap(icon, alignedRect.LeftTop());
2368 BRect alignedRect(BLayoutUtils::AlignOnRect(rect,
2372 BPoint location(alignedRect.LeftTop());
2381 BPoint location(alignedRect.left + textOffset,
2382 alignedRect.top + ceilf(fontHeight.ascent));
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp2328 BRect alignedRect = BLayoutUtils::AlignInFrame(rect, local
2332 view->DrawBitmap(icon, alignedRect.LeftTop());
2365 BRect alignedRect(BLayoutUtils::AlignOnRect(rect,
2369 BPoint location(alignedRect.LeftTop());
2379 BPoint location(alignedRect.left + textOffset,
2380 alignedRect.top + ceilf(fontHeight.ascent));

Completed in 64 milliseconds