Home
last modified time | relevance | path

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

/haiku/headers/libs/agg/
H A Dagg_pixfmt_rgba.h2356 pixfmt_custom_blend_rgba() : m_rbuf(0), m_comp_op(3) {} in pixfmt_custom_blend_rgba()
2359 m_comp_op(comp_op)
2402 void comp_op(unsigned op) { m_comp_op = op; } in comp_op()
2403 unsigned comp_op() const { return m_comp_op; } in comp_op()
2428 m_comp_op, in copy_pixel()
2437 m_comp_op, in blend_pixel()
2449 blender_type::blend_pix(m_comp_op, p, c.r, c.g, c.b, c.a, 255); in copy_hline()
2461 m_comp_op, in copy_vline()
2476 blender_type::blend_pix(m_comp_op, p, c.r, c.g, c.b, c.a, cover); in blend_hline()
2490 m_comp_op, in blend_vline()
[all …]