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

/haiku-fatelf/src/tests/kits/game/file_game_sound_test/
H A DFileSoundWindow.cpp41 BRect textBounds(appBounds.left + 10, appBounds.top + 10, appBounds.right - 70, appBounds.top + 20);
42 textControl = new BTextControl(textBounds,"filechosen","Play file:","No file chosen yet.", NULL);
52 BRect browseBounds(textBounds.right + 5,textBounds.top, appBounds.right - 5, textBounds.bottom);
57 BRect playBounds(textBounds.left,textBounds.bottom + 15, textBounds.left + 50, textBounds.bottom + 25);
/haiku-fatelf/src/apps/webpositive/
H A DAuthenticationPanel.cpp141 BRect textBounds(0, 0, 250, 200);
142 BTextView* textView = new BTextView(textBounds, "text", textBounds,
/haiku-fatelf/src/preferences/appearance/
H A DAntialiasingSettingsView.cpp123 BRect textBounds = Bounds(); local
125 textBounds, "unavailable label", textBounds, &infoFont, &infoColor,
/haiku-fatelf/src/apps/stylededit/
H A DStyledEditView.cpp33 StyledEditView::StyledEditView(BRect viewFrame, BRect textBounds, argument
35 : BTextView(viewFrame, "textview", textBounds,
H A DStyledEditWindow.cpp1085 BRect textBounds = viewFrame; local
1086 textBounds.OffsetTo(B_ORIGIN);
1087 textBounds.InsetBy(TEXT_INSET, TEXT_INSET);
1089 fTextView= new StyledEditView(viewFrame, textBounds, this);

Completed in 109 milliseconds