Searched refs:transform (Results 51 - 75 of 157) sorted by relevance

1234567

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dmipict.h75 PictTransform *transform);
H A Drandrstr.h125 PictTransform transform; member in struct:_rrCrtc
546 RRTransformPtr transform,
610 * client-specified transform, rotation/reflection values and the crtc
613 * Return TRUE if the resulting transform is not a simple translation.
623 PictTransformPtr transform,
628 * Return crtc transform
652 PictTransformPtr transform,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dmipict.h75 PictTransform *transform);
H A Drandrstr.h125 PictTransform transform; member in struct:_rrCrtc
547 RRTransformPtr transform,
611 * client-specified transform, rotation/reflection values and the crtc
614 * Return TRUE if the resulting transform is not a simple translation.
624 PictTransformPtr transform,
629 * Return crtc transform
653 PictTransformPtr transform,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dmipict.h75 PictTransform *transform);
H A Drandrstr.h125 PictTransform transform; member in struct:_rrCrtc
542 RRTransformPtr transform,
606 * client-specified transform, rotation/reflection values and the crtc
609 * Return TRUE if the resulting transform is not a simple translation.
619 PictTransformPtr transform,
624 * Return crtc transform
648 PictTransformPtr transform,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dmipict.h69 miChangePictureTransform(PicturePtr pPicture, PictTransform * transform);
H A Drandrstr.h127 PictTransform transform; member in struct:_rrCrtc
571 RRTransformPtr transform, int numOutputs, RROutputPtr * outputs);
626 * Return crtc transform
649 PictTransformPtr transform,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dmipict.h69 miChangePictureTransform(PicturePtr pPicture, PictTransform * transform);
H A Drandrstr.h127 PictTransform transform; member in struct:_rrCrtc
577 RRTransformPtr transform, int numOutputs, RROutputPtr * outputs);
632 * Return crtc transform
655 PictTransformPtr transform,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dmipict.h69 miChangePictureTransform(PicturePtr pPicture, PictTransform * transform);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddwrite.idl691 DWRITE_MATRIX const *transform,
697 DWRITE_MATRIX const *transform,
790 DWRITE_MATRIX *transform);
930 HRESULT GetCurrentTransform(DWRITE_MATRIX *transform);
931 HRESULT SetCurrentTransform(DWRITE_MATRIX const *transform);
1264 DWRITE_MATRIX const* transform,
1379 DWRITE_MATRIX const* transform,
1398 DWRITE_MATRIX const* transform,
H A Ddwrite_1.idl608 const DWRITE_MATRIX *transform,
621 const DWRITE_MATRIX *transform,
635 const DWRITE_MATRIX *transform,
708 DWRITE_MATRIX *transform);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dmipict.h76 PictTransform *transform);
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_viewport.c242 projMatrix = cr_server.curClient->currentCtxInfo->pContext->transform.projectionStack.top;
256 const CRmatrix *modelview = cr_server.curClient->currentCtxInfo->pContext->transform.modelViewStack.top;
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_glstate.h104 CRTransformBits transform; member in struct:__anon16099
187 CRTransformState transform; member in struct:CRContext
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_snapshot.c1507 /* Save transform state */
1508 rc = SSMR3PutMem(pSSM, pContext->transform.clipPlane, sizeof(GLvectord)*CR_MAX_CLIP_PLANES);
1510 rc = SSMR3PutMem(pSSM, pContext->transform.clip, sizeof(GLboolean)*CR_MAX_CLIP_PLANES);
1512 rc = crStateSaveMatrixStack(&pContext->transform.modelViewStack, pSSM);
1514 rc = crStateSaveMatrixStack(&pContext->transform.projectionStack, pSSM);
1516 rc = crStateSaveMatrixStack(&pContext->transform.colorStack, pSSM);
1520 rc = crStateSaveMatrixStack(&pContext->transform.textureStack[i], pSSM);
1525 rc = crStateSaveMatrixStack(&pContext->transform.programStack[i], pSSM);
1948 SHCROGL_CUT_FIELD_ALIGNMENT(CRContext, texture, transform);
1949 SHCROGL_GET_STRUCT_TAIL(pTmpContext, CRContext, transform);
[all...]
H A Dstate_attrib.c204 a->enableStack[a->enableStackDepth].clip[i] = g->transform.clip[i];
225 a->enableStack[a->enableStackDepth].normalize = g->transform.normalize;
238 a->enableStack[a->enableStackDepth].rescaleNormals = g->transform.rescaleNormals;
488 a->transformStack[a->transformStackDepth].matrixMode = g->transform.matrixMode;
491 a->transformStack[a->transformStackDepth].clip[i] = g->transform.clip[i];
492 a->transformStack[a->transformStackDepth].clipPlane[i] = g->transform.clipPlane[i];
494 a->transformStack[a->transformStackDepth].normalize = g->transform.normalize;
496 a->transformStack[a->transformStackDepth].rescaleNormals = g->transform.rescaleNormals;
655 g->transform.clip[i] = a->enableStack[a->enableStackDepth].clip[i];
676 g->transform
[all...]
H A Dstate_init.c592 * in order to transform the 'from' context into the 'to' context
688 crStateMatrixMode(defaultContext->transform.matrixMode);
740 crStateMatrixMode(ctx->transform.matrixMode);
766 crStateMatrixMode(ctx->transform.matrixMode);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86Crtc.h328 RRTransformRec transform; /* ABI 2 */ member in struct:_xf86Crtc
369 * Indicates that the driver is handling the transform, so the shadow
371 * xf86CrtcRotate to indicate that it is handling the transform (including
786 Rotation rotation, RRTransformPtr transform, int x,
975 * Transform the cursor's coordinates based on the crtc transform. Normally
977 * then the server does not transform the cursor position automatically.
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86Crtc.h328 RRTransformRec transform; /* ABI 2 */ member in struct:_xf86Crtc
369 * Indicates that the driver is handling the transform, so the shadow
371 * xf86CrtcRotate to indicate that it is handling the transform (including
786 Rotation rotation, RRTransformPtr transform, int x,
975 * Transform the cursor's coordinates based on the crtc transform. Normally
977 * then the server does not transform the cursor position automatically.
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86Crtc.h323 RRTransformRec transform; member in struct:_xf86Crtc
699 RRTransformPtr transform, int x, int y);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86Crtc.h325 RRTransformRec transform; /* ABI 2 */ member in struct:_xf86Crtc
748 RRTransformPtr transform, int x, int y);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86Crtc.h325 RRTransformRec transform; /* ABI 2 */ member in struct:_xf86Crtc
748 RRTransformPtr transform, int x, int y);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86Crtc.h325 RRTransformRec transform; /* ABI 2 */ member in struct:_xf86Crtc
748 RRTransformPtr transform, int x, int y);

Completed in 112 milliseconds

1234567