Home
last modified time | relevance | path

Searched refs:patOrg (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiX.c120 DDXPointRec patOrg; member
186 pGCPriv->patOrg.x = pGC->patOrg.x; in XineramaCreateGC()
187 pGCPriv->patOrg.y = pGC->patOrg.y; in XineramaCreateGC()
215 new_val = pGCPriv->patOrg.x - x_off; in XineramaValidateGC()
216 if (pGC->patOrg.x != new_val) { in XineramaValidateGC()
217 pGC->patOrg.x = new_val; in XineramaValidateGC()
220 new_val = pGCPriv->patOrg.y - y_off; in XineramaValidateGC()
221 if (pGC->patOrg.y != new_val) { in XineramaValidateGC()
222 pGC->patOrg.y = new_val; in XineramaValidateGC()
235 if (pGC->patOrg.x != pGCPriv->patOrg.x) { in XineramaValidateGC()
[all …]
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbfill.c155 pPriv->pm, dstBpp, (pGC->patOrg.x + pDrawable->x + dstXoff), in fbFill()
156 pGC->patOrg.y + pDrawable->y - y); in fbFill()
183 pGC->patOrg.x + pDrawable->x + dstXoff, in fbFill()
184 pGC->patOrg.y + pDrawable->y - y); in fbFill()
213 (pGC->patOrg.x + pDrawable->x + dstXoff) * dstBpp, in fbFill()
214 pGC->patOrg.y + pDrawable->y - y); in fbFill()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_transform.c220 -gc->patOrg.x, in glamor_set_tiled()
221 -gc->patOrg.y, in glamor_set_tiled()
302 -gc->patOrg.x, in glamor_set_stippled()
303 -gc->patOrg.y, in glamor_set_stippled()
/OK3568_Linux_fs/external/xserver/dix/
H A Dgc.c278 NEXTVAL(INT16, pGC->patOrg.x); in ChangeGC()
282 NEXTVAL(INT16, pGC->patOrg.y); in ChangeGC()
492 pGC->patOrg.x = 0; in NewGCObject()
493 pGC->patOrg.y = 0; in NewGCObject()
689 pgcDst->patOrg.x = pgcSrc->patOrg.x; in CopyGC()
692 pgcDst->patOrg.y = pgcSrc->patOrg.y; in CopyGC()
1061 pGC->patOrg.x = 0; in GetScratchGC()
1062 pGC->patOrg.y = 0; in GetScratchGC()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DGC.c139 values.ts_x_origin = pGC->patOrg.x; in xnestChangeGC()
142 values.ts_y_origin = pGC->patOrg.y; in xnestChangeGC()
/OK3568_Linux_fs/external/xserver/include/
H A Dgcstruct.h272 DDXPointRec patOrg; /* origin for (tile, stipple) */ member
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxgc.c277 v.ts_x_origin = pGC->patOrg.x; in dmxChangeGC()
279 v.ts_y_origin = pGC->patOrg.y; in dmxChangeGC()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_render.c953 DDXPointRec patOrg; in exaComposite() local
978 patOrg.x = xDst - xSrc; in exaComposite()
979 patOrg.y = yDst - ySrc; in exaComposite()
983 &patOrg, FB_ALLONES, GXcopy, CT_NONE); in exaComposite()
H A Dexa_accel.c821 exaFillRegionTiled(pDrawable, pReg, pGC->tile.pixmap, &pGC->patOrg, in exaPolyFillRect()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmibitblt.c436 oldOrg = pGC->patOrg; in miOpqStipDrawable()