Searched refs:BLEND_SUBPIX (Results 1 – 10 of 10) sorted by relevance
/haiku/src/servers/app/drawing/Painter/drawing_modes/ |
H A D | DrawingModeInvertSUBPIX.h | 21 BLEND_SUBPIX(d, 255 - _p.data8[2], 255 - _p.data8[1], 255 - _p.data8[0], \
|
H A D | DrawingModeEraseSUBPIX.h | 19 BLEND_SUBPIX(d, r, g, b, a1, a2, a3); \
|
H A D | DrawingModeOverSUBPIX.h | 19 BLEND_SUBPIX(d, r, g, b, a1, a2, a3) \
|
H A D | DrawingModeSelectSUBPIX.h | 19 BLEND_SUBPIX(d, r, g, b, a1, a2, a3); \
|
H A D | DrawingModeMaxSUBPIX.h | 23 BLEND_SUBPIX(d, (r), (g), (b), a1, a2, a3); \
|
H A D | DrawingModeMinSUBPIX.h | 23 BLEND_SUBPIX(d, (r), (g), (b), a1, a2, a3); \
|
H A D | DrawingModeBlendSUBPIX.h | 25 BLEND_SUBPIX(d, rt, gt, bt, a1, a2, a3); \
|
H A D | DrawingModeAddSUBPIX.h | 24 BLEND_SUBPIX(d, rt, gt, bt, a1, a2, a3); \
|
H A D | DrawingModeSubtractSUBPIX.h | 24 BLEND_SUBPIX(d, rt, gt, bt, a1, a2, a3); \
|
H A D | DrawingMode.h | 39 #define BLEND_SUBPIX(d, r, g, b, a1, a2, a3) \ macro
|