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

/haiku/src/add-ons/translators/wonderbrush/
H A DLayer.cpp121 blend_colors(dstHandle,
148 blend_colors(dstHandle,
175 blend_colors(dstHandle,
294 blend_colors(dstHandle,
328 blend_colors(dstHandle,
361 blend_colors(dstHandle,
380 blend_colors(dstHandle, srcHandle);
392 blend_colors(dstHandle, srcHandle, alphaOverride);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DAlphaSlider.cpp275 // blend_colors
277 blend_colors(uint8* d, uint8 alpha, uint8 c1, uint8 c2, uint8 c3) function
338 blend_colors(p, alpha,
343 blend_colors(p, alpha,
350 blend_colors(p, alpha,
355 blend_colors(p, alpha,
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp498 blend_colors(uint8* d, uint8 alpha, uint8 c1, uint8 c2, uint8 c3) function
565 blend_colors(p, alpha,
570 blend_colors(p, alpha,
577 blend_colors(p, alpha,
582 blend_colors(p, alpha,
/haiku/src/add-ons/translators/wonderbrush/support/
H A Dblending.h113 // blend_colors
115 blend_colors(uint8* bottom, uint8 alpha, function
159 // blend_colors
161 blend_colors(uint8* bottom, uint8 alpha, uint8 c1, uint8 c2, uint8 c3) function
177 // blend_colors
179 blend_colors(uint8* bottom, uint8* source, uint8 alphaOverride) function
196 // blend_colors
198 blend_colors(uint8* bottom, uint8* source) function
395 // blend_colors
397 blend_colors(uint function
427 blend_colors(uint8* bottom, uint8* source, uint8 alphaOverride) function
458 blend_colors(uint8* bottom, uint8* source) function
[all...]
/haiku/src/apps/showimage/
H A DShowImageView.cpp102 blend_colors(uint8* d, uint8 r, uint8 g, uint8 b, uint8 a) function
135 blend_colors(p, kAlphaLow.red, kAlphaLow.green, kAlphaLow.blue, alpha);
137 blend_colors(p, kAlphaHigh.red, kAlphaHigh.green, kAlphaHigh.blue, alpha);
141 blend_colors(p, kAlphaHigh.red, kAlphaHigh.green, kAlphaHigh.blue, alpha);
143 blend_colors(p, kAlphaLow.red, kAlphaLow.green, kAlphaLow.blue, alpha);

Completed in 96 milliseconds