Searched refs:CAIRO_UNPREMULTIPLY (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_base/ext/pango/ |
D | gsttextrender.c | 403 #define CAIRO_UNPREMULTIPLY(a,r,g,b) G_STMT_START { \ macro 433 CAIRO_UNPREMULTIPLY (a, r, g, b); in gst_text_renderer_image_to_ayuv() 467 CAIRO_UNPREMULTIPLY (p[0], p[1], p[2], p[3]); in gst_text_renderer_image_to_argb()
|
/third_party/gstreamer/gstplugins_bad/ext/rsvg/ |
D | gstrsvgdec.c | 119 #define CAIRO_UNPREMULTIPLY(a,r,g,b) G_STMT_START { \ macro
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstceaccoverlay.c | 64 #define CAIRO_UNPREMULTIPLY(a,r,g,b) G_STMT_START { \ macro 1217 CAIRO_UNPREMULTIPLY (p[0], p[1], p[2], p[3]); in gst_cea_cc_overlay_image_to_argb() 1250 CAIRO_UNPREMULTIPLY (a, r, g, b); in gst_cea_cc_overlay_image_to_ayuv()
|