Home
last modified time | relevance | path

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

/dports/devel/efl/efl-1.25.1/src/lib/evas/common/
H A Devas_draw_main.c270 pixman_color_t pixman_color; in evas_common_draw_context_set_color() local
272 pixman_color.alpha = (dc->col.col & 0xff000000) >> 16; in evas_common_draw_context_set_color()
273 pixman_color.red = (dc->col.col & 0x00ff0000) >> 8; in evas_common_draw_context_set_color()
274 pixman_color.green = (dc->col.col & 0x0000ff00); in evas_common_draw_context_set_color()
275 pixman_color.blue = (dc->col.col & 0x000000ff) << 8; in evas_common_draw_context_set_color()
277 dc->col.pixman_color_image = pixman_image_create_solid_fill(&pixman_color); in evas_common_draw_context_set_color()
/dports/games/libretro-2048/libretro-2048-35a299c/pixman/pixman/
H A Dpixman.h144 typedef struct pixman_color pixman_color_t;
150 struct pixman_color struct
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/libpixman/src/
H A Dpixman.h149 typedef struct pixman_color pixman_color_t;
155 struct pixman_color struct
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/libpixman/src/
H A Dpixman.h149 typedef struct pixman_color pixman_color_t;
155 struct pixman_color struct
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/libpixman/src/
H A Dpixman.h149 typedef struct pixman_color pixman_color_t;
155 struct pixman_color struct
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/libpixman/src/
H A Dpixman.h148 typedef struct pixman_color pixman_color_t;
154 struct pixman_color struct
/dports/www/firefox/firefox-99.0/gfx/cairo/libpixman/src/
H A Dpixman.h148 typedef struct pixman_color pixman_color_t;
154 struct pixman_color struct
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/libpixman/src/
H A Dpixman.h148 typedef struct pixman_color pixman_color_t;
154 struct pixman_color struct
/dports/x11/pixman/pixman-0.40.0/pixman/
H A Dpixman.h144 typedef struct pixman_color pixman_color_t;
150 struct pixman_color struct
/dports/x11/pixman/stage/usr/local/include/pixman-1/
H A Dpixman.h144 typedef struct pixman_color pixman_color_t;
150 struct pixman_color struct
/dports/games/libretro-2048/libretro-2048-35a299c/cairo/src/
H A Dcairo-image-surface.c4260 pixman_color_t pixman_color; in _cairo_image_surface_fill_rectangles() local
4270 pixman_color.red = color->red_short; in _cairo_image_surface_fill_rectangles()
4271 pixman_color.green = color->green_short; in _cairo_image_surface_fill_rectangles()
4272 pixman_color.blue = color->blue_short; in _cairo_image_surface_fill_rectangles()
4273 pixman_color.alpha = color->alpha_short; in _cairo_image_surface_fill_rectangles()
4291 &pixman_color, in _cairo_image_surface_fill_rectangles()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/cairo/src/
H A Dcairo-image-surface.c4346 pixman_color_t pixman_color; in _cairo_image_surface_fill_rectangles() local
4356 pixman_color.red = color->red_short; in _cairo_image_surface_fill_rectangles()
4357 pixman_color.green = color->green_short; in _cairo_image_surface_fill_rectangles()
4358 pixman_color.blue = color->blue_short; in _cairo_image_surface_fill_rectangles()
4359 pixman_color.alpha = color->alpha_short; in _cairo_image_surface_fill_rectangles()
4377 &pixman_color, in _cairo_image_surface_fill_rectangles()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/cairo/src/
H A Dcairo-image-surface.c4346 pixman_color_t pixman_color; in _cairo_image_surface_fill_rectangles() local
4356 pixman_color.red = color->red_short; in _cairo_image_surface_fill_rectangles()
4357 pixman_color.green = color->green_short; in _cairo_image_surface_fill_rectangles()
4358 pixman_color.blue = color->blue_short; in _cairo_image_surface_fill_rectangles()
4359 pixman_color.alpha = color->alpha_short; in _cairo_image_surface_fill_rectangles()
4377 &pixman_color, in _cairo_image_surface_fill_rectangles()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/cairo/src/
H A Dcairo-image-surface.c4346 pixman_color_t pixman_color; in _cairo_image_surface_fill_rectangles() local
4356 pixman_color.red = color->red_short; in _cairo_image_surface_fill_rectangles()
4357 pixman_color.green = color->green_short; in _cairo_image_surface_fill_rectangles()
4358 pixman_color.blue = color->blue_short; in _cairo_image_surface_fill_rectangles()
4359 pixman_color.alpha = color->alpha_short; in _cairo_image_surface_fill_rectangles()
4377 &pixman_color, in _cairo_image_surface_fill_rectangles()