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

/haiku/src/apps/resedit/
H A DBitmapView.cpp88 float totalheight = fh.ascent + fh.descent + fh.leading; local
89 float yoffset = (Bounds().Height() - 10 - (totalheight * 4)) / 2;
90 fNoPhotoOffsets[0].Set((Bounds().Width() - fNoPhotoWidths[0]) / 2, totalheight + yoffset);
92 fNoPhotoOffsets[0].y + totalheight);
94 fNoPhotoOffsets[1].y + totalheight);
96 fNoPhotoOffsets[2].y + totalheight);

Completed in 65 milliseconds