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

/haiku/headers/private/interface/
H A DViewPrivate.h119 float which_low_color_tint; member in class:BPrivate::ViewState
/haiku/src/kits/interface/
H A DView.cpp152 which_low_color_tint = B_NO_TINT;
239 info.whichLowColorTint = which_low_color_tint;
661 ret = data->AddFloat("_uitint", fState->which_low_color_tint);
2599 && fState->which_low_color_tint == tint)
2613 fState->which_low_color_tint = tint;
2641 fOwner->fLink->Read<float>(&fState->which_low_color_tint);
2650 *tint = fState->which_low_color_tint;
2676 && fState->which_low_color_tint == B_NO_TINT;
6261 fState->which_low_color_tint);
6314 fState->low_color = tint_color(color, fState->which_low_color_tint);
[all...]

Completed in 89 milliseconds