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

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

Completed in 53 milliseconds