Searched refs:style (Results 76 - 100 of 130) sorted by relevance

123456

/haiku/src/libs/icon/
H A DIcon.cpp59 Style* style = other.fStyles.ItemAtFast(i); local
60 Style* clone = new (nothrow) Style(*style);
/haiku/src/apps/resedit/
H A DBitmapView.h41 virtual void SetStyle(border_style style);
/haiku/src/apps/haikudepot/textview/
H A DTextEditor.h56 void SetCharacterStyle(::CharacterStyle style);
H A DParagraph.cpp20 Paragraph::Paragraph(const ParagraphStyle& style) argument
22 fStyle(style),
82 Paragraph::SetStyle(const ParagraphStyle& style) argument
84 fStyle = style;
H A DTextEditor.cpp140 TextEditor::SetCharacterStyle(::CharacterStyle style) argument
142 if (fStyleAtCaret == style)
145 fStyleAtCaret = style;
148 // TODO: Apply style to selection range
H A DTextDocumentLayout.cpp386 const ParagraphStyle& style = info.layout->Style(); local
389 y += style.SpacingTop();
394 y += info.layout->Height() + style.SpacingBottom();
H A DParagraphLayout.h219 const CharacterStyle& style);
225 const CharacterStyle& style);
/haiku/src/apps/mail/
H A DContent.cpp395 int32 length, const BFont& font, text_run_array* style, int32 maxStyles)
397 text_run* runs = style->runs;
398 int32 index = style->count;
473 // insert style for each quote level
549 style->count = index;
2403 TextRunArray style(count / 8 + 8);
2407 &style.Array(), style.MaxEntries());
2409 text_run_array &array = style.Array();
2425 fView->Insert(fView->TextLength(), line, count, &style
[all...]
H A DContent.h239 struct text_run_array *style; member in struct:TTextView::spell_mark
307 const char* line, int32 length, const BFont& font, text_run_array* style,
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js555 this.style = 0;
571 this.style = remoteMessage.dataView.readUint16();
1057 var style;
1059 style = this.pattern.data[0] == 0 ? this.lowColor : this.highColor;
1061 style = style == this.lowColor ? 'transparent' : 'white';
1063 style = style.toColor(this.unsetAlpha);
1065 style = this.pattern.toPattern(context,
1071 context.fillStyle = context.strokeStyle = style;
[all...]
/haiku/src/kits/shared/
H A DSettingsMessage.cpp342 font_style style; local
343 value.GetFamilyAndStyle(&family, &style);
348 ret = fontMessage.AddString("style", style);
537 const char* style; local
540 || fontMessage.FindString("style", &style) != B_OK
546 if (value.SetFamilyAndStyle(family, style) != B_OK)
/haiku/src/apps/icon-o-matic/gui/
H A DStyleView.cpp56 BView("style view", 0),
67 // style type
208 // gradient to the style gradient. Setting this here would cause to
253 StyleView::SetStyle(Style* style) argument
255 if (fStyle == style)
263 fStyle = style;
339 message.AddPointer("style", fStyle);
/haiku/headers/private/print/
H A DTemplate.h75 virtual void SetFontStyle(char *style);
H A DPictureIterator.h81 virtual void SetFontStyle(char *style) { } argument
H A DPicturePrinter.h80 virtual void SetFontStyle(char *style);
/haiku/src/kits/print/
H A DTemplate.cpp180 void Template::SetFontStyle(char *style) { argument
H A DPictureIterator.cpp72 static void _SetFontStyle(void *p, char *style) { return ((PictureIterator *) p)->SetFontStyle(style); } argument
132 (void *)_SetFontStyle, // 38 SetFontStyle(void *user, char *style)
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp463 font_style style; local
464 font.GetFamilyAndStyle(&family, &style);
466 _SetFontStyle(family, style);
480 font_style style; local
481 font.GetFamilyAndStyle(&family, &style);
483 _SetFontStyle(family, style);
497 font_style style; local
498 font.GetFamilyAndStyle(&family, &style);
500 _SetFontStyle(family, style);
753 font_style style; local
1275 font_style style; local
[all...]
/haiku/src/apps/terminal/
H A DTerminalBuffer.cpp254 TerminalBuffer::SetCursorStyle(int32 style, bool blinking) argument
258 message.AddInt32("style", style);
H A DTerminalLine.h92 inline void SetUnder(int style) argument
94 underlineStyle = style;
/haiku/src/servers/app/
H A DServerFont.h31 ServerFont(FontStyle& style,
74 void SetStyle(FontStyle* style);
H A DDesktopSettings.cpp158 const char* style; local
162 && settings.FindString("plain style", &style) == B_OK
164 FontStyle* fontStyle = gFontManager->GetStyle(family, style);
170 && settings.FindString("bold style", &style) == B_OK
172 FontStyle* fontStyle = gFontManager->GetStyle(family, style);
178 && settings.FindString("fixed style", &style) == B_OK
180 FontStyle* fontStyle = gFontManager->GetStyle(family, style);
[all...]
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleter.h154 void SetCompletionStyle(CompletionStyle* style);
/haiku/headers/libs/agg/
H A Dagg_rasterizer_cells_aa.h69 void style(const cell_type& style_cell);
201 m_curr_cell.style(m_style_cell);
309 AGG_INLINE void rasterizer_cells_aa<Cell>::style(const cell_type& style_cell) function in class:agg::rasterizer_cells_aa
311 m_style_cell.style(style_cell);
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp451 font_style style; local
453 sFont->GetFamilyAndStyle(&family, &style);
488 font_style style; local
490 sFont->GetFamilyAndStyle(&family, &style);

Completed in 161 milliseconds

123456