Searched refs:PIXMAN_OP_SCREEN (Results 1 – 14 of 14) sorted by relevance
/third_party/pixman/demos/ |
D | screen-test.c | 37 …pixman_image_composite (PIXMAN_OP_SCREEN, simg1, NULL, dimg, 0, 0, 0, 0, WIDTH, HEIGHT / 4, WIDTH,… in main() 38 …pixman_image_composite (PIXMAN_OP_SCREEN, simg2, NULL, dimg, 0, 0, 0, 0, (WIDTH/2), HEIGHT / 4 + H… in main() 39 …pixman_image_composite (PIXMAN_OP_SCREEN, simg3, NULL, dimg, 0, 0, 0, 0, (4 * WIDTH) / 3, HEIGHT, … in main()
|
D | composite-test.c | 33 { "SCREEN", PIXMAN_OP_SCREEN },
|
/third_party/pixman/test/ |
D | pdf-op-test.c | 7 PIXMAN_OP_SCREEN,
|
D | combiner-test.c | 51 PIXMAN_OP_SCREEN,
|
D | thread-test.c | 53 PIXMAN_OP_SCREEN,
|
D | solid-test.c | 53 PIXMAN_OP_SCREEN,
|
D | blitters-test.c | 126 PIXMAN_OP_SCREEN,
|
D | tolerance-test.c | 67 PIXMAN_OP_SCREEN,
|
D | pixel-test.c | 2349 { PIXMAN_OP_SCREEN, 2564 { PIXMAN_OP_SCREEN,
|
D | stress-test.c | 867 PIXMAN_OP_SCREEN,
|
D | utils.c | 1875 case PIXMAN_OP_SCREEN: in calc_op()
|
/third_party/pixman/pixman/ |
D | pixman-combine-float.c | 1080 imp->combine_float[PIXMAN_OP_SCREEN] = combine_screen_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS() 1142 imp->combine_float_ca[PIXMAN_OP_SCREEN] = combine_screen_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
|
D | pixman-combine32.c | 1158 imp->combine_32[PIXMAN_OP_SCREEN] = combine_screen_u; in _pixman_setup_combiner_functions_32() 1182 imp->combine_32_ca[PIXMAN_OP_SCREEN] = combine_screen_ca; in _pixman_setup_combiner_functions_32()
|
D | pixman.h | 432 PIXMAN_OP_SCREEN = 0x31, enumerator
|