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

  /external/qemu/android/skin/
argb.h 215 #define ARGB_WRITE(x,p) *(uint32_t*)(p) = ARGB_PACK(x)
290 ARGB_WRITE(pix,dst);
436 ARGB_WRITE(pix,dst);
529 ARGB_WRITE(pix,dst);
612 ARGB_WRITE(pix, dst);
620 ARGB_WRITE(pix, dst);
628 ARGB_WRITE(pix, dst);
637 ARGB_WRITE(pix, dst);
651 ARGB_WRITE(pix,dst);
665 ARGB_WRITE(pix,dst)
    [all...]
surface.c 471 ARGB_WRITE(dst_c,dst);
496 ARGB_WRITE(val,dst);
554 ARGB_WRITE(v,dst);
578 ARGB_WRITE(v,dst);

Completed in 54 milliseconds