Home
last modified time | relevance | path

Searched refs:modeBlend (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/interface/
H A DView.cpp559 int16 modeBlend; in BView() local
561 && archive->FindInt16("_blend", 1, &modeBlend) == B_OK) in BView()
562 SetBlendingMode( (source_alpha)alphaBlend, (alpha_function)modeBlend); in BView()