Home
last modified time | relevance | path

Searched refs:GRADIENT_CIRCULAR (Results 1 – 6 of 6) sorted by relevance

/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGExporter.cpp372 if (gradient->Type() == GRADIENT_CIRCULAR) { in _ExportGradient()
385 if (gradient->Type() == GRADIENT_CIRCULAR) { in _ExportGradient()
437 if (gradient->Type() == GRADIENT_CIRCULAR) { in _ExportGradient()
H A DDocumentBuilder.cpp279 gradient.SetType(GRADIENT_CIRCULAR); in _AddShape()
/haiku/src/libs/icon/style/
H A DGradientTransformable.h30 GRADIENT_CIRCULAR, enumerator
H A DGradientTransformable.cpp542 case GRADIENT_CIRCULAR: in string_for_type()
576 case GRADIENT_CIRCULAR: in GradientArea()
/haiku/src/apps/icon-o-matic/gui/
H A DStyleView.cpp87 message->AddInt32("type", GRADIENT_CIRCULAR); in StyleView()
/haiku/src/libs/icon/
H A DIconRenderer.cpp217 case GRADIENT_CIRCULAR: { in generate_span()