OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:convert_pixel
(Results
1 - 2
of
2
) sorted by null
/external/pixman/pixman/
pixman-bits-image.c
733
convert_pixel_t
convert_pixel
,
826
pixel =
convert_pixel
(row, rx) | mask;
837
pixel =
convert_pixel
(row, rx) | mask;
879
convert_pixel_t
convert_pixel
,
941
tl =
convert_pixel
(row1, x1) | mask;
942
tr =
convert_pixel
(row1, x2) | mask;
943
bl =
convert_pixel
(row2, x1) | mask;
944
br =
convert_pixel
(row2, x2) | mask;
1000
tl =
convert_pixel
(row1, 0) | mask1;
1001
bl =
convert_pixel
(row2, 0) | mask2
[
all
...]
pixman-access.c
268
convert_pixel
(pixman_format_code_t from, pixman_format_code_t to, uint32_t pixel)
function
308
return
convert_pixel
(format, PIXMAN_a8r8g8b8, pixel);
324
pixel =
convert_pixel
(PIXMAN_a8r8g8b8, PIXMAN_x1r5g5b5, pixel);
330
return
convert_pixel
(PIXMAN_a8r8g8b8, format, pixel);
[
all
...]
Completed in 41 milliseconds