Searched refs:rotate (Results 1 - 25 of 83) sorted by relevance

1234

/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkshadow.c29 KdShadowFbAlloc (KdScreenInfo *screen, Bool rotate) argument
33 int width = rotate ? screen->height : screen->width;
34 int height = rotate ? screen->width : screen->height;
H A Dkdrive.c366 Rotation rotate = (a & RR_Rotate_All) * (b & RR_Rotate_All); local in function:KdAddRotation
369 if (rotate > RR_Rotate_270)
370 rotate /= (RR_Rotate_270 * RR_Rotate_90);
371 return reflect | rotate;
377 Rotation rotate = (a & RR_Rotate_All) * 16 / (b & RR_Rotate_All); local in function:KdSubRotation
380 if (rotate > RR_Rotate_270)
381 rotate /= (RR_Rotate_270 * RR_Rotate_90);
382 return reflect | rotate;
452 int rotate = atoi (save); local in function:KdParseScreen
453 if (rotate < 4
[all...]
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkshadow.c29 KdShadowFbAlloc(KdScreenInfo * screen, Bool rotate) argument
33 int width = rotate ? screen->height : screen->width;
34 int height = rotate ? screen->width : screen->height;
H A Dkdrive.c191 Rotation rotate = (a & RR_Rotate_All) * (b & RR_Rotate_All); local in function:KdAddRotation
194 if (rotate > RR_Rotate_270)
195 rotate /= (RR_Rotate_270 * RR_Rotate_90);
196 return reflect | rotate;
202 Rotation rotate = (a & RR_Rotate_All) * 16 / (b & RR_Rotate_All); local in function:KdSubRotation
205 if (rotate > RR_Rotate_270)
206 rotate /= (RR_Rotate_270 * RR_Rotate_90);
207 return reflect | rotate;
286 int rotate = atoi(save); local in function:KdParseScreen
288 if (rotate < 4
[all...]
/xsrc/external/mit/xf86-video-rendition/dist/src/
H A Drendition_shadow.c57 if(pRendition->board.rotate == 1) {
77 srcPitch = -pRendition->board.rotate * pRendition->board.shadowPitch;
85 if(pRendition->board.rotate == 1) {
105 srcPtr += pRendition->board.rotate;
123 srcPitch = -pRendition->board.rotate * pRendition->board.shadowPitch >> 1;
131 if(pRendition->board.rotate == 1) {
153 srcPtr += pRendition->board.rotate;
172 srcPitch = -pRendition->board.rotate * pRendition->board.shadowPitch;
180 if(pRendition->board.rotate == 1) {
208 srcPtr += pRendition->board.rotate *
[all...]
/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_shadow.c77 if(pS3->rotate == 1) {
97 srcPitch = -pS3->rotate * pS3->ShadowPitch;
105 if(pS3->rotate == 1) {
125 srcPtr += pS3->rotate;
143 srcPitch = -pS3->rotate * pS3->ShadowPitch >> 1;
151 if(pS3->rotate == 1) {
171 srcPtr += pS3->rotate;
190 srcPitch = -pS3->rotate * pS3->ShadowPitch;
198 if(pS3->rotate == 1) {
224 srcPtr += pS3->rotate *
[all...]
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v_shadow.c103 if(ps3v->rotate == 1) {
123 srcPitch = -ps3v->rotate * ps3v->ShadowPitch;
131 if(ps3v->rotate == 1) {
151 srcPtr += ps3v->rotate;
169 srcPitch = -ps3v->rotate * ps3v->ShadowPitch >> 1;
177 if(ps3v->rotate == 1) {
197 srcPtr += ps3v->rotate;
216 srcPitch = -ps3v->rotate * ps3v->ShadowPitch;
224 if(ps3v->rotate == 1) {
250 srcPtr += ps3v->rotate *
[all...]
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_shadow.c51 if(psav->rotate == 1) {
71 srcPitch = -psav->rotate * psav->ShadowPitch;
79 if(psav->rotate == 1) {
99 srcPtr += psav->rotate;
117 srcPitch = -psav->rotate * psav->ShadowPitch >> 1;
125 if(psav->rotate == 1) {
145 srcPtr += psav->rotate;
164 srcPitch = -psav->rotate * psav->ShadowPitch;
172 if(psav->rotate == 1) {
198 srcPtr += psav->rotate *
[all...]
/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A Dcir_shadow.c63 if(pCir->rotate == 1) {
83 srcPitch = -pCir->rotate * pCir->ShadowPitch;
99 if(pCir->rotate == 1) {
119 srcPtr += pCir->rotate;
137 srcPitch = -pCir->rotate * pCir->ShadowPitch >> 1;
153 if(pCir->rotate == 1) {
173 srcPtr += pCir->rotate;
192 srcPitch = -pCir->rotate * pCir->ShadowPitch;
208 if(pCir->rotate == 1) {
234 srcPtr += pCir->rotate *
[all...]
H A Dcir.h66 int rotate; member in struct:__anon805ca9280108
/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_shadow.c63 if(nPtr->rotate == 1) {
83 srcPitch = -nPtr->rotate * nPtr->ShadowPitch;
91 if(nPtr->rotate == 1) {
111 srcPtr += nPtr->rotate;
129 srcPitch = -nPtr->rotate * nPtr->ShadowPitch >> 1;
137 if(nPtr->rotate == 1) {
157 srcPtr += nPtr->rotate;
176 srcPitch = -nPtr->rotate * nPtr->ShadowPitch;
184 if(nPtr->rotate == 1) {
210 srcPtr += nPtr->rotate *
[all...]
/xsrc/external/mit/libX11/dist/src/
H A DStBytes.c47 int rotate)
52 return XRotateWindowProperties(dpy, RootWindow(dpy, 0), (Atom *)n_to_atom, 8, rotate);
45 XRotateBuffers(register Display * dpy,int rotate) argument
/xsrc/external/mit/xf86-video-wsfb/dist/src/
H A Dwsfb.h71 int rotate; member in struct:__anonbf9921960108
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.h33 uint32_t offset; /* base_offset + i * rotate */
36 uint8_t rotate; member in struct:nvc0_hw_query
H A Dnvc0_query_hw.c90 hq->offset += hq->rotate;
91 hq->data += hq->rotate / sizeof(*hq->data);
155 if (hq->rotate) {
182 * as in the hq->rotate case.
239 if (hq->rotate)
557 hq->rotate = 32;
595 if (hq->rotate) {
597 hq->offset -= hq->rotate;
598 hq->data -= hq->rotate / sizeof(*hq->data);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw.h33 uint32_t offset; /* base + i * rotate */
36 uint8_t rotate; member in struct:nv50_hw_query
H A Dnv50_query_hw.c135 if (hq->rotate) {
136 hq->offset += hq->rotate;
137 hq->data += hq->rotate / sizeof(*hq->data);
379 hq->rotate = 32;
404 if (hq->rotate) {
406 hq->offset -= hq->rotate;
407 hq->data -= hq->rotate / sizeof(*hq->data);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw.h33 uint32_t offset; /* base + i * rotate */
36 uint8_t rotate; member in struct:nv50_hw_query
H A Dnv50_query_hw.c135 if (hq->rotate) {
136 hq->offset += hq->rotate;
137 hq->data += hq->rotate / sizeof(*hq->data);
385 hq->rotate = 32;
418 if (hq->rotate) {
420 hq->offset -= hq->rotate;
421 hq->data -= hq->rotate / sizeof(*hq->data);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.h33 uint32_t offset; /* base_offset + i * rotate */
36 uint8_t rotate; member in struct:nvc0_hw_query
H A Dnvc0_query_hw.c90 hq->offset += hq->rotate;
91 hq->data += hq->rotate / sizeof(*hq->data);
155 if (hq->rotate) {
182 * as in the hq->rotate case.
239 if (hq->rotate)
557 hq->rotate = 32;
595 if (hq->rotate) {
597 hq->offset -= hq->rotate;
598 hq->data -= hq->rotate / sizeof(*hq->data);
/xsrc/external/mit/freetype/dist/src/tools/
H A Dtest_trig.c192 int rotate; local in function:test_rotate
195 for ( rotate = 0; rotate < FT_ANGLE_2PI; rotate += 0x10000L )
201 ra = rotate*SPI;
221 FT_Vector_Rotate( &v, rotate );
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_rotate.c54 int rotate = pGeode->rotation; local in function:GXUpdate
56 switch (rotate) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_compositor.h85 enum vl_compositor_rotation rotate; member in struct:vl_compositor_layer
260 enum vl_compositor_rotation rotate);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_compositor.h87 enum vl_compositor_rotation rotate; member in struct:vl_compositor_layer
277 enum vl_compositor_rotation rotate);

Completed in 29 milliseconds

1234