Home
last modified time | relevance | path

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

/haiku/src/apps/resedit/
H A DBitmapView.cpp81 fNoPhotoWidths[0] = StringWidth("Drop"); in BitmapView()
82 fNoPhotoWidths[1] = StringWidth("a"); in BitmapView()
83 fNoPhotoWidths[2] = StringWidth("Photo"); in BitmapView()
84 fNoPhotoWidths[3] = StringWidth("Here"); in BitmapView()
90 fNoPhotoOffsets[0].Set((Bounds().Width() - fNoPhotoWidths[0]) / 2, totalheight + yoffset); in BitmapView()
91 fNoPhotoOffsets[1].Set((Bounds().Width() - fNoPhotoWidths[1]) / 2, in BitmapView()
93 fNoPhotoOffsets[2].Set((Bounds().Width() - fNoPhotoWidths[2]) / 2, in BitmapView()
95 fNoPhotoOffsets[3].Set((Bounds().Width() - fNoPhotoWidths[3]) / 2, in BitmapView()
H A DBitmapView.h71 float fNoPhotoWidths[4]; variable