fCenter
if (fCenter != NULL)
DrawBitmap(fCenter, BPoint(fOffset - 3, fOffset - 3));
fCenter = new BBitmap(theRect, B_CMAP8);
fCenter->SetBits(picH, len, 0, B_CMAP8);
BBitmap *fCenter;
fCenter = centerRect;
BRect fCenter;
BPoint fCenter;