Home
last modified time | relevance | path

Searched refs:STYLE_TYPE_GRADIENT (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/icon-o-matic/gui/
H A DStyleView.cpp50 STYLE_TYPE_GRADIENT, enumerator
73 message->AddInt32("type", STYLE_TYPE_GRADIENT); in StyleView()
328 _MarkType(fStyleType->Menu(), STYLE_TYPE_GRADIENT); in _SetGradient()
373 } else if (type == STYLE_TYPE_GRADIENT) { in _SetStyleType()
/haiku/src/libs/icon/flat_icon/
H A DFlatIconFormat.h27 STYLE_TYPE_GRADIENT = 2, enumerator
H A DFlatIconImporter.cpp313 } else if (styleType == STYLE_TYPE_GRADIENT) { in _ParseStyles()
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.cpp258 styleType = STYLE_TYPE_GRADIENT; in _WriteStyles()
301 } else if (styleType == STYLE_TYPE_GRADIENT) { in _WriteStyles()