HomeSort by relevance Sort by last modified time
    Searched full:fetch_24 (Results 1 - 2 of 2) sorted by null

  /external/pixman/pixman/
pixman-fast-path.c 36 fetch_24 (uint8_t *a) function
454 d = fetch_24 (dst);
461 d = over (in (src, m), fetch_24 (dst));
686 d = over (s, fetch_24 (dst));
    [all...]
pixman-access.c 70 #define FETCH_24(img,l,o) \
75 #define FETCH_24(img,l,o) \
361 pixel = FETCH_24 (image, bits, offset);
    [all...]

Completed in 316 milliseconds