Lines Matching defs:inplace
2171 struct inplace {
2186 static void _tor_blt_src(struct inplace *in, const BoxRec *box, uint8_t v)
2215 struct inplace *in = (struct inplace *)op;
2246 struct inplace *in = (struct inplace *)op;
2296 struct inplace *in = (struct inplace *)op;
2353 struct inplace *in = (struct inplace *)op;
2537 struct inplace inplace;
2543 inplace.ptr = pixmap->devPrivate.ptr;
2545 inplace.ptr += dst_y * pixmap->devKind + dst_x * 4;
2546 inplace.stride = pixmap->devKind;
2547 inplace.color = thread->color;
2554 tor_render(NULL, &tor, (void*)&inplace, clip, span, false);
2728 struct inplace inplace;
2734 inplace.ptr = pixmap->devPrivate.ptr;
2736 inplace.ptr += dst_y * pixmap->devKind + dst_x * 4;
2737 inplace.stride = pixmap->devKind;
2738 inplace.color = color;
2745 DBG(("%s: render inplace op=%d, color=%08x\n",
2749 tor_render(NULL, &tor, (void*)&inplace,
2816 DBG(("%s: using %d threads for inplace compositing %dx%d\n",
2866 struct inplace inplace;
2891 tor_render(NULL, &tor, (void*)&thread->inplace,
2905 struct inplace inplace;
3049 inplace.ptr = pixmap->devPrivate.ptr;
3051 inplace.ptr += dst_y * pixmap->devKind + dst_x;
3052 inplace.stride = pixmap->devKind;
3053 inplace.opacity = color >> 24;
3077 tor_render(NULL, &tor, (void*)&inplace,
3087 DBG(("%s: using %d threads for inplace compositing %dx%d\n",
3094 threads[0].inplace = inplace;