OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pixel_checker_init
(Results
1 - 5
of
5
) sorted by null
/external/pixman/test/
check-formats.c
17
pixel_checker_init
(&src_checker, src_format);
18
pixel_checker_init
(&dest_checker, dest_format);
pixel-test.c
171
pixel_checker_init
(&src_checker, combination->src_format);
172
pixel_checker_init
(&dest_checker, combination->dest_format);
utils.h
211
pixel_checker_init
(pixel_checker_t *checker, pixman_format_code_t format);
composite.c
335
pixel_checker_init
(&checker, dst->format);
utils.c
1352
pixel_checker_init
(pixel_checker_t *checker, pixman_format_code_t format)
function
[
all
...]
Completed in 572 milliseconds