Lines Matching refs:fBorderRegion
39 fBorderRegion(), in WindowLayer()
203 fBorderRegion.Set(BRect(fFrame.left - 4, fFrame.top - 20, in GetBorderRegion()
205 fBorderRegion.Include(BRect(fFrame.left - 4, fFrame.top - 4, in GetBorderRegion()
207 fBorderRegion.Include(BRect(fFrame.left - 4, fFrame.top, in GetBorderRegion()
209 fBorderRegion.Include(BRect(fFrame.right + 1, fFrame.top, in GetBorderRegion()
211 fBorderRegion.Include(BRect(fFrame.left - 4, fFrame.bottom + 1, in GetBorderRegion()
213 fBorderRegion.Include(BRect(fFrame.right - 10, fFrame.bottom - 10, in GetBorderRegion()
218 *region = fBorderRegion; in GetBorderRegion()
253 BRegion dirty(fBorderRegion); in SetFocus()
276 fBorderRegion.OffsetBy(x, y); in MoveBy()
306 dirtyRegion->Include(&fBorderRegion); in ResizeBy()