Home
last modified time | relevance | path

Searched refs:cairo_t (Results 1 – 25 of 46) sorted by relevance

12

/external/igt-gpu-tools/lib/
Digt_fb.h182 cairo_t *igt_get_cairo_ctx(int fd, struct igt_fb *fb);
183 void igt_put_cairo_ctx(int fd, struct igt_fb *fb, cairo_t *cr);
184 void igt_paint_color(cairo_t *cr, int x, int y, int w, int h,
186 void igt_paint_color_alpha(cairo_t *cr, int x, int y, int w, int h,
188 void igt_paint_color_gradient(cairo_t *cr, int x, int y, int w, int h,
190 void igt_paint_color_gradient_range(cairo_t *cr, int x, int y, int w, int h,
193 void igt_paint_test_pattern(cairo_t *cr, int width, int height);
194 void igt_paint_image(cairo_t *cr, const char *filename,
196 int igt_cairo_printf_line(cairo_t *cr, enum igt_text_align align,
Digt_fb.c1214 void igt_paint_color(cairo_t *cr, int x, int y, int w, int h, in igt_paint_color()
1237 void igt_paint_color_alpha(cairo_t *cr, int x, int y, int w, int h, in igt_paint_color_alpha()
1260 igt_paint_color_gradient(cairo_t *cr, int x, int y, int w, int h, in igt_paint_color_gradient()
1293 igt_paint_color_gradient_range(cairo_t *cr, int x, int y, int w, int h, in igt_paint_color_gradient_range()
1310 paint_test_patterns(cairo_t *cr, int width, int height) in paint_test_patterns()
1347 int igt_cairo_printf_line(cairo_t *cr, enum igt_text_align align, in igt_cairo_printf_line()
1392 paint_marker(cairo_t *cr, int x, int y) in paint_marker()
1435 void igt_paint_test_pattern(cairo_t *cr, int width, int height) in igt_paint_test_pattern()
1483 void igt_paint_image(cairo_t *cr, const char *filename, in igt_paint_image()
1633 cairo_t *cr; in igt_create_color_fb()
[all …]
/external/harfbuzz_ng/util/
Dhelper-cairo.hh44 cairo_t *
51 helper_cairo_destroy_context (cairo_t *cr);
Dhelper-cairo-ansi.cc42 cairo_t *cr = cairo_create (new_surface); in helper_cairo_surface_write_to_ansi_stream()
Dhelper-cairo.cc341 cairo_t *
430 cairo_t *cr = cairo_create (surface); in helper_cairo_create_context()
457 helper_cairo_destroy_context (cairo_t *cr) in helper_cairo_destroy_context()
Dview-cairo.cc73 cairo_t *cr = helper_cairo_create_context (w + view_options.margin.l + view_options.margin.r, in render()
/external/harfbuzz_ng/src/
Dtest-ot-color.cc157 cairo_t *cr = cairo_create (surface); in layered_glyph_dump()
192 cairo_t *cr = cairo_create (surface); in layered_glyph_dump()
238 cairo_t *cr = cairo_create (surface); in dump_glyphs()
258 cairo_t *cr = cairo_create (surface); in dump_glyphs()
/external/icu/icu4c/source/samples/layout/
DGnomeFontInstance.h51 cairo_t *fCairo;
106 …void rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCount, const float *po…
DGnomeFontInstance.cpp184 void GnomeFontInstance::rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCoun… in rasterizeGlyphs()
/external/webrtc/examples/peerconnection/client/linux/
Dmain_wnd.h33 typedef struct _cairo cairo_t; typedef
81 void Draw(GtkWidget* widget, cairo_t* cr);
Dmain_wnd.cc137 gboolean Draw(GtkWidget* widget, cairo_t* cr, gpointer data) { in Draw()
505 void GtkMainWnd::Draw(GtkWidget* widget, cairo_t* cr) { in Draw()
/external/igt-gpu-tools/prebuilt-intermediates/
Dcairo.h3 typedef struct _cairo cairo_t; typedef
/external/igt-gpu-tools/tests/
Dkms_plane_alpha_blend.c39 static void __draw_gradient(struct igt_fb *fb, int w, int h, double a, cairo_t *cr) in __draw_gradient()
59 cairo_t *cr = igt_get_cairo_ctx(fb->fd, fb); in draw_gradient()
68 cairo_t *cr = igt_get_cairo_ctx(fb->fd, fb); in draw_gradient_coverage()
84 cairo_t *cr = igt_get_cairo_ctx(fb->fd, fb); in draw_squares()
98 cairo_t *cr = igt_get_cairo_ctx(fb->fd, fb); in draw_squares_coverage()
173 cairo_t *cr; in prepare_crtc()
Dkms_cursor_crc.c68 static void draw_cursor(cairo_t *cr, int x, int y, int cw, int ch, double a) in draw_cursor()
153 cairo_t *cr; in do_single_test()
224 cairo_t *cr; in do_fail_test()
403 cairo_t *cr; in test_cursor_alpha()
462 cairo_t *cr; in create_cursor_fb()
511 cairo_t *cr; in test_cursor_size()
Dkms_psr2_su.c73 cairo_t *cr;
122 cairo_t *cr; in prepare()
Dtestdisplay.c229 cairo_t *cr = igt_get_cairo_ctx(drm_fd, fb_info); in paint_color_key()
238 static void paint_image(cairo_t *cr, const char *file) in paint_image()
271 cairo_t *cr = igt_get_cairo_ctx(drm_fd, fb); in paint_output_info()
Dkms_plane_cursor.c101 cairo_t *cr = igt_get_cairo_ctx(fb->fd, fb); in draw_color()
121 cairo_t *cr; in test_cursor_pos()
Dkms_crtc_background_color.c57 cairo_t *cr; in paint_background()
Dkms_plane.c136 cairo_t *cr; in create_fb_for_mode__position()
265 cairo_t *cr; in create_fb_for_mode__panning()
443 cairo_t *cr; in test_format_plane_color()
/external/oss-fuzz/projects/cairo/targets/
Dpdf_surface_fuzzer.c25 cairo_t *cr; in LLVMFuzzerTestOneInput()
Dtext_glyphs_fuzzer.c24 cairo_t *cr; in LLVMFuzzerTestOneInput()
Draster_fuzzer.c34 cairo_t *cr; in LLVMFuzzerTestOneInput()
/external/igt-gpu-tools/overlay/
Dchart.h60 void chart_draw(struct chart *chart, cairo_t *cr);
/external/igt-gpu-tools/tests/amdgpu/
Damd_color.c133 cairo_t *cr = igt_get_cairo_ctx(fb->fd, fb); in draw_color()
143 cairo_t *cr = igt_get_cairo_ctx(fb->fd, fb); in draw_gamma_test()
/external/igt-gpu-tools/overlay/x11/
Dx11-window.c59 cairo_t *cr; in x11_window_show()

12