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

/haiku/src/tools/translation/inspector/
H A DImageView.cpp61 #define BORDER_HEIGHT 16 macro
102 BORDER_HEIGHT - PEN_SIZE,
104 fpbitmap->Bounds().Height() + BORDER_HEIGHT + PEN_SIZE));
106 DrawBitmap(fpbitmap, BPoint(BORDER_WIDTH, BORDER_HEIGHT));
238 range = rctbitmap.Height() + (BORDER_HEIGHT * 2) - rctview.Height();
240 prop = rctview.Height() / (rctbitmap.Height() + (BORDER_HEIGHT * 2));
603 pbar->Bounds().Height() + B_H_SCROLL_BAR_HEIGHT + (BORDER_HEIGHT * 2) + 1;

Completed in 86 milliseconds