Searched refs:_ICON_NAMESPACE (Results 1 - 10 of 10) sorted by relevance

/haiku/src/libs/icon/
H A DIconBuild.h12 # define _ICON_NAMESPACE :: macro
17 # define _ICON_NAMESPACE BPrivate::Icon:: macro
H A DIconRenderer.h77 const _ICON_NAMESPACE GammaTable& GammaTable() const
98 _ICON_NAMESPACE GammaTable fGammaTable;
/haiku/src/libs/icon/shape/
H A DShape.h50 public _ICON_NAMESPACE Transformable,
56 class Shape : public _ICON_NAMESPACE Transformable,
61 Shape(_ICON_NAMESPACE Style* style);
112 inline _ICON_NAMESPACE Style* Style() const
119 _ICON_NAMESPACE VertexSource& VertexSource();
133 void _NotifyStyleChanged(_ICON_NAMESPACE Style* oldStyle,
134 _ICON_NAMESPACE Style* newStyle) const;
140 void SetStyle(_ICON_NAMESPACE Style* style);
144 _ICON_NAMESPACE Style* fStyle;
H A DPathSourceShape.h28 class PathSourceShape : public _ICON_NAMESPACE Shape {
34 PathSourceShape(_ICON_NAMESPACE Style* style);
56 void SetStyle(_ICON_NAMESPACE Style* style)
58 inline _ICON_NAMESPACE Style* Style() const
H A DReferenceImage.h31 class ReferenceImage : public _ICON_NAMESPACE Shape {
H A DReferenceImage.cpp28 : Shape(new (nothrow) _ICON_NAMESPACE Style()),
53 : Shape(new (nothrow) _ICON_NAMESPACE Style()),
73 : Shape(new (nothrow) _ICON_NAMESPACE Style()),
/haiku/src/apps/icon-o-matic/document/
H A DDocument.h52 void SetIcon(_ICON_NAMESPACE Icon* icon);
53 inline _ICON_NAMESPACE Icon* Icon() const
61 _ICON_NAMESPACE Icon* fIcon;
H A DDocument.cpp30 fIcon(new (nothrow) _ICON_NAMESPACE Icon()),
87 Document::SetIcon(_ICON_NAMESPACE Icon* icon)
/haiku/src/libs/icon/style/
H A DStyle.h75 void SetGradient(const _ICON_NAMESPACE Gradient*
77 _ICON_NAMESPACE Gradient* Gradient() const
102 _ICON_NAMESPACE Gradient* fGradient;
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.h57 void SetGradient(const _ICON_NAMESPACE Gradient*
59 _ICON_NAMESPACE Gradient* Gradient() const
77 _ICON_NAMESPACE Gradient* fGradient;

Completed in 57 milliseconds