Searched refs:modeBlend (Results 1 – 1 of 1) sorted by relevance
559 int16 modeBlend; in BView() local561 && archive->FindInt16("_blend", 1, &modeBlend) == B_OK) in BView()562 SetBlendingMode( (source_alpha)alphaBlend, (alpha_function)modeBlend); in BView()