Home
last modified time | relevance | path

Searched refs:xOff (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbpict.h46 INT16 xOff, INT16 yOff, int ntrap, xTrap * traps);
53 INT16 xOff, INT16 yOff, int ntri, xTriangle * tris);
H A Dfbgc.c91 _X_UNUSED int xOff, yOff; in fbPadPixmap() local
93 fbGetDrawable(&pPixmap->drawable, bits, stride, bpp, xOff, yOff); in fbPadPixmap()
H A Dfbpict.c113 int xDst = list->xOff, yDst = list->yOff; in fbGlyphs()
134 x += list->xOff; in fbGlyphs()
173 x += glyph->info.xOff; in fbGlyphs()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dshape.c296 stuff->xOff, stuff->yOff, createDefault); in ProcShapeRectangles()
394 stuff->xOff, stuff->yOff, createDefault); in ProcShapeMask()
522 stuff->xOff, stuff->yOff, createDefault); in ProcShapeCombine()
589 RegionTranslate(srcRgn, stuff->xOff, stuff->yOff); in ProcShapeOffset()
1109 swaps(&stuff->xOff); in SProcShapeRectangles()
1123 swaps(&stuff->xOff); in SProcShapeMask()
1137 swaps(&stuff->xOff); in SProcShapeCombine()
1151 swaps(&stuff->xOff); in SProcShapeOffset()
/OK3568_Linux_fs/external/xserver/render/
H A Dglyph.c512 x += list->xOff; in GlyphExtents()
538 x += glyph->info.xOff; in GlyphExtents()
587 int xDst = list->xOff, yDst = list->yOff; in miGlyphs()
634 x += list->xOff; in miGlyphs()
667 x += glyph->info.xOff; in miGlyphs()
H A Dpicturestr.h272 INT16 xOff,
276 INT16 xOff,
520 INT16 xOff, INT16 yOff, int ntraps, xTrap * traps);
H A Dglyphstr.h87 INT16 xOff; member
H A Drender.c1340 lists->xOff = elt->deltax; in ProcRenderCompositeGlyphs()
1835 stuff->xOff, stuff->yOff, ntraps, (xTrap *) &stuff[1]); in ProcRenderAddTraps()
2246 swaps(&gi[i].xOff); in SProcRenderAddGlyphs()
2434 swaps(&stuff->xOff); in SProcRenderAddTraps()
3110 x_off = stuff->xOff; in PanoramiXRenderAddTraps()
3118 stuff->xOff = x_off + screenInfo.screens[j]->x; in PanoramiXRenderAddTraps()
H A Dpicture.c1630 AddTraps(PicturePtr pPicture, INT16 xOff, INT16 yOff, int ntrap, xTrap * traps) in AddTraps() argument
1635 (*ps->AddTraps) (pPicture, xOff, yOff, ntrap, traps); in AddTraps()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_glyphs.c646 x += list->xOff; in GlyphExtents()
672 x += glyph->info.xOff; in GlyphExtents()
691 int first_xOff = list->xOff, first_yOff = list->yOff; in exaGlyphs()
778 x += list->xOff; in exaGlyphs()
814 x += glyph->info.xOff; in exaGlyphs()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessScreen.c311 x += list->xOff; in RootlessGlyphs()
329 x += glyph->info.xOff; in RootlessGlyphs()
347 x += glyph->info.xOff; in RootlessGlyphs()
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dregion.c687 if (stuff->xOff || stuff->yOff) in ProcXFixesSetWindowShapeRegion()
688 RegionTranslate(pRegion, stuff->xOff, stuff->yOff); in ProcXFixesSetWindowShapeRegion()
724 swaps(&stuff->xOff); in SProcXFixesSetWindowShapeRegion()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_composite_glyphs.c377 x += list->xOff; in glamor_composite_glyphs()
498 x += glyph->info.xOff; in glamor_composite_glyphs()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxextension.c1213 glyphs[ctr].xOff = gl->info.xOff; in dmxBERestoreRenderGlyph()
H A Ddmxpict.c605 curElt->xOff = elt->deltax; in dmxProcRenderCompositeGlyphs()
/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamage.c552 x += listTmp->xOff; in damageGlyphs()
569 x += glyph->info.xOff; in damageGlyphs()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog91365 | fbgc.c:92:13: warning: variable 'xOff' set but not used [-Wunused-but-set-variable]