Searched refs:textRect (Results 26 - 32 of 32) sorted by relevance

12

/haiku/src/apps/processcontroller/
H A DMemoryBarMenuItem.cpp166 BRect textRect(rect.left - kMargin - gMemoryTextWidth, frame.top,
168 menu->FillRect(textRect, B_SOLID_LOW);
/haiku/src/kits/interface/
H A DColorControl.cpp123 BRect textRect(0.0f, 0.0f, 0.0f, 0.0f);
127 textRect.right = labelWidth + StringWidth("999999");
132 textRect.bottom = labelHeight;
136 fRedText = new BTextControl(textRect, "_red", red, "0",
149 textRect.OffsetBy(0, _TextRectOffset());
150 fGreenText = new BTextControl(textRect, "_green", green, "0",
163 textRect.OffsetBy(0, _TextRectOffset());
164 fBlueText = new BTextControl(textRect, "_blue", blue, "0",
H A DAbstractSpinner.cpp189 SpinnerTextView(BRect rect, BRect textRect);
526 SpinnerTextView::SpinnerTextView(BRect rect, BRect textRect) argument
528 BTextView(rect, "textview", textRect, B_FOLLOW_ALL,
1506 BRect textRect(rect.OffsetToCopy(B_ORIGIN));
1508 fTextView = new SpinnerTextView(rect, textRect);
H A DTextControl.cpp1110 BRect textRect(frame.OffsetToCopy(B_ORIGIN));
1112 fText = new BPrivate::_BTextInput_(frame, textRect,
H A DTextView.cpp246 BTextView::BTextView(BRect frame, const char* name, BRect textRect, argument
260 _InitObject(textRect, NULL, NULL);
265 BTextView::BTextView(BRect frame, const char* name, BRect textRect, argument
280 _InitObject(textRect, initialFont, initialColor);
3177 \param textRect The BTextView's text rect.
3182 BTextView::_InitObject(BRect textRect, const BFont* initialFont, argument
3218 fTextRect = textRect;
3253 _UpdateInsets(textRect);
/haiku/headers/os/interface/
H A DTextView.h49 BRect textRect, uint32 resizeMask,
53 BRect textRect, const BFont* initialFont,
285 void _InitObject(BRect textRect,
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1064 BRect textRect(0.0, top + TEXT_INSET,
1066 printJob.DrawView(fTextView, textRect, B_ORIGIN);

Completed in 74 milliseconds

12