Searched refs:style (Results 26 - 50 of 212) sorted by relevance

123456789

/haiku-fatelf/src/apps/icon-o-matic/style/
H A DRemoveStylesCommand.cpp42 fInfos[i].style = styles[i];
60 if (fInfos[i].style)
61 fInfos[i].style->Release();
80 if (!fInfos[i].style)
82 fContainer->RemoveStyle(fInfos[i].style);
87 if (!fInfos[i].style)
109 if (!fInfos[i].style)
111 if (!fContainer->AddStyle(fInfos[i].style, fInfos[i].index)) {
115 fContainer->RemoveStyle(fInfos[j].style);
129 shape->SetStyle(fInfos[i].style);
[all...]
H A DAssignStyleCommand.cpp24 Style* style)
28 fNewStyle(style)
23 AssignStyleCommand(Shape* shape, Style* style) argument
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dattrvt.c56 * @style: a XSLT process context
63 xsltNewAttrVT(xsltStylesheetPtr style) { argument
68 xsltTransformError(NULL, style, NULL,
70 if (style != NULL) style->errors++;
78 cur->next = style->attVTs;
83 style->attVTs = (xsltAttrVTPtr) cur;
163 * @style: a XSLT process context
171 xsltCompileAttr(xsltStylesheetPtr style, xmlAttrPtr attr) { argument
179 if ((style
[all...]
H A Dnamespaces.h28 xsltNamespaceAlias (xsltStylesheetPtr style,
56 (xsltStylesheetPtr style);
H A Dvariables.c763 xsltStylesheetPtr style; local
781 style = ctxt->style;
782 while (style != NULL) {
783 elem = style->variables;
786 if ((style->doc != NULL) && (style->doc->URL != NULL)) {
789 style->doc->URL));
816 xsltTransformError(ctxt, style, elem->comp->inst,
818 if (style !
855 xsltRegisterGlobalVariable(xsltStylesheetPtr style, const xmlChar *name, const xmlChar *ns_uri, const xmlChar *sel, xmlNodePtr tree, xsltStylePreCompPtr comp, const xmlChar *value) argument
952 xsltStylesheetPtr style; local
1482 xsltParseGlobalVariable(xsltStylesheetPtr style, xmlNodePtr cur) argument
1545 xsltParseGlobalParam(xsltStylesheetPtr style, xmlNodePtr cur) argument
[all...]
H A Dxsltutils.h88 xsltGetCNsProp (xsltStylesheetPtr style,
145 xsltStylesheetPtr style,
163 xsltStylesheetPtr style,
207 xsltGetQNameURI2 (xsltStylesheetPtr style,
217 xsltStylesheetPtr style);
221 xsltStylesheetPtr style,
226 xsltStylesheetPtr style);
230 xsltStylesheetPtr style);
235 xsltStylesheetPtr style);
241 xsltXPathCompile (xsltStylesheetPtr style,
[all...]
/haiku-fatelf/src/documentation/docbook-xsl/slides/browser/
H A DCTOCWidget.js71 viewItemHandle.style.cursor = 'pointer';
74 viewItemHandleImg.style.height = CTOCWidget._handleImages.height;
75 viewItemHandleImg.style.width = CTOCWidget._handleImages.width;
105 viewItemChildren.style.display = 'none';
106 viewItemChildren.style.position = 'relative';
107 viewItemChildren.style.left = '1em';
145 switch(domChildren.style.display)
149 domChildren.style.display = 'none';
153 domChildren.style.display = 'block';
H A Doverlay.js95 overlayDiv.style.left=overlayX;
96 overlayDiv.style.top=overlayY+document.body.scrollTop;
99 overlayDiv.style.visibility = "hidden";
107 document.overlayDiv.style.visibility = "hidden";
115 div.style.left = leftpx + "px";
116 div.style.top = toppx + "px";
117 div.style.width = widthpx + "px";
120 div.style.visibility = "hidden";
122 div.style.visibility = "visible";
/haiku-fatelf/headers/libs/agg/
H A Dagg_rasterizer_compound_aa.h60 void style(const cell_style_aa& c) function in struct:agg::cell_style_aa
127 void master_alpha(int style, double alpha);
171 unsigned style(unsigned style_idx) const;
197 // Sweeps one scanline with one style index. The style ID can be
198 // determined by calling style().
342 m_outline.style(cell);
464 style_info* style = &m_styles[style_id]; local
469 style->start_cell = 0;
470 style
489 style_info* style; local
590 unsigned rasterizer_compound_aa<Clip>::style(unsigned style_idx) const function in class:agg::rasterizer_compound_aa
658 master_alpha(int style, double alpha) argument
[all...]
/haiku-fatelf/src/apps/icon-o-matic/gui/
H A DStyleListView.h64 virtual void StyleAdded(Style* style, int32 index);
65 virtual void StyleRemoved(Style* style);
79 bool _AddStyle(Style* style, int32 index);
80 bool _RemoveStyle(Style* style);
82 StyleListItem* _ItemForStyle(Style* style) const;
86 void _SetStyleMarked(Style* style, bool marked);
97 // the style item will be marked that
/haiku-fatelf/src/servers/app/font/
H A DFontManager.cpp56 BString style; member in struct:FontManager::font_mapping
65 FontStyle* style = styles.ItemAt(i); local
67 if (nodeRef == style->NodeRef())
68 return style;
236 FontStyle* style = directory->styles.ItemAt(i); local
237 style->UpdatePath(directory->directory);
244 // find style in source and move it to the target
246 FontStyle* style = fromDirectory->FindStyle(nodeRef); local
247 if (style != NULL) {
248 fromDirectory->styles.RemoveItem(style, fals
305 _AddDefaultMapping(const char* family, const char* style, const char* path) argument
399 _RemoveStyle(font_directory& directory, FontStyle* style) argument
424 FontStyle* style = directory->FindStyle(nodeRef); local
438 FontStyle* style = GetStyle(familyName, styleName); local
460 FontStyle* style = _GetDefaultStyle(DEFAULT_PLAIN_FONT_FAMILY, local
611 FontStyle *style = new FontStyle(nodeRef, path.Path(), face); local
981 FontStyle* style = (FontStyle*)fStyleHashTable.GetValue(key); local
1088 FontStyle* style = family->GetStyleMatchingFace(face); local
1102 RemoveStyle(FontStyle* style) argument
[all...]
H A DFontManager.h57 FontStyle* GetStyle(const char* family, const char* style,
65 void RemoveStyle(FontStyle* style);
81 const char* style, const char* path);
84 const char* style = NULL);
101 FontStyle* style);
/haiku-fatelf/src/libs/icon/
H A DIconRenderer.cpp31 Style* style; member in struct:IconRenderer::StyleHandler::StyleItem
56 return styleItem->style->Gradient() == NULL;
64 bool AddStyle(Style* style, const Transformation& transformation) argument
66 if (!style)
71 item->style = style;
72 // if the style uses a gradient, the transformation
74 if (Gradient* gradient = style->Gradient()) {
102 printf("no style at index: %u!\n", styleIndex);
106 const rgb_color& c = styleItem->style
125 Style* style = styleItem->style; local
365 Style* style = shape->Style(); local
[all...]
/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
26 strcmp(style0, *style) == 0;
42 font_style style; local
45 font->GetFamilyAndStyle(&family, &style);
50 if (definition->Matches(&family, &style, size)) {
130 font_style style; local
141 if (get_font_style(family, j, &style, &flags) == B_OK && strcmp(s, style) == 0) {
164 BString family, style, expand; local
173 if (!scnr.ReadString(&style)) {
[all...]
/haiku-fatelf/headers/os/locale/
H A DLocale.h103 time_t time, BDateFormatStyle style) const;
105 BDateFormatStyle style,
109 time_t time, BDateFormatStyle style) const;
111 int& fieldCount, BDateFormatStyle style
121 time_t time, BTimeFormatStyle style) const;
125 BTimeFormatStyle style,
132 time_t time, BTimeFormatStyle style) const;
134 int& fieldCount, BTimeFormatStyle style
/haiku-fatelf/src/libs/icon/message/
H A DMessageImporter.cpp155 allStyles.FindMessage("style", i, &styleArchive) == B_OK; i++) {
156 Style* style = new (nothrow) Style(&styleArchive); local
157 if (!style || !styles->AddStyle(style)) {
158 delete style;
181 // find the right style
183 if (shapeArchive.FindInt32("style ref", &styleIndex) < B_OK) {
189 Style* style = styles->StyleAt(StyleIndexFor(styleIndex)); local
191 Style* style = styles->StyleAt(styleIndex); local
193 if (!style) {
[all...]
/haiku-fatelf/src/apps/icon-o-matic/
H A DUtil.h31 Style** style, AddStylesCommand** command);
/haiku-fatelf/src/preferences/appearance/
H A DFontMenu.h15 virtual status_t PlaceCheckMarkOnFont(font_family family, font_style style);
/haiku-fatelf/src/tests/kits/interface/bfont/
H A DDumpFontList.cpp29 font_style style; local
32 if (get_font_style(family, j, &style, &styleFlags) == B_OK) {
33 printf("\tstyle \"%s\" (0x%08lx)\n", style, styleFlags);
36 font.SetFamilyAndStyle(family, style);
93 printf("\tgetting style %ld failed\n", j);
/haiku-fatelf/src/apps/webpositive/support/
H A DFontSelectionView.cpp142 font_style style; local
143 fCurrentFont.GetFamilyAndStyle(NULL, &style);
153 styleItem = familyItem->Submenu()->FindItem(style);
174 const char* style; local
176 || message->FindString("style", &style) != B_OK)
186 fCurrentFont.SetFamilyAndStyle(family, style);
436 font_style style; local
437 fCurrentFont.GetFamilyAndStyle(&family, &style);
444 item = item->Submenu()->FindItem(style);
506 font_style style; local
[all...]
/haiku-fatelf/src/kits/locale/
H A DFormattingConventions.cpp408 BFormattingConventions::GetDateFormat(BDateFormatStyle style, argument
411 if (style < 0 || style >= B_DATE_FORMAT_STYLE_COUNT)
414 outFormat = fExplicitDateFormats[style].Length()
415 ? fExplicitDateFormats[style]
416 : fCachedDateFormats[style];
422 DateFormat::createDateInstance((DateFormat::EStyle)style, *fICULocale));
434 fCachedDateFormats[style] = outFormat;
441 BFormattingConventions::GetTimeFormat(BTimeFormatStyle style, argument
444 if (style <
509 SetExplicitDateFormat(BDateFormatStyle style, const BString& format) argument
517 SetExplicitTimeFormat(BTimeFormatStyle style, const BString& format) argument
[all...]
/haiku-fatelf/src/bin/
H A Dlistfont.cpp95 printf("name/style face spc. enc. "
111 font_style style; local
114 if (get_font_style(family, s, &style, &face, &flags) < B_OK)
118 printf("%s/%s\n", family, style);
123 fontName << family << "/" << style; local
127 font.SetFamilyAndStyle(family, style);
/haiku-fatelf/src/bin/gdb/libiberty/testsuite/
H A Dtest-demangle.c111 --format=<name> Sets the demangling style.
128 enum demangling_styles style = auto_demangling; local
164 style = auto_demangling;
167 style = cplus_demangle_name_to_style (format.data);
168 if (style == unknown_demangling)
170 printf ("FAIL at line %d: unknown demangling style %s\n",
200 style = cplus_demangle_name_to_style (fstyle);
201 if (style == unknown_demangling)
203 printf ("FAIL at line %d: unknown demangling style %s\n",
255 cplus_demangle_set_style (style);
[all...]
/haiku-fatelf/src/kits/interface/textview_support/
H A DStyleBuffer.cpp93 // look for style in buffer
97 // style not found, add it
107 fBuffer[index].style.font = *inFont;
108 fBuffer[index].style.color = *inColor;
114 const STEStyle style = { *inFont, *inColor }; local
119 style
146 if (*inFont == fBuffer[i].style.font
147 && *inColor == fBuffer[i].style.color) {
215 fNullStyle = fStyleRecord[fStyleRunDesc[index]->index]->style;
230 fNullStyle = fStyleRecord[fStyleRunDesc[index]->index]->style;
295 STEStyle style = fStyleRecord[runDesc.index]->style; local
554 const STEStyle* style = &fStyleRecord[styleIndex]->style; local
[all...]
/haiku-fatelf/src/servers/app/
H A DServerFont.cpp114 \param style Style object to which the ServerFont belongs
121 ServerFont::ServerFont(FontStyle& style, float size, argument
124 : fStyle(&style),
132 fDirection(style.Direction()),
133 fFace(style.Face()),
161 \brief Removes itself as a dependency of its owning style.
243 ServerFont::SetStyle(FontStyle* style) argument
245 if (style && style != fStyle) {
246 // detach from old style
272 FontStyle* style = NULL; local
300 uint16 style = fontID & 0xFFFF; local
317 FontStyle* style = NULL; local
[all...]

Completed in 308 milliseconds

123456789