Lines Matching refs:inplace
2155 struct inplace {
2171 static void _tor_blt_src(struct inplace *in, const BoxRec *box, uint8_t v)
2200 struct inplace *in = (struct inplace *)op;
2231 struct inplace *in = (struct inplace *)op;
2281 struct inplace *in = (struct inplace *)op;
2338 struct inplace *in = (struct inplace *)op;
2528 struct inplace inplace;
2534 inplace.ptr = pixmap->devPrivate.ptr;
2536 inplace.ptr += dst_y * pixmap->devKind + dst_x * 4;
2537 inplace.stride = pixmap->devKind;
2538 inplace.color = thread->color;
2545 tor_render(NULL, &tor, (void*)&inplace, clip, span, false);
2714 struct inplace inplace;
2720 inplace.ptr = pixmap->devPrivate.ptr;
2722 inplace.ptr += dst_y * pixmap->devKind + dst_x * 4;
2723 inplace.stride = pixmap->devKind;
2724 inplace.color = color;
2731 DBG(("%s: render inplace op=%d, color=%08x\n",
2735 tor_render(NULL, &tor, (void*)&inplace,
2802 DBG(("%s: using %d threads for inplace compositing %dx%d\n",
2852 struct inplace inplace;
2877 tor_render(NULL, &tor, (void*)&thread->inplace,
2891 struct inplace inplace;
3034 inplace.ptr = pixmap->devPrivate.ptr;
3036 inplace.ptr += dst_y * pixmap->devKind + dst_x;
3037 inplace.stride = pixmap->devKind;
3038 inplace.opacity = color >> 24;
3060 tor_render(NULL, &tor, (void*)&inplace,
3070 DBG(("%s: using %d threads for inplace compositing %dx%d\n",
3077 threads[0].inplace = inplace;