Home
last modified time | relevance | path

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

/haiku/headers/libs/agg/
H A Dagg_pixfmt_rgba.h2357 pixfmt_custom_blend_rgba(rbuf_type& rb, unsigned comp_op=3) :
2359 m_comp_op(comp_op)
2402 void comp_op(unsigned op) { m_comp_op = op; } in comp_op() function
2403 unsigned comp_op() const { return m_comp_op; } in comp_op() function