Searched defs:blit (Results 1 - 3 of 3) sorted by relevance

/hardware/msm7k/libgralloc/
H A Dframebuffer.cpp388 } blit; local
391 memset(&blit, 0, sizeof(blit));
392 blit.count = 1;
394 blit.req.flags = 0;
395 blit.req.alpha = 0xff;
396 blit.req.transp_mask = 0xffffffff;
398 blit.req.src.width = width;
399 blit.req.src.height = height;
400 blit
[all...]
/hardware/msm7k/libgralloc-qsd8k/
H A Dframebuffer.cpp425 } blit; local
428 memset(&blit, 0, sizeof(blit));
429 blit.count = 1;
431 blit.req.flags = 0;
432 blit.req.alpha = 0xff;
433 blit.req.transp_mask = 0xffffffff;
435 blit.req.src.width = width;
436 blit.req.src.height = height;
437 blit
[all...]
/hardware/qcom/display/libcopybit/
H A Dcopybit.h55 /* Default blit destination is offline buffer */
57 /* and reset to '0', after calling blit/stretch */
184 * Execute the bit blit copy operation
193 int (*blit)(struct copybit_device_t *dev, member in struct:copybit_device_t
199 * Execute the stretch bit blit copy operation

Completed in 111 milliseconds