Home
last modified time | relevance | path

Searched refs:INT16 (Results 1 – 25 of 69) sorted by relevance

123

/OK3568_Linux_fs/external/xserver/Xext/
H A Dxvdix.h161 INT16, INT16, CARD16, CARD16,
162 INT16, INT16, CARD16, CARD16);
164 INT16, INT16, CARD16, CARD16,
165 INT16, INT16, CARD16, CARD16);
167 INT16, INT16, CARD16, CARD16,
168 INT16, INT16, CARD16, CARD16);
170 INT16, INT16, CARD16, CARD16,
171 INT16, INT16, CARD16, CARD16);
179 INT16, INT16, CARD16, CARD16,
180 INT16, INT16, CARD16, CARD16,
[all …]
H A Dxvmain.c507 INT16 vid_x, INT16 vid_y, in XvdiPutVideo()
509 INT16 drw_x, INT16 drw_y, CARD16 drw_w, CARD16 drw_h) in XvdiPutVideo()
555 INT16 vid_x, INT16 vid_y, in XvdiPutStill()
557 INT16 drw_x, INT16 drw_y, CARD16 drw_w, CARD16 drw_h) in XvdiPutStill()
590 INT16 src_x, INT16 src_y, in XvdiPutImage()
592 INT16 drw_x, INT16 drw_y, in XvdiPutImage()
624 INT16 vid_x, INT16 vid_y, in XvdiGetVideo()
626 INT16 drw_x, INT16 drw_y, CARD16 drw_w, CARD16 drw_h) in XvdiGetVideo()
672 INT16 vid_x, INT16 vid_y, in XvdiGetStill()
674 INT16 drw_x, INT16 drw_y, CARD16 drw_w, CARD16 drw_h) in XvdiGetStill()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbpict.h37 INT16 xSrc,
38 INT16 ySrc,
39 INT16 xMask,
40 INT16 yMask, INT16 xDst, INT16 yDst, CARD16 width, CARD16 height);
46 INT16 xOff, INT16 yOff, int ntrap, xTrap * traps);
53 INT16 xOff, INT16 yOff, int ntri, xTriangle * tris);
60 INT16 xSrc, INT16 ySrc, int ntrap, xTrapezoid * traps);
67 INT16 xSrc, INT16 ySrc, int ntris, xTriangle * tris);
74 INT16 xSrc,
75 INT16 ySrc, int nlist,
H A Dfbtrap.c36 INT16 x_off, INT16 y_off, int ntrap, xTrap * traps) in fbAddTraps()
68 INT16 x_off, INT16 y_off, int ntri, xTriangle * tris) in fbAddTriangles()
162 INT16 xSrc, INT16 ySrc, int ntrap, xTrapezoid * traps) in fbTrapezoids()
177 INT16 xSrc, INT16 ySrc, int ntris, xTriangle * tris) in fbTriangles()
H A Dfbpict.c43 INT16 xSrc, in fbComposite()
44 INT16 ySrc, in fbComposite()
45 INT16 xMask, in fbComposite()
46 INT16 yMask, INT16 xDst, INT16 yDst, CARD16 width, CARD16 height) in fbComposite()
98 INT16 xSrc, in fbGlyphs()
99 INT16 ySrc, int nlist, in fbGlyphs()
/OK3568_Linux_fs/external/xserver/render/
H A Dpicturestr.h210 INT16 xSrc,
211 INT16 ySrc,
212 INT16 xMask,
213 INT16 yMask,
214 INT16 xDst,
215 INT16 yDst, CARD16 width, CARD16 height);
221 INT16 xSrc,
222 INT16 ySrc,
239 INT16 xSrc,
240 INT16 ySrc, int ntrap, xTrapezoid * traps);
[all …]
H A Dmipict.h65 INT16 xSrc,
66 INT16 ySrc,
67 INT16 xMask,
68 INT16 yMask,
69 INT16 xDst, INT16 yDst, CARD16 width, CARD16 height);
86 INT16 xSrc,
87 INT16 ySrc, int nlist, GlyphListPtr list, GlyphPtr * glyphs);
H A Dmitri.c46 INT16 x1 = xFixedToInt(points->x); in miPointFixedBounds()
47 INT16 x2 = xFixedToInt(xFixedCeil(points->x)); in miPointFixedBounds()
48 INT16 y1 = xFixedToInt(points->y); in miPointFixedBounds()
49 INT16 y2 = xFixedToInt(xFixedCeil(points->y)); in miPointFixedBounds()
H A Dmipict.c227 #define BOUND(v) (INT16) ((v) < MINSHORT ? MINSHORT : (v) > MAXSHORT ? MAXSHORT : (v))
321 INT16 xSrc, in miComputeCompositeRegion()
322 INT16 ySrc, in miComputeCompositeRegion()
323 INT16 xMask, in miComputeCompositeRegion()
324 INT16 yMask, in miComputeCompositeRegion()
325 INT16 xDst, INT16 yDst, CARD16 width, CARD16 height) in miComputeCompositeRegion()
507 INT16 xSrc, INT16 ySrc, int npoints, xPointFixed * points) in miTriStrip()
531 INT16 xSrc, INT16 ySrc, int npoints, xPointFixed * points) in miTriFan()
H A Dpicture.c1107 pPicture->alphaOrigin.x = NEXT_VAL(INT16); in ChangePicture()
1111 pPicture->alphaOrigin.y = NEXT_VAL(INT16); in ChangePicture()
1115 pPicture->clipOrigin.x = NEXT_VAL(INT16); in ChangePicture()
1119 pPicture->clipOrigin.y = NEXT_VAL(INT16); in ChangePicture()
1432 INT16 xSrc, INT16 ySrc, CARD16 width, CARD16 height) in ReduceCompositeOp()
1530 INT16 xSrc, in CompositePicture()
1531 INT16 ySrc, in CompositePicture()
1532 INT16 xMask, in CompositePicture()
1533 INT16 yMask, in CompositePicture()
1534 INT16 xDst, INT16 yDst, CARD16 width, CARD16 height) in CompositePicture()
[all …]
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxpict.h74 INT16 xSrc, INT16 ySrc,
75 INT16 xMask, INT16 yMask,
76 INT16 xDst, INT16 yDst, CARD16 width, CARD16 height);
80 INT16 xSrc, INT16 ySrc,
93 INT16 xSrc, INT16 ySrc,
98 INT16 xSrc, INT16 ySrc, int ntri, xTriangle * tris);
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_priv.h338 INT16 xSrc;
339 INT16 ySrc;
340 INT16 xMask;
341 INT16 yMask;
342 INT16 xDst;
343 INT16 yDst;
344 INT16 width;
345 INT16 height;
451 INT16 x_off, INT16 y_off, int ntrap, xTrap * traps);
511 INT16 xSrc,
[all …]
H A Dexa_render.c251 INT16 xSrc, in exaTryDriverSolidFill()
252 INT16 ySrc, in exaTryDriverSolidFill()
253 INT16 xDst, INT16 yDst, CARD16 width, CARD16 height) in exaTryDriverSolidFill()
438 INT16 xDst = rects->xDst + pDst->pDrawable->x; in exaTryDriverCompositeRects()
439 INT16 yDst = rects->yDst + pDst->pDrawable->y; in exaTryDriverCompositeRects()
440 INT16 xMask = rects->xMask; in exaTryDriverCompositeRects()
441 INT16 yMask = rects->yMask; in exaTryDriverCompositeRects()
442 INT16 xSrc = rects->xSrc; in exaTryDriverCompositeRects()
443 INT16 ySrc = rects->ySrc; in exaTryDriverCompositeRects()
632 INT16 xSrc, in exaTryDriverComposite()
[all …]
H A Dexa_glyphs.c432 INT16 xSrc, in exaGlyphCacheBufferGlyph()
433 INT16 ySrc, in exaGlyphCacheBufferGlyph()
434 INT16 xMask, INT16 yMask, INT16 xDst, INT16 yDst) in exaGlyphCacheBufferGlyph()
543 INT16 xSrc, in exaBufferGlyph()
544 INT16 ySrc, INT16 xMask, INT16 yMask, INT16 xDst, INT16 yDst) in exaBufferGlyph()
683 INT16 xSrc, in exaGlyphs()
684 INT16 ySrc, int nlist, GlyphListPtr list, GlyphPtr * glyphs) in exaGlyphs()
H A Dexa_unaccel.c475 INT16 xSrc, in ExaPrepareCompositeReg()
476 INT16 ySrc, in ExaPrepareCompositeReg()
477 INT16 xMask, in ExaPrepareCompositeReg()
478 INT16 yMask, in ExaPrepareCompositeReg()
479 INT16 xDst, INT16 yDst, CARD16 width, CARD16 height) in ExaPrepareCompositeReg()
595 INT16 xSrc, in ExaCheckComposite()
596 INT16 ySrc, in ExaCheckComposite()
597 INT16 xMask, in ExaCheckComposite()
598 INT16 yMask, in ExaCheckComposite()
599 INT16 xDst, INT16 yDst, CARD16 width, CARD16 height) in ExaCheckComposite()
[all …]
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_priv.h141 INT16 x_src;
142 INT16 y_src;
143 INT16 x_mask;
144 INT16 y_mask;
145 INT16 x_dst;
146 INT16 y_dst;
147 INT16 width;
148 INT16 height;
646 INT16 xSrc,
647 INT16 ySrc,
[all …]
H A Dglamor_trapezoid.c79 PictFormatPtr mask_format, INT16 x_src, INT16 y_src, in glamor_trapezoids()
85 INT16 x_dst, y_dst; in glamor_trapezoids()
86 INT16 x_rel, y_rel; in glamor_trapezoids()
H A Dglamor_addtraps.c33 INT16 x_off, in glamor_add_traps()
34 INT16 y_off, int ntrap, xTrap *traps) in glamor_add_traps()
H A Dglamor_points.c72 vbo_ppt = glamor_get_vbo_space(screen, npt * (2 * sizeof (INT16)), &vbo_offset); in glamor_poly_point_gl()
77 INT16 x = 0, y = 0; in glamor_poly_point_gl()
85 memcpy(vbo_ppt, ppt, npt * (2 * sizeof (INT16))); in glamor_poly_point_gl()
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkxv.c62 INT16, INT16, CARD16, CARD16,
63 INT16, INT16, CARD16, CARD16);
65 INT16, INT16, CARD16, CARD16,
66 INT16, INT16, CARD16, CARD16);
68 INT16, INT16, CARD16, CARD16,
69 INT16, INT16, CARD16, CARD16);
71 INT16, INT16, CARD16, CARD16,
72 INT16, INT16, CARD16, CARD16);
80 INT16, INT16, CARD16, CARD16,
81 INT16, INT16, CARD16, CARD16,
[all …]
/OK3568_Linux_fs/external/xserver/xkb/
H A DXKM_file_format.txt530 x: INT16
531 y: INT16
537 top: INT16
538 left: INT16
541 angle: INT16
554 top: INT16
555 left: INT16
565 gap: INT16
575 top: INT16
576 left: INT16
[all …]
/OK3568_Linux_fs/external/xserver/hw/dmx/doc/
H A DDMXSpec.txt157 screenWindowXoffset: INT16
158 screenWindowYoffset: INT16
161 rootWindowXoffset: INT16
162 rootWindowYoffset: INT16
163 rootWindowXorigin: INT16
164 rootWindowYorigin: INT16
228 ScreenWindowXoffset INT16
229 ScreenWindowYoffset INT16
232 RootWindowXoffset INT16
233 RootWindowYoffset INT16
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86xv.c60 INT16, INT16, CARD16, CARD16,
61 INT16, INT16, CARD16, CARD16);
63 INT16, INT16, CARD16, CARD16,
64 INT16, INT16, CARD16, CARD16);
66 INT16, INT16, CARD16, CARD16,
67 INT16, INT16, CARD16, CARD16);
69 INT16, INT16, CARD16, CARD16,
70 INT16, INT16, CARD16, CARD16);
78 INT16, INT16, CARD16, CARD16,
79 INT16, INT16, CARD16, CARD16,
[all …]
H A Dxf86VGAarbiterPriv.h268 PicturePtr pDst, INT16 xSrc, INT16 ySrc,
269 INT16 xMask, INT16 yMask, INT16 xDst,
270 INT16 yDst, CARD16 width, CARD16 height);
272 PictFormatPtr maskFormat, INT16 xSrc, INT16 ySrc,
/OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/
H A Dlpc10.h77 typedef short INT16; typedef
79 typedef int INT16; typedef
81 #error Unable to determine an appropriate definition for INT16.
103 typedef INT16 shortint;

123