Home | History | Annotate | Download | only in test

Lines Matching refs:PIXMAN_FORMAT_G

195 	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);