Home
last modified time | relevance | path

Searched refs:has_clip (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbpict.c282 create_bits_picture(PicturePtr pict, Bool has_clip, int *xoff, int *yoff) in create_bits_picture() argument
310 if (has_clip) { in create_bits_picture()
334 static pixman_image_t *image_from_pict_internal(PicturePtr pict, Bool has_clip,
344 set_image_properties(pixman_image_t * image, PicturePtr pict, Bool has_clip, in set_image_properties() argument
356 if (!has_clip) { in set_image_properties()
438 image_from_pict_internal(PicturePtr pict, Bool has_clip, int *xoff, int *yoff, in image_from_pict_internal() argument
447 image = create_bits_picture(pict, has_clip, xoff, yoff); in image_from_pict_internal()
469 set_image_properties(image, pict, has_clip, xoff, yoff, is_alpha_map); in image_from_pict_internal()
475 image_from_pict(PicturePtr pict, Bool has_clip, int *xoff, int *yoff) in image_from_pict() argument
477 return image_from_pict_internal(pict, has_clip, xoff, yoff, FALSE); in image_from_pict()
H A Dfb.h1152 Bool has_clip,