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

/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.h98 BRect fCaretBounds; member in class:TextDocumentView
H A DTextDocumentView.cpp32 fCaretBounds(),
511 if (fCaretBounds.IsValid())
512 Invalidate(fCaretBounds);
550 fCaretBounds = BRect(x1, y1, x2, y2);
551 fCaretBounds.OffsetBy(fInsetLeft, fInsetTop);
554 FillRect(fCaretBounds);

Completed in 34 milliseconds