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

  /external/qemu/android/skin/
argb.h 21 typedef mmx_t argb_t; typedef
130 typedef uint32_t argb_t; typedef
133 #define ARGB_DECL(x) argb_t x##_ag, x##_rb
134 #define ARGB_DECL2(x1,x2) argb_t x1##_ag, x1##_rb, x2##_ag, x2##_rb
140 argb_t _v = (argb_t)(v); \
  /external/pixman/pixman/
pixman-private.h 50 typedef struct argb_t argb_t; typedef in typeref:struct:argb_t
52 struct argb_t struct
71 typedef argb_t (*fetch_pixel_float_t) (bits_image_t *image,
129 argb_t color_float;
791 pixman_expand_to_float (argb_t *dst,
798 const argb_t *src,
    [all...]

Completed in 57 milliseconds