Home
last modified time | relevance | path

Searched refs:cairo_surface_t (Results 1 – 25 of 28) sorted by relevance

12

/external/igt-gpu-tools/lib/
Digt_frame.h35 void igt_write_compared_frames_to_png(cairo_surface_t *reference,
36 cairo_surface_t *capture,
39 bool igt_check_analog_frame_match(cairo_surface_t *reference,
40 cairo_surface_t *capture);
41 bool igt_check_checkerboard_frame_match(cairo_surface_t *reference,
42 cairo_surface_t *capture);
Digt_frame.c60 static void igt_write_frame_to_png(cairo_surface_t *surface, int fd, in igt_write_frame_to_png()
105 void igt_write_compared_frames_to_png(cairo_surface_t *reference, in igt_write_compared_frames_to_png()
106 cairo_surface_t *capture, in igt_write_compared_frames_to_png()
169 bool igt_check_analog_frame_match(cairo_surface_t *reference, in igt_check_analog_frame_match()
170 cairo_surface_t *capture) in igt_check_analog_frame_match()
303 bool igt_check_checkerboard_frame_match(cairo_surface_t *reference, in igt_check_checkerboard_frame_match()
304 cairo_surface_t *capture) in igt_check_checkerboard_frame_match()
Digt_fb.h92 cairo_surface_t *cairo_surface;
180 cairo_surface_t *igt_get_cairo_surface(int fd, struct igt_fb *fb);
181 cairo_surface_t *igt_cairo_image_surface_create_from_png(const char *filename);
Digt_chamelium.c109 cairo_surface_t *fb_surface;
132 static void chamelium_do_calculate_fb_crc(cairo_surface_t *fb_surface,
1413 static cairo_surface_t *convert_frame_dump_argb32(const struct chamelium_frame_dump *dump) in convert_frame_dump_argb32()
1415 cairo_surface_t *dump_surface; in convert_frame_dump_argb32()
1445 static void compared_frames_dump(cairo_surface_t *reference, in compared_frames_dump()
1446 cairo_surface_t *capture, in compared_frames_dump()
1492 cairo_surface_t *fb_surface; in chamelium_assert_frame_eq()
1538 cairo_surface_t *reference; in chamelium_assert_crc_eq_or_dump()
1539 cairo_surface_t *capture; in chamelium_assert_crc_eq_or_dump()
1586 cairo_surface_t *reference; in chamelium_assert_frame_match_or_dump()
[all …]
Digt_fb.c1459 cairo_surface_t *igt_cairo_image_surface_create_from_png(const char *filename) in igt_cairo_image_surface_create_from_png()
1461 cairo_surface_t *image; in igt_cairo_image_surface_create_from_png()
1486 cairo_surface_t *image; in igt_paint_image()
1754 cairo_surface_t *image; in igt_create_image_fb()
3323 cairo_surface_t *igt_get_cairo_surface(int fd, struct igt_fb *fb) in igt_get_cairo_surface()
3373 cairo_surface_t *surface; in igt_get_cairo_ctx()
3457 cairo_surface_t *surf = igt_get_cairo_surface(src->fd, src); in igt_fb_convert_with_stride()
/external/igt-gpu-tools/overlay/
Doverlay.h57 cairo_surface_t *surface;
87 cairo_surface_t *x11_overlay_create(struct config *config, int *width, int *height);
90 static inline cairo_surface_t *x11_overlay_create(struct config *config, int *width, int *height) {… in x11_overlay_create()
95 cairo_surface_t *x11_window_create(struct config *config, int *width, int *height);
97 static inline cairo_surface_t *x11_window_create(struct config *config, int *width, int *height) { … in x11_window_create()
100 cairo_surface_t *kms_overlay_create(struct config *config, int *width, int *height);
Doverlay.c63 static void overlay_show(cairo_surface_t *surface) in overlay_show()
75 static void overlay_position(cairo_surface_t *surface, enum position p)
86 static void overlay_hide(cairo_surface_t *surface)
131 cairo_surface_t *surface;
/external/oss-fuzz/projects/cairo/targets/
Draster_fuzzer.c19 static cairo_surface_t *
21 cairo_surface_t *target, in acquire()
28 release (cairo_pattern_t *pattern, void *closure, cairo_surface_t *surface) in release()
35 cairo_surface_t *surface; in LLVMFuzzerTestOneInput()
Dsurface_write_png_fuzzer.c19 cairo_surface_t *image; in LLVMFuzzerTestOneInput()
20 cairo_surface_t *surface; in LLVMFuzzerTestOneInput()
Dpdf_surface_fuzzer.c26 cairo_surface_t *surface; in LLVMFuzzerTestOneInput()
Dtext_glyphs_fuzzer.c25 cairo_surface_t *surface; in LLVMFuzzerTestOneInput()
/external/harfbuzz_ng/util/
Dhelper-cairo.cc45 static cairo_surface_t *
51 cairo_surface_t *surface; in _cairo_eps_surface_create_for_stream()
180 cairo_surface_t *surface;
199 static cairo_surface_t *
206 cairo_surface_t *surface; in _cairo_ansi_surface_create_for_stream()
257 static cairo_surface_t *
264 cairo_surface_t *surface; in _cairo_png_surface_create_for_stream()
347 cairo_surface_t *(*constructor) (cairo_write_func_t write_func, in helper_cairo_create_context()
351 cairo_surface_t *(*constructor2) (cairo_write_func_t write_func, in helper_cairo_create_context()
417 cairo_surface_t *surface; in helper_cairo_create_context()
Dhelper-cairo-ansi.cc34 helper_cairo_surface_write_to_ansi_stream (cairo_surface_t *surface, in helper_cairo_surface_write_to_ansi_stream()
41 cairo_surface_t *new_surface = cairo_image_surface_create (CAIRO_FORMAT_RGB24, width, height); in helper_cairo_surface_write_to_ansi_stream()
Dhelper-cairo-ansi.hh35 helper_cairo_surface_write_to_ansi_stream (cairo_surface_t *surface,
/external/igt-gpu-tools/overlay/x11/
Dx11-window.c39 cairo_surface_t *front;
108 cairo_surface_t *
114 cairo_surface_t *surface; in x11_window_create()
Drgb2yuv.h34 int rgb2yuv(cairo_surface_t *rgb, XvImage *image, uint8_t *yuv);
Dx11-overlay.c122 cairo_surface_t *
126 cairo_surface_t *surface; in x11_overlay_create()
Drgb2yuv.c63 int rgb2yuv(cairo_surface_t *surface, XvImage *image, uint8_t *yuv) in rgb2yuv()
/external/harfbuzz_ng/src/
Dtest-ot-color.cc156 cairo_surface_t *surface = cairo_image_surface_create (CAIRO_FORMAT_ARGB32, 1, 1); in layered_glyph_dump()
191 cairo_surface_t *surface = cairo_svg_surface_create (output_path, extents.width, extents.height); in layered_glyph_dump()
237 cairo_surface_t *surface = cairo_image_surface_create (CAIRO_FORMAT_ARGB32, 1, 1); in dump_glyphs()
257cairo_surface_t *surface = cairo_svg_surface_create (output_path, extents.width, extents.height); in dump_glyphs()
/external/igt-gpu-tools/prebuilt-intermediates/
Dcairo.h2 typedef struct _cairo_surface cairo_surface_t; typedef
/external/igt-gpu-tools/tools/
Dintel_framebuffer_dump.c82 cairo_surface_t *surface; in main()
/external/igt-gpu-tools/tests/i915/
Dgem_render_copy.c203 cairo_surface_t *surface; in scratch_buf_write_to_png()
256 cairo_surface_t *surface; in scratch_buf_aux_write_to_png()
279 cairo_surface_t *surface; in scratch_buf_draw_pattern()
/external/igt-gpu-tools/overlay/kms/
Dkms-overlay.c218 cairo_surface_t *
/external/ImageMagick/coders/
Dpango.c112 cairo_surface_t in ReadPANGOImage()
/external/igt-gpu-tools/tests/
Dkms_chamelium.c2206 static void blit_plane_cairo(data_t *data, cairo_surface_t *result, in blit_plane_cairo()
2213 cairo_surface_t *surface; in blit_plane_cairo()
2214 cairo_surface_t *clipped_surface; in blit_plane_cairo()
2267 cairo_surface_t *result_surface, in prepare_randomized_plane()
2344 cairo_surface_t *result_surface; in test_display_planes_random()

12