Home
last modified time | relevance | path

Searched refs:DDXPointRec (Results 1 – 25 of 56) sorted by relevance

123

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_lines.c74 (n + add_last) * sizeof (DDXPointRec), in glamor_poly_lines_solid_gl()
79 sizeof (DDXPointRec), vbo_offset); in glamor_poly_lines_solid_gl()
83 DDXPointRec here = { 0, 0 }; in glamor_poly_lines_solid_gl()
91 memcpy(v, points, n * sizeof (DDXPointRec)); in glamor_poly_lines_solid_gl()
H A Dglamor_segs.c76 sizeof(DDXPointRec), vbo_offset); in glamor_poly_segment_solid_gl()
/OK3568_Linux_fs/external/xserver/include/
H A Dgcstruct.h272 DDXPointRec patOrg; /* origin for (tile, stipple) */
273 DDXPointRec clipOrg;
H A Dmiscstruct.h54 typedef xPoint DDXPointRec; typedef
H A Dwindowstr.h141 DDXPointRec origin; /* position relative to parent */
/OK3568_Linux_fs/external/xserver/mi/
H A Dmizerline.c76 #define MAX_COORDINATE ((1 << (((sizeof(DDXPointRec) >> 1) << 3) - 1)) - 1)
153 pspanInit = xallocarray(list_len, sizeof(DDXPointRec)); in miZeroLine()
351 DDXPointRec * pptInit /* points in the polyline */ in miZeroDashLine()
H A Dmibitblt.c135 pptFirst = ppt = xallocarray(heightSrc, sizeof(DDXPointRec)); in miCopyArea()
267 DDXPointRec pt = { 0, 0 }; in miGetPlane()
377 DDXPointRec oldOrg; in miOpqStipDrawable()
399 ppt = pptFirst = xallocarray(h, sizeof(DDXPointRec)); in miOpqStipDrawable()
605 DDXPointRec pt = { 0, 0 }; in miGetImage()
747 ppt = pptFirst = xallocarray(h, sizeof(DDXPointRec)); in miPutImage()
H A Dmistruct.h55 DDXPointRec pt;
H A Dmivalidate.h40 DDXPointRec oldAbsCorner; /* old window position */
H A Dmi.h503 DDXPointRec * /*pptInit */
510 DDXPointRec * /*pptInit */
H A Dmifillrct.c103 pptFirst = xallocarray(maxheight, sizeof(DDXPointRec)); in miPolyFillRect()
H A Dmiline.h115 { DDXPointRec _t; _t = i; i = j; j = _t; }
H A Dmipolyrect.c62 DDXPointRec rect[5]; in miPolyRectangle()
H A Dmiwideline.c194 sizeof(DDXPointRec)); in miSubtractSpans()
269 QuickSortSpansX(DDXPointRec points[], int widths[], int numSpans) in QuickSortSpansX()
280 DDXPointRec tpt; \ in QuickSortSpansX()
298 DDXPointRec tpt; in QuickSortSpansX()
358 UniquifySpansX(Spans * spans, DDXPointRec * newPoints, int *newWidths) in UniquifySpansX()
361 DDXPointRec *oldPoints; in UniquifySpansX()
493 sizeof(DDXPointRec)); in miFillUniqueSpanGroup()
524 points = xallocarray(count, sizeof(DDXPointRec)); in miFillUniqueSpanGroup()
948 DDXPointRec pt; in miLineOnePoint()
H A Dmipoly.c415 ptsOut = FirstPoint = xallocarray(dy, sizeof(DDXPointRec)); in miFillConvexPoly()
535 DDXPointRec FirstPoint[NUMPTSTOBUFFER]; /* the output buffers */ in miFillGeneralPoly()
H A Dmipushpxl.c104 DDXPointRec pt[NPT], ptThisLine; in miPushPixels()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessWindow.h49 void RootlessCopyWindow(WindowPtr pWin, DDXPointRec ptOldOrg,
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddri.h134 DDXPointRec ptOldOrg, RegionPtr prgnSrc, CARD32 indx);
283 DDXPointRec ptOldOrg, RegionPtr prgnSrc);
/OK3568_Linux_fs/external/xserver/fb/
H A Dfboverlay.h82 fbOverlayCopyWindow(WindowPtr pWin, DDXPointRec ptOldOrg, RegionPtr prgnSrc);
H A Dfbwindow.c103 fbCopyWindow(WindowPtr pWin, DDXPointRec ptOldOrg, RegionPtr prgnSrc) in fbCopyWindow()
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A Ddri.h105 DRICopyWindow(WindowPtr pWin, DDXPointRec ptOldOrg, RegionPtr prgnSrc);
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxwindow.h77 extern void dmxCopyWindow(WindowPtr pWindow, DDXPointRec ptOldOrg,
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkxv.h180 DDXPointRec clipOrg;
/OK3568_Linux_fs/external/xserver/render/
H A Dpicturestr.h145 DDXPointRec alphaOrigin;
147 DDXPointRec clipOrigin;
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompint.h324 compCopyWindow(WindowPtr pWin, DDXPointRec ptOldOrg, RegionPtr prgnSrc);

123