Home
last modified time | relevance | path

Searched refs:BORDER_WIDTH (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tools/translation/inspector/
H A DImageView.cpp60 #define BORDER_WIDTH 16 macro
101 BRect(BORDER_WIDTH - PEN_SIZE, in Draw()
103 fpbitmap->Bounds().Width() + BORDER_WIDTH + PEN_SIZE, in Draw()
106 DrawBitmap(fpbitmap, BPoint(BORDER_WIDTH, BORDER_HEIGHT)); in Draw()
227 range = rctbitmap.Width() + (BORDER_WIDTH * 2) - rctview.Width(); in AdjustScrollBars()
229 prop = rctview.Width() / (rctbitmap.Width() + (BORDER_WIDTH * 2)); in AdjustScrollBars()
601 width = fpbitmap->Bounds().Width() + B_V_SCROLL_BAR_WIDTH + (BORDER_WIDTH * 2); in SetImage()