OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fetch_pixel_32
(Results
1 - 4
of
4
) sorted by null
/external/pixman/pixman/
pixman-noop.c
92
color = image->bits.
fetch_pixel_32
(&image->bits, 0, 0);
pixman-access.c
1261
fetch_pixel_32
_t
fetch_pixel_32
;
member in struct:__anon24416
[
all
...]
pixman-bits-image.c
65
return image->
fetch_pixel_32
(image, x, y);
625
pixel = image->
fetch_pixel_32
(image, x, y);
641
pixel_a = image->common.alpha_map->
fetch_pixel_32
(
1199
color = bits->
fetch_pixel_32
(bits, x, y);
[
all
...]
pixman-private.h
185
fetch_pixel_32_t
fetch_pixel_32
;
member in struct:bits_image
[
all
...]
Completed in 413 milliseconds