Searched refs:fillGradient (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.cpp1025 BGradientLinear fillGradient; local
1026 fillGradient.SetStart(rect.LeftTop() + BPoint(3, 3));
1027 fillGradient.SetEnd(rect.LeftBottom() + BPoint(3, -3));
1036 fillGradient.AddColor(tint_color(base, 0.85), 0);
1037 fillGradient.AddColor(base, 255);
1045 fillGradient.AddColor(tint_color(base, 0.95), 0);
1046 fillGradient.AddColor(tint_color(base, 1.0), 255);
1082 fillGradient);
1087 fillGradient);
1097 fillGradient);
1660 BGradientLinear fillGradient; local
1933 BGradientLinear fillGradient; local
[all...]
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp1666 BGradientLinear fillGradient; local
1667 fillGradient.SetStart(rect.LeftTop() + BPoint(3, 3));
1668 fillGradient.SetEnd(rect.LeftBottom() + BPoint(3, -3));
1677 fillGradient.AddColor(tint_color(base, 0.85), 0);
1678 fillGradient.AddColor(base, 255);
1686 fillGradient.AddColor(tint_color(base, 0.75), 0);
1687 fillGradient.AddColor(tint_color(base, 1.03), 255);
1723 fillGradient);
1728 fillGradient);
1738 fillGradient);
1836 BGradientLinear fillGradient; local
2857 BGradientLinear fillGradient; local
3126 BGradientLinear fillGradient; local
3278 _DrawRoundCornerLeftTop(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeColor, const rgb_color& frameColor, const rgb_color& bevelColor, const BGradientLinear& fillGradient) argument
3328 _DrawRoundCornerBackgroundLeftTop(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& bevelColor, const BGradientLinear& fillGradient) argument
3354 _DrawRoundCornerRightTop(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeTopColor, const rgb_color& edgeRightColor, const rgb_color& frameTopColor, const rgb_color& frameRightColor, const rgb_color& bevelTopColor, const rgb_color& bevelRightColor, const BGradientLinear& fillGradient) argument
3420 _DrawRoundCornerBackgroundRightTop(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& bevelTopColor, const rgb_color& bevelRightColor, const BGradientLinear& fillGradient) argument
3450 _DrawRoundCornerLeftBottom(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeLeftColor, const rgb_color& edgeBottomColor, const rgb_color& frameLeftColor, const rgb_color& frameBottomColor, const rgb_color& bevelLeftColor, const rgb_color& bevelBottomColor, const BGradientLinear& fillGradient) argument
3516 _DrawRoundCornerBackgroundLeftBottom(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& bevelLeftColor, const rgb_color& bevelBottomColor, const BGradientLinear& fillGradient) argument
3546 _DrawRoundCornerRightBottom(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeColor, const rgb_color& frameColor, const rgb_color& bevelColor, const BGradientLinear& fillGradient) argument
3596 _DrawRoundCornerBackgroundRightBottom(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& bevelColor, const BGradientLinear& fillGradient) argument
[all...]
/haiku/headers/private/interface/
H A DHaikuControlLook.h436 const BGradientLinear& fillGradient);
447 const BGradientLinear& fillGradient);
458 const BGradientLinear& fillGradient);
472 const BGradientLinear& fillGradient);
483 const BGradientLinear& fillGradient);
497 const BGradientLinear& fillGradient);
505 const BGradientLinear& fillGradient);
517 const BGradientLinear& fillGradient);
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h425 char fillGradient[64]; member in struct:NSVGattrib
991 shape->fill.gradient = nsvg__createGradient(p, attr->fillGradient, localBounds, &shape->fill.type);
1733 nsvg__parseUrl(attr->fillGradient, value);

Completed in 75 milliseconds