Searched refs:fNoPhotoOffsets (Results 1 – 2 of 2) sorted by relevance
90 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 …]
72 BPoint fNoPhotoOffsets[4]; variable