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

/haiku/headers/private/interface/
H A DViewPrivate.h122 float which_high_color_tint; member in class:BPrivate::ViewState
/haiku/src/kits/interface/
H A DView.cpp149 which_high_color_tint = B_NO_TINT;
238 info.whichHighColorTint = which_high_color_tint;
659 ret = data->AddFloat("_uitint", fState->which_high_color_tint);
2492 && fState->which_high_color_tint == tint)
2506 fState->which_high_color_tint = tint;
2534 fOwner->fLink->Read<float>(&fState->which_high_color_tint);
2543 *tint = fState->which_high_color_tint;
2675 && fState->which_high_color_tint == B_NO_TINT
6257 fState->which_high_color_tint);
6320 fState->high_color = tint_color(color, fState->which_high_color_tint);
[all...]

Completed in 279 milliseconds