Home
last modified time | relevance | path

Searched refs:yOff (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()
135 y += list->yOff; in fbGlyphs()
174 y += glyph->info.yOff; 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()
1110 swaps(&stuff->yOff); in SProcShapeRectangles()
1124 swaps(&stuff->yOff); in SProcShapeMask()
1138 swaps(&stuff->yOff); in SProcShapeCombine()
1152 swaps(&stuff->yOff); in SProcShapeOffset()
/OK3568_Linux_fs/external/xserver/render/
H A Dglyph.c513 y += list->yOff; in GlyphExtents()
539 y += glyph->info.yOff; in GlyphExtents()
587 int xDst = list->xOff, yDst = list->yOff; in miGlyphs()
635 y += list->yOff; in miGlyphs()
668 y += glyph->info.yOff; in miGlyphs()
H A Dpicturestr.h273 INT16 yOff, int ntrap, xTrap * traps);
277 INT16 yOff, int ntri, xTriangle * tris);
520 INT16 xOff, INT16 yOff, int ntraps, xTrap * traps);
H A Dglyphstr.h88 INT16 yOff; member
H A Drender.c1341 lists->yOff = elt->deltay; in ProcRenderCompositeGlyphs()
1835 stuff->xOff, stuff->yOff, ntraps, (xTrap *) &stuff[1]); in ProcRenderAddTraps()
2247 swaps(&gi[i].yOff); in SProcRenderAddGlyphs()
2435 swaps(&stuff->yOff); in SProcRenderAddTraps()
3111 y_off = stuff->yOff; in PanoramiXRenderAddTraps()
3119 stuff->yOff = y_off + screenInfo.screens[j]->y; 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.c647 y += list->yOff; in GlyphExtents()
673 y += glyph->info.yOff; in GlyphExtents()
691 int first_xOff = list->xOff, first_yOff = list->yOff; in exaGlyphs()
779 y += list->yOff; in exaGlyphs()
815 y += glyph->info.yOff; in exaGlyphs()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessScreen.c312 y += list->yOff; in RootlessGlyphs()
330 y += glyph->info.yOff; in RootlessGlyphs()
348 y += glyph->info.yOff; 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()
725 swaps(&stuff->yOff); in SProcXFixesSetWindowShapeRegion()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_composite_glyphs.c378 y += list->yOff; in glamor_composite_glyphs()
499 y += glyph->info.yOff; in glamor_composite_glyphs()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxextension.c1214 glyphs[ctr].yOff = gl->info.yOff; in dmxBERestoreRenderGlyph()
H A Ddmxpict.c606 curElt->yOff = elt->deltay; in dmxProcRenderCompositeGlyphs()
/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamage.c553 y += listTmp->yOff; in damageGlyphs()
570 y += glyph->info.yOff; in damageGlyphs()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog91364 | fbgc.c:92:19: warning: variable 'yOff' set but not used [-Wunused-but-set-variable]