Searched refs:PIXMAN_FORMAT_G (Results 1 - 5 of 5) sorted by last modified time

/external/pixman/pixman/
H A Dpixman-access.c217 *r = *g + PIXMAN_FORMAT_G (format);
224 *b = *g + PIXMAN_FORMAT_G (format);
232 *r = *g - PIXMAN_FORMAT_G (format);
240 *b = *g - PIXMAN_FORMAT_G (format);
286 PIXMAN_FORMAT_G (from), g_from_shift,
287 PIXMAN_FORMAT_G (to), g_to_shift);
H A Dpixman-private.h936 PIXMAN_FORMAT_G (f) > 8 || \
H A Dpixman-utils.c147 g_size = PIXMAN_FORMAT_G (format);
H A Dpixman.h661 #define PIXMAN_FORMAT_G(f) (((f) >> 4) & 0x0f) macro
667 PIXMAN_FORMAT_G(f) + \
/external/pixman/test/
H A Dutils.c195 uint32_t size = PIXMAN_FORMAT_R (fmt) + PIXMAN_FORMAT_G (fmt) + PIXMAN_FORMAT_B (fmt);
1338 color->g = round_channel (color->g, PIXMAN_FORMAT_G (format));
1371 checker->rs = checker->gs + PIXMAN_FORMAT_G (format);
1378 checker->bs = checker->gs + PIXMAN_FORMAT_G (format);
1386 checker->rs = checker->gs - PIXMAN_FORMAT_G (format);
1394 checker->bs = checker->gs - PIXMAN_FORMAT_G (format);
1405 checker->gm = ((1 << PIXMAN_FORMAT_G (format)) - 1) << checker->gs;
1410 checker->gw = PIXMAN_FORMAT_G (format);

Completed in 548 milliseconds