HomeSort by relevance Sort by last modified time
    Searched refs:convert_0565_to_0888 (Results 1 - 3 of 3) sorted by null

  /external/pixman/pixman/
pixman-fast-path.c 510 d = over (src, convert_0565_to_0888 (d));
517 d = over (in (src, m), convert_0565_to_0888 (d));
569 d = over (src, convert_0565_to_0888 (d));
576 d = convert_0565_to_0888 (d);
732 d = over (s, convert_0565_to_0888 (d));
1115 d = over (src, convert_0565_to_0888 (*dst));
    [all...]
pixman-private.h 900 convert_0565_to_0888 (uint16_t s) function
910 return convert_0565_to_0888 (s) | 0xff000000;
    [all...]
pixman-bits-image.c 1117 return convert_0565_to_0888 (*((uint16_t *)row + x));
    [all...]

Completed in 1032 milliseconds