HomeSort by relevance Sort by last modified time
    Searched refs:pixman_region16_t (Results 1 - 10 of 10) sorted by null

  /external/pixman/pixman/
pixman-region16.c 37 typedef pixman_region16_t region_type_t;
pixman.h 391 typedef struct pixman_region16 pixman_region16_t; typedef in typeref:struct:pixman_region16
431 void pixman_region_init (pixman_region16_t *region);
432 void pixman_region_init_rect (pixman_region16_t *region,
437 pixman_bool_t pixman_region_init_rects (pixman_region16_t *region,
440 void pixman_region_init_with_extents (pixman_region16_t *region,
442 void pixman_region_init_from_image (pixman_region16_t *region,
444 void pixman_region_fini (pixman_region16_t *region);
448 void pixman_region_translate (pixman_region16_t *region,
451 pixman_bool_t pixman_region_copy (pixman_region16_t *dest,
452 pixman_region16_t *source)
    [all...]
pixman-utils.c 220 pixman_region16_copy_from_region32 (pixman_region16_t *dst,
251 pixman_region16_t *src)
pixman-private.h 804 pixman_region16_t *src);
807 pixman_region16_copy_from_region32 (pixman_region16_t *dst,
    [all...]
pixman-image.c 582 pixman_region16_t *region)
pixman.c     [all...]
  /external/pixman/test/
composite-traps-test.c 53 pixman_region16_t clip;
glyph-test.c 167 pixman_region16_t clip;
affine-test.c 32 pixman_region16_t clip;
scaling-test.c 57 pixman_region16_t clip;

Completed in 238 milliseconds