OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:src_checker
(Results
1 - 2
of
2
) sorted by null
/external/pixman/test/
check-formats.c
11
pixel_checker_t
src_checker
, dest_checker;
local
17
pixel_checker_init (&
src_checker
, src_format);
21
&
src_checker
, &src_alpha_mask, NULL, &src_green_mask, NULL);
52
pixel_checker_convert_pixel_to_color (&
src_checker
, s, &src_color);
pixel-test.c
165
pixel_checker_t
src_checker
, dest_checker;
local
171
pixel_checker_init (&
src_checker
, combination->src_format);
174
&
src_checker
, combination->src_pixel, &source_color);
209
pixel_checker_split_pixel (&
src_checker
, combination->src_pixel,
Completed in 44 milliseconds