Searched refs:style (Results 101 - 125 of 130) sorted by relevance

123456

/haiku/src/apps/haikudepot/textview/
H A DTextDocument.cpp84 CharacterStyle style)
86 return Replace(textOffset, 0, text, style);
120 CharacterStyle style)
122 return Replace(textOffset, length, text, style,
698 // offset has to keep the paragraph style from that paragraph.
83 Insert(int32 textOffset, const BString& text, CharacterStyle style) argument
119 Replace(int32 textOffset, int32 length, const BString& text, CharacterStyle style) argument
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DSliderTest.cpp68 ThumbStyleRadioButton(const char* label, enum thumb_style style) argument
70 fStyle(style)
211 // the radio button group for selecting the thumb style
236 // the radio button group for selecting the thumb style
/haiku/headers/os/interface/
H A DFont.h182 const font_style style);
197 font_style* style) const;
H A DSlider.h132 virtual void SetStyle(thumb_style style);
/haiku/src/apps/terminal/
H A DTermParse.cpp644 // part of change cursor style DECSCUSR
987 // DECSCUSR - set cursor style VT520
990 int style = -1; local
996 style = BLOCK_CURSOR;
1000 style = UNDERLINE_CURSOR;
1004 style = IBEAM_CURSOR;
1008 if (style != -1)
1009 fBuffer->SetCursorStyle(style, blinking);
/haiku/src/kits/shared/
H A DCalendarView.cpp860 BDateFormatStyle style = B_LONG_DATE_FORMAT; local
862 while (style != B_DATE_FORMAT_STYLE_COUNT) {
863 _PopulateDayNames(style);
867 style = static_cast<BDateFormatStyle>(static_cast<int>(style) + 1);
873 BCalendarView::_PopulateDayNames(BDateFormatStyle style) argument
878 fDayNames[i], style);
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php824 <style type="text/css">
826 /* basic style */
838 </style>
865 out("<div style=\"text-align:right;\">Available displays: " .
/haiku/src/apps/resedit/
H A DBitmapView.cpp159 BitmapView::SetStyle(border_style style) argument
161 if (fBorderStyle != style) {
162 fBorderStyle = style;
526 // Try ArtPaint-style storage
529 // If that didn't work, try ShowImage-style
/haiku/src/kits/interface/
H A DPictureDataWriter.cpp733 PictureDataWriter::WriteSetFontStyle(const font_style style) argument
737 WriteData(style, strlen(style));
H A DBox.cpp662 int32 style; local
666 else if (archive->FindInt32("_style", &style) == B_OK)
667 fStyle = (border_style)style;
H A DPicturePlayer.cpp363 char* style = strndup(_style, length); local
366 style);
368 free(style);
1474 const char* style; local
1477 || !reader.GetRemaining(style, length)) {
1481 callbacks.set_font_style(userData, style, length);
H A DSlider.cpp1368 BSlider::SetStyle(thumb_style style) argument
1370 fStyle = style;
H A DView.cpp465 font_style style; local
467 && archive->FindString("_fname", 1, (const char**)&style) == B_OK) {
469 font.SetFamilyAndStyle(family, style);
630 font_style style; local
631 font.GetFamilyAndStyle(&family, &style);
634 ret = data->AddString("_fname", style);
1409 BView::BeginRectTracking(BRect startRect, uint32 style) argument
1414 fOwner->fLink->Attach<uint32>(style);
/haiku/src/apps/sudoku/
H A DSudokuView.cpp263 "<style type=\"text/css\">\n"
293 text << "</style>\n"
312 BString style = "sudoku_"; local
325 style << kStyles[right] << "_" << kStyles[bottom];
327 style << kStyles[right];
331 text << "class=\"sudoku sudoku_empty " << style; local
335 text << "class=\"sudoku sudoku_initial " << style local
344 text << "class=\"sudoku sudoku_filled sudoku_" << style local
/haiku/src/kits/print/
H A DPicturePrinter.cpp346 void PicturePrinter::SetFontStyle(char *style) { argument
347 Indent(); Print("SetFontStyle"); Print(style); Cr();
/haiku/headers/private/shared/
H A DCalendarView.h155 void _PopulateDayNames(BDateFormatStyle style);
/haiku/headers/private/interface/
H A DPictureDataWriter.h60 status_t WriteSetFontStyle(const font_style style);
/haiku/src/apps/mail/
H A DPrefs.cpp287 const char* style; local
420 style = NULL;
423 msg->FindString("style", &style);
424 fNewFont->SetFamilyAndStyle(family, style);
557 msg->AddString("style", f_style);
H A DMailWindow.cpp2166 text_run_array* style = text->RunArray(0, text->TextLength()); local
2168 fContentView->TextView()->SetText(text->Text(), text->TextLength(), style);
2170 free(style);
2265 TextRunArray style(length / 8 + 8);
2268 fContentView->TextView()->Text(), length, font, &style.Array(),
2269 style.MaxEntries());
2271 fContentView->TextView()->SetRunArray(0, length, &style.Array());
/haiku/headers/libs/agg/
H A Dagg_rasterizer_scanline_aa.h60 void style(const cell_aa&) {} function in struct:agg::cell_aa
/haiku/src/servers/app/
H A DServerApp.cpp1589 // 2) uint16 - style ID of added font
1645 // 2) uint16 - style ID of added font
1773 // 3) string - style
1787 FontStyle* style local
1789 if (style != NULL) {
1790 ServerFont font(*style, size);
1834 // 2) string - style
1853 // 2) uint16 - style ID
1930 // For each style:
1931 // 1) string - name of style
1957 FontStyle* style = family->StyleAt(i); local
2026 font_style style; local
[all...]
H A DPictureBoundingBoxPlayer.cpp632 BString style(_style, length);
634 FontStyle* fontStyle = gFontManager->GetStyle(font.Family(), style);
H A DServerPicture.cpp804 BString style(_style, length);
808 FontStyle* fontStyle = gFontManager->GetStyle(font.Family(), style);
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp423 // has the style been changed?
458 // bold style ("emboss" and "engrave" are currently the same, too)
462 // bold style
466 // bold style
474 // reset font to plain style
502 font_style style; local
503 font.GetFamilyAndStyle(&family, &style);
607 // output actual style information
/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.cpp247 font_style style; local
249 font.GetFamilyAndStyle(&family, &style);

Completed in 267 milliseconds

123456