Home
last modified time | relevance | path

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

/haiku/src/servers/app/drawing/Painter/drawing_modes/
H A DPixelFormat.cpp147 fBlendColorHSpan(blend_color_hspan_empty), in PixelFormat()
179 fBlendColorHSpan = blend_color_hspan_over; in SetDrawingMode()
187 fBlendColorHSpan = blend_color_hspan_erase; in SetDrawingMode()
195 fBlendColorHSpan = blend_color_hspan_invert; in SetDrawingMode()
203 fBlendColorHSpan = blend_color_hspan_select; in SetDrawingMode()
215 fBlendColorHSpan = blend_color_hspan_copy_solid; in SetDrawingMode()
222 fBlendColorHSpan = blend_color_hspan_copy; in SetDrawingMode()
231 fBlendColorHSpan = blend_color_hspan_add; in SetDrawingMode()
239 fBlendColorHSpan = blend_color_hspan_subtract; in SetDrawingMode()
247 fBlendColorHSpan = blend_color_hspan_blend; in SetDrawingMode()
[all …]
H A DPixelFormat.h177 blend_color_span fBlendColorHSpan; variable
188 fBlendColorHSpan = T::blend_color_hspan; in SetAggCompOpAdapter()
284 fBlendColorHSpan(x, y, len, colors, covers, cover, in blend_color_hspan()