Home | History | Annotate | Download | only in postprocess

Lines Matching refs:box

55    blit.src.box.x = srcX0;
56 blit.src.box.y = srcY0;
57 blit.src.box.z = srcZ0;
58 blit.src.box.width = srcX1 - srcX0;
59 blit.src.box.height = srcY1 - srcY0;
60 blit.src.box.depth = 1;
65 blit.dst.box.x = dstX0;
66 blit.dst.box.y = dstY0;
67 blit.dst.box.z = 0;
68 blit.dst.box.width = dstX1 - dstX0;
69 blit.dst.box.height = dstY1 - dstY0;
70 blit.dst.box.depth = 1;