Home
last modified time | relevance | path

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

/haiku/src/apps/resedit/
H A DBitmapView.cpp90 fNoPhotoOffsets[0].Set((Bounds().Width() - fNoPhotoWidths[0]) / 2, totalheight + yoffset); in BitmapView()
91 fNoPhotoOffsets[1].Set((Bounds().Width() - fNoPhotoWidths[1]) / 2, in BitmapView()
92 fNoPhotoOffsets[0].y + totalheight); in BitmapView()
93 fNoPhotoOffsets[2].Set((Bounds().Width() - fNoPhotoWidths[2]) / 2, in BitmapView()
94 fNoPhotoOffsets[1].y + totalheight); in BitmapView()
95 fNoPhotoOffsets[3].Set((Bounds().Width() - fNoPhotoWidths[3]) / 2, in BitmapView()
96 fNoPhotoOffsets[2].y + totalheight); in BitmapView()
286 DrawString("Drop", fNoPhotoOffsets[0]); in Draw()
287 DrawString("a", fNoPhotoOffsets[1]); in Draw()
288 DrawString("Photo", fNoPhotoOffsets[2]); in Draw()
[all …]
H A DBitmapView.h72 BPoint fNoPhotoOffsets[4]; variable