Home
last modified time | relevance | path

Searched refs:pixman_box32_t (Results 1 – 25 of 34) sorted by relevance

12

/third_party/pixman/test/
Dregion-contains-test.c28 print_box (pixman_box32_t *box) in print_box()
36 pixman_box32_t *b, *bb; in random_coord()
96 crc32_box32 (uint32_t crc32, pixman_box32_t *box) in crc32_box32()
109 pixman_box32_t box; in test_region_contains_rectangle()
110 pixman_box32_t rbox = { 0, 0, 0, 0 }; in test_region_contains_rectangle()
126 pixman_box32_t *boxes; in test_region_contains_rectangle()
Dregion-test.c12 pixman_box32_t boxes[] = { in main()
17 pixman_box32_t boxes2[] = { in main()
21 pixman_box32_t boxes3[] = { in main()
26 pixman_box32_t *b; in main()
Dregion-translate-test.c13 pixman_box32_t rect = { -LARGE, -LARGE, LARGE, LARGE }; in main()
Daffine-bench.c73 const pixman_box32_t *extents, in compute_transformed_extents()
353 pixman_box32_t dest_box = { 0, 0, WIDTH, HEIGHT }; in main()
/third_party/pixman/pixman/
Dpixman-glyph.c323 pixman_box32_t *extents) in pixman_glyph_get_extents()
382 box32_intersect (pixman_box32_t *dest, in box32_intersect()
383 const pixman_box32_t *box1, in box32_intersect()
384 const pixman_box32_t *box2) in box32_intersect()
445 pixman_box32_t glyph_box; in pixman_composite_glyphs_no_mask()
446 pixman_box32_t *pbox; in pixman_composite_glyphs_no_mask()
448 pixman_box32_t composite_box; in pixman_composite_glyphs_no_mask()
513 pixman_box32_t dest_box; in add_glyphs()
539 pixman_box32_t glyph_box; in add_glyphs()
540 pixman_box32_t composite_box; in add_glyphs()
Dpixman.c167 pixman_box32_t * rbox = pixman_region32_rectangles (region, NULL); in clip_general_image()
168 pixman_box32_t * cbox = pixman_region32_rectangles (clip, NULL); in clip_general_image()
340 const pixman_box32_t *extents, in compute_transformed_extents()
404 const pixman_box32_t *extents, in analyze_extent()
412 pixman_box32_t exp_extents; in analyze_extent()
578 pixman_box32_t extents; in pixman_image_composite32()
582 const pixman_box32_t *pbox; in pixman_image_composite32()
842 pixman_box32_t stack_boxes[6]; in pixman_image_fill_rectangles()
843 pixman_box32_t *boxes; in pixman_image_fill_rectangles()
849 boxes = pixman_malloc_ab (sizeof (pixman_box32_t), n_rects); in pixman_image_fill_rectangles()
[all …]
Dpixman-utils.c244 pixman_box32_t *boxes32; in pixman_region16_copy_from_region32()
275 pixman_box32_t *boxes32; in pixman_region32_copy_from_region16()
276 pixman_box32_t tmp_boxes[N_TMP_BOXES]; in pixman_region32_copy_from_region16()
282 boxes32 = pixman_malloc_ab (n_boxes, sizeof (pixman_box32_t)); in pixman_region32_copy_from_region16()
Dpixman.h614 typedef struct pixman_box32 pixman_box32_t; typedef
637 pixman_box32_t extents;
654 const pixman_box32_t *boxes,
659 pixman_box32_t *extents);
713 pixman_box32_t *inv_rect);
719 pixman_box32_t *box);
723 pixman_box32_t *prect);
729 pixman_box32_t * pixman_region32_extents (pixman_region32_t *region);
735 pixman_box32_t * pixman_region32_rectangles (pixman_region32_t *region,
747 pixman_box32_t *box);
[all …]
Dpixman-region32.c33 typedef pixman_box32_t box_type_t;
Dpixman-trap.c410 pixman_box32_t *box) in get_trap_extents()
520 pixman_box32_t box; in pixman_composite_trapezoids()
/third_party/weston/libweston/
Dlibweston-internal.h261 pixman_box32_t
263 pixman_box32_t rect);
310 pixman_box32_t
314 pixman_box32_t rect);
Dtde-render-part.cpp169 pixman_box32_t *inbox = pixman_region32_extents(inr); in weston_view_compute_global_region()
350 pixman_box32_t *global_box = pixman_region32_extents(&global_repaint_region); in tde_repaint_region()
357 pixman_box32_t *buffer_box = pixman_region32_extents(&buffer_repaint_region); in tde_repaint_region()
Dcompositor.c699 WL_EXPORT pixman_box32_t
703 pixman_box32_t rect) in weston_transformed_rect()
707 pixman_box32_t ret; in weston_transformed_rect()
744 pixman_box32_t *src_rects, *dest_rects; in weston_matrix_transform_region()
813 pixman_box32_t *src_rects, *dest_rects; in weston_transformed_region()
962 WL_EXPORT pixman_box32_t
964 pixman_box32_t rect) in weston_surface_to_buffer_rect()
1004 pixman_box32_t *src_rects, *dest_rects; in weston_surface_to_buffer_region()
1280 pixman_box32_t *e; in weston_surface_assign_output()
1329 pixman_box32_t *e; in weston_view_assign_output()
[all …]
Dscreenshooter.c269 pixman_box32_t *r; in weston_recorder_frame_notify()
/third_party/weston/clients/
Dcliptest.c60 pixman_box32_t clip;
62 pixman_box32_t surf;
103 calculate_edges(struct weston_view *ev, pixman_box32_t *rect, in calculate_edges()
104 pixman_box32_t *surf_rect, GLfloat *ex, GLfloat *ey) in calculate_edges()
252 draw_box(cairo_t *cr, pixman_box32_t *box, struct weston_view *view) in draw_box()
Dnested.c1048 const pixman_box32_t *rects; in ss_surface_attach()
1081 const pixman_box32_t *rect = rects + i; in ss_surface_attach()
/third_party/weston/libweston/renderer-gl/
Dgl-renderer.c430 calculate_edges(struct weston_view *ev, pixman_box32_t *rect, in calculate_edges()
431 pixman_box32_t *surf_rect, GLfloat *ex, GLfloat *ey) in calculate_edges()
493 merge_down(pixman_box32_t *a, pixman_box32_t *b, pixman_box32_t *merge) in merge_down()
506 compress_bands(pixman_box32_t *inrects, int nrects, in compress_bands()
507 pixman_box32_t **outrects) in compress_bands()
510 pixman_box32_t *out, merge_rect; in compress_bands()
521 out = malloc(sizeof(pixman_box32_t) * nrects); in compress_bands()
550 pixman_box32_t *rects, *surf_rects; in texture_region()
551 pixman_box32_t *raw_rects; in texture_region()
575 pixman_box32_t *rect = &rects[i]; in texture_region()
[all …]
/third_party/weston/kiosk-shell/
Dutil.c83 pixman_box32_t *box; in surface_subsurfaces_boundingbox()
/third_party/weston/desktop-shell/
Dshell.h172 pixman_box32_t cursor_rectangle;
Dinput-panel.c159 memcpy(&shell->text_input.cursor_rectangle, data, sizeof(pixman_box32_t)); in update_input_panels()
/third_party/weston/libweston/backend-rdp/
Drdp.c198 pixman_box32_t *region, *rects; in rdp_peer_refresh_rfx()
302 pixman_image_flipped_subrect(const pixman_box32_t *rect, pixman_image_t *img, BYTE *dest) in pixman_image_flipped_subrect()
321 pixman_box32_t *rect, subrect; in rdp_peer_refresh_raw()
984 pixman_box32_t box; in xf_peer_activate()
1199 pixman_box32_t box; in xf_input_synchronize_event()
/third_party/weston/libweston/backend-hdi/
Dhdi_renderer.cpp368 pixman_box32_t *inbox = pixman_region32_extents(inr); in weston_view_compute_global_region()
504 pixman_box32_t *global_box = pixman_region32_extents(&global_repaint_region); in hdi_renderer_surface_state_calc_rect()
510 pixman_box32_t *buffer_box = pixman_region32_extents(&buffer_repaint_region); in hdi_renderer_surface_state_calc_rect()
/third_party/weston/tests/
Dweston-test-client-helper.c1203 static pixman_box32_t
1211 pixman_box32_t box; in image_check_get_roi()
1338 pixman_box32_t box; in check_images_match()
1425 pixman_box32_t box; in visualize_image_difference()
/third_party/weston/compositor/
Dscreen-share.c581 pixman_box32_t *ext; in shared_output_ensure_tmp_data()
638 pixman_box32_t *r; in shared_output_update()
826 pixman_box32_t *r; in shared_output_repainted()
/third_party/weston/libweston/backend-drm/
Dstate-helpers.c183 pixman_box32_t *box, tbox; in drm_plane_state_coords_for_view()

12