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

/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp214 int32 fCropLeft; member in class:CropView
496 fCropLeft(left),
518 size.width -= fCropLeft + fCropRight;
534 size.width -= fCropLeft + fCropRight;
550 fTarget->MoveTo(-fCropLeft, -fCropTop);
551 fTarget->ResizeTo(Bounds().Width() + fCropLeft + fCropRight,

Completed in 64 milliseconds