Home
last modified time | relevance | path

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

/haiku/src/tools/translation/inspector/
H A DImageView.cpp62 #define PEN_SIZE 1.0f macro
77 SetPenSize(PEN_SIZE); in ImageView()
101 BRect(BORDER_WIDTH - PEN_SIZE, in Draw()
102 BORDER_HEIGHT - PEN_SIZE, in Draw()
103 fpbitmap->Bounds().Width() + BORDER_WIDTH + PEN_SIZE, in Draw()
104 fpbitmap->Bounds().Height() + BORDER_HEIGHT + PEN_SIZE)); in Draw()