Searched refs:fStyle (Results 1 - 19 of 19) sorted by relevance

/haiku/src/apps/icon-o-matic/style/
H A DSetGradientCommand.cpp31 fStyle(style),
47 if (!fStyle)
49 if (fGradient && fStyle->Gradient()) {
50 if (*fGradient == *fStyle->Gradient()) {
70 if (fStyle->Gradient()) {
73 *fGradient = *fStyle->Gradient();
75 fGradient = new (nothrow) Gradient(*fStyle->Gradient());
88 fStyle->SetGradient(clone);
H A DSetColorCommand.cpp31 fStyle(style),
46 return fStyle && fStyle->Color() != fColor ? B_OK : B_NO_INIT;
48 rgb_color color = fStyle->Color();
49 return fStyle && *(uint32*)&color != *(uint32*)&fColor ?
59 rgb_color previous = fStyle->Color();
60 fStyle->SetColor(fColor);
H A DSetColorCommand.h41 Style* fStyle; member in class:SetColorCommand
H A DSetGradientCommand.h40 Style* fStyle; member in class:SetGradientCommand
/haiku/src/apps/haikudepot/textview/
H A DTextSpan.cpp13 fStyle(),
24 fStyle(style),
35 fStyle(other.fStyle),
47 fStyle = other.fStyle;
59 && fStyle == other.fStyle
85 fStyle = style;
152 return TextSpan(subString, fStyle);
[all...]
H A DParagraph.h27 { return fStyle; }
52 ParagraphStyle fStyle; member in class:Paragraph
H A DTextSpan.h32 { return fStyle; }
57 CharacterStyle fStyle; member in class:TextSpan
H A DParagraph.cpp15 fStyle()
22 fStyle(style),
31 fStyle(other.fStyle),
41 fStyle = other.fStyle;
55 return fStyle == other.fStyle
84 fStyle = style;
336 Paragraph result(fStyle);
[all...]
/haiku/src/apps/icon-o-matic/gui/
H A DStyleView.cpp59 fStyle(NULL),
192 if (!fStyle)
215 fStyle, controlGradient));
231 } else if (object == fStyle) {
234 _SetGradient(fStyle->Gradient(), false, true);
235 if (fCurrentColor && !fStyle->Gradient())
236 fCurrentColor->SetColor(fStyle->Color());
255 if (fStyle == style)
258 if (fStyle) {
259 fStyle
[all...]
H A DStyleView.h73 Style* fStyle; member in class:StyleView
/haiku/src/servers/app/
H A DServerFont.h62 { return fStyle->GlyphCount(); }
70 { return fStyle->Path(); }
72 { return fStyle->FreeTypeFace()->face_index; }
82 { return fStyle->ID(); }
84 { return fStyle->Family()->ID(); }
106 { return fStyle->IsFixedWidth(); }
108 { return fStyle->IsScalable(); }
110 { return fStyle->HasKerning(); }
112 { return fStyle->HasTuned(); }
114 { return fStyle
193 fStyle; member in class:ServerFont
[all...]
H A DServerFont.cpp134 fStyle(&style, false),
151 fStyle(NULL)
163 fStyle(NULL)
194 SetStyle(font.fStyle);
223 return fStyle->TunedCount();
234 return fStyle->FileFormat();
241 return fStyle->Name();
248 return fStyle->Family()->Name();
255 if (style && style != fStyle) {
256 fStyle
[all...]
/haiku/src/libs/icon/shape/
H A DShape.cpp61 fStyle(NULL),
97 fStyle(NULL),
111 SetStyle(other.fStyle);
394 if (fStyle == style)
398 if (fStyle) {
399 fStyle->RemoveObserver(this);
400 fStyle->ReleaseReference();
402 ::Style* oldStyle = fStyle;
405 fStyle = style;
408 if (fStyle) {
[all...]
H A DShape.h113 { return fStyle; }
144 _ICON_NAMESPACE Style* fStyle; member in class:Shape
/haiku/src/kits/interface/
H A DBox.cpp50 fStyle(border)
59 fStyle(border)
71 fStyle(border)
83 fStyle(B_FANCY_BORDER)
118 if (fStyle != B_FANCY_BORDER && ret == B_OK)
119 ret = archive->AddInt32("_style", fStyle);
128 if (border == fStyle)
131 fStyle = border;
145 return fStyle;
244 switch (fStyle) {
[all...]
H A DSlider.cpp54 fStyle(thumbType),
84 fStyle(thumbType),
114 fStyle(thumbType),
186 fStyle = (thumb_style)sstyle;
188 fStyle = B_BLOCK_THUMB;
293 ret = archive->AddInt16("_sstyle", fStyle);
950 if (fStyle == B_BLOCK_THUMB) {
1111 if (fStyle == B_BLOCK_THUMB)
1180 if (fStyle == B_BLOCK_THUMB) {
1370 fStyle
[all...]
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DSliderTest.cpp70 fStyle(style)
74 thumb_style fStyle; member in class:SliderTest::ThumbStyleRadioButton
434 fSlider->SetStyle(button->fStyle);
/haiku/headers/os/interface/
H A DBox.h96 border_style fStyle; member in class:BBox
H A DSlider.h216 thumb_style fStyle; member in class:BSlider

Completed in 101 milliseconds