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

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

Completed in 40 milliseconds