Searched defs:style (Results 1 - 25 of 112) sorted by relevance

12345

/haiku-fatelf/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.h31 Style *style; member in struct:style_map
/haiku-fatelf/src/apps/icon-o-matic/style/
H A DRemoveStylesCommand.h44 Style* style; member in struct:RemoveStylesCommand::StyleInfo
H A DAssignStyleCommand.cpp23 AssignStyleCommand(Shape* shape, Style* style) argument
H A DSetColorCommand.cpp28 SetColorCommand::SetColorCommand(Style* style, argument
H A DSetGradientCommand.cpp28 SetGradientCommand::SetGradientCommand(Style* style, argument
/haiku-fatelf/src/tests/kits/interface/bfont/
H A DDumpFontList.cpp29 font_style style; local
/haiku-fatelf/src/apps/icon-o-matic/
H A DUtil.cpp24 new_style(rgb_color color, StyleContainer* container, Style** style, AddStylesCommand** command) argument
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddemangle.c145 set_demangling_style(char *style) argument
[all...]
/haiku-fatelf/src/preferences/appearance/
H A DFontMenu.cpp29 font_style *style = (font_style*)malloc(sizeof(font_style)); local
40 font_style *style = (font_style*)malloc(sizeof(font_style)); local
77 PlaceCheckMarkOnFont(font_family family, font_style style) argument
[all...]
H A DMenuView.cpp228 font_style *style; local
/haiku-fatelf/src/bin/gdb/libiberty/testsuite/
H A Dtest-demangle.c128 enum demangling_styles style = auto_demangling; local
[all...]
/haiku-fatelf/src/bin/
H A Dlistfont.cpp111 font_style style; local
123 fontName << family << "/" << style; local
/haiku-fatelf/src/kits/interface/textview_support/
H A DStyleBuffer.h27 STEStyle style; // style info member in struct:STEStyleRun
41 STEStyle style; // style info member in struct:STEStyleRecord
/haiku-fatelf/src/libs/icon/style/
H A DStyleContainer.cpp51 StyleContainer::AddStyle(Style* style) argument
58 StyleContainer::AddStyle(Style* style, int32 index) argument
80 StyleContainer::RemoveStyle(Style* style) argument
96 Style* style = (Style*)fStyles.RemoveItem(index); local
180 Style* style = StyleAtFast(i); local
197 _NotifyStyleAdded(Style* style, int32 index) const argument
[all...]
/haiku-fatelf/src/servers/app/font/
H A DFontFamily.cpp24 font_score(const FontStyle* style) argument
76 FontStyle* style = fStyles.RemoveItemAt(i); local
102 AddStyle(FontStyle *style) argument
133 RemoveStyle(FontStyle* style) argument
170 FontStyle *style = fStyles.ItemAt(i); local
252 FontStyle* style = fStyles.ItemAt(i); local
270 FontStyle* style = fStyles.ItemAt(i); local
288 FontStyle* style = fStyles.ItemAt(i); local
[all...]
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Ddocuments.c188 xsltNewStyleDocument(xsltStylesheetPtr style, xmlDocPtr doc) { argument
215 xsltFreeStyleDocuments(xsltStylesheetPtr style) { argument
364 xsltLoadStyleDocument(xsltStylesheetPtr style, const xmlChar *URI) argument
[all...]
H A Dattrvt.c63 xsltNewAttrVT(xsltStylesheetPtr style) { argument
171 xsltCompileAttr(xsltStylesheetPtr style, xmlAttrPtr attr) { argument
[all...]
/haiku-fatelf/src/libs/icon/message/
H A DMessageImporter.cpp156 Style* style = new (nothrow) Style(&styleArchive); local
189 Style* style = styles->StyleAt(StyleIndexFor(styleIndex)); local
191 Style* style = styles->StyleAt(styleIndex); local
[all...]
/haiku-fatelf/src/add-ons/input_server/methods/canna/
H A DCannaLooper.cpp111 font_style style; local
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DBookmark.cpp16 bool Bookmark::Definition::Matches(font_family* family, font_style* style, float size) const argument
42 font_style style; local
130 font_style style; local
164 BString family, style, expand; local
[all...]
/haiku-fatelf/src/apps/icon-o-matic/gui/
H A DStyleView.cpp249 StyleView::SetStyle(Style* style) argument
/haiku-fatelf/src/apps/icon-o-matic/import_export/message/
H A DMessageExporter.cpp69 Style* style = styles->StyleAtFast(i); local
141 MessageExporter::_Export(const Style* style, BMessage* into) const argument
161 Style* style = shape->Style(); local
/haiku-fatelf/src/apps/webpositive/support/
H A DSettingsMessage.cpp300 font_style style; local
471 const char* style; local
/haiku-fatelf/src/libs/icon/
H A DIcon.cpp61 Style* style = other.fStyles->StyleAtFast(i); local
/haiku-fatelf/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DBoxTest.cpp32 BorderStyleRadioButton(const char* label, border_style style) argument

Completed in 152 milliseconds

12345