OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pixman_image_unref
(Results
26 - 37
of
37
) sorted by null
1
2
/external/pixman/test/
stress-test.c
432
pixman_image_unref
(alpha_map);
940
pixman_image_unref
(source);
942
pixman_image_unref
(mask);
944
pixman_image_unref
(dest);
affine-test.c
298
pixman_image_unref
(src_img);
299
pixman_image_unref
(dst_img);
blitters-test.c
92
pixman_image_unref
(img);
382
pixman_image_unref
(mask_img);
lowlevel-blt-bench.c
579
pixman_image_unref
(mask_img);
580
pixman_image_unref
(xmask_img);
582
pixman_image_unref
(src_img);
583
pixman_image_unref
(dst_img);
584
pixman_image_unref
(xsrc_img);
585
pixman_image_unref
(xdst_img);
[
all
...]
composite.c
409
pixman_image_unref
(solid);
426
pixman_image_unref
(info->image);
utils.c
535
pixman_image_unref
(copy);
[
all
...]
/external/pixman/pixman/
pixman-glyph.c
69
pixman_image_unref
(glyph->image);
614
pixman_image_unref
(white_img);
669
pixman_image_unref
(mask);
pixman-image.c
152
pixman_image_unref
((pixman_image_t *)common->alpha_map);
209
pixman_image_unref
(pixman_image_t *image)
function
785
pixman_image_unref
((pixman_image_t *)common->alpha_map);
pixman-trap.c
546
pixman_image_unref
(tmp);
pixman.c
956
pixman_image_unref
(solid);
[
all
...]
pixman.h
792
pixman_bool_t
pixman_image_unref
(pixman_image_t *image);
[
all
...]
/external/pixman/demos/
scale.c
296
pixman_image_unref
(tmp);
Completed in 66 milliseconds
1
2