Searched refs:alphaFunctionMode (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/private/app/
H A DServerProtocolStructs.h34 alpha_function alphaFunctionMode; member in struct:ViewSetStateInfo
/haiku/headers/private/interface/
H A DPicturePlayer.h87 alpha_function alphaFunctionMode);
/haiku/src/servers/app/
H A DDrawState.cpp245 fAlphaFncMode = info.alphaFunctionMode;
313 info.viewStateInfo.alphaFunctionMode = fAlphaFncMode;
/haiku/src/kits/interface/
H A DPicturePlayer.cpp1562 const uint16* alphaFunctionMode; local
1565 || !reader.Get(alphaFunctionMode)) {
1571 (alpha_function)*alphaFunctionMode);
H A DView.cpp249 info.alphaFunctionMode = alpha_function_mode;
319 alpha_function_mode = info.viewStateInfo.alphaFunctionMode;
700 alpha_function alphaFunctionMode; local
701 GetBlendingMode(&alphaSourceMode, &alphaFunctionMode);
705 ret = data->AddInt16("_blend", (int16)alphaFunctionMode);

Completed in 146 milliseconds