Searched refs:markRectBorderTint (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/icon-o-matic/gui/
H A DPathListView.cpp85 float markRectBorderTint = B_DARKEN_1_TINT; local
91 markRectBorderTint = B_LIGHTEN_2_TINT;
99 owner->SetHighColor(tint_color(owner->LowColor(), markRectBorderTint));
H A DStyleListView.cpp91 float markRectBorderTint = B_DARKEN_1_TINT; local
97 markRectBorderTint = B_LIGHTEN_2_TINT;
105 owner->SetHighColor(tint_color(owner->LowColor(), markRectBorderTint));

Completed in 80 milliseconds