Searched refs:transform (Results 76 - 100 of 157) sorted by relevance

1234567

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86Crtc.h325 RRTransformRec transform; /* ABI 2 */ member in struct:_xf86Crtc
748 RRTransformPtr transform, int x, int y);
H A Dinputstr.h557 struct pixman_f_transform transform; member in struct:_DeviceIntRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86Crtc.h325 RRTransformRec transform; /* ABI 2 */ member in struct:_xf86Crtc
748 RRTransformPtr transform, int x, int y);
H A Dinputstr.h534 struct pixman_f_transform transform; member in struct:_DeviceIntRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86Crtc.h326 RRTransformRec transform; /* ABI 2 */ member in struct:_xf86Crtc
367 * Indicates that the driver is handling the transform, so the shadow
369 * xf86CrtcRotate to indicate that it is handling the transform (including
762 RRTransformPtr transform, int x, int y);
952 * Transform the cursor's coordinates based on the crtc transform. Normally
954 * then the server does not transform the cursor position automatically.
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86Crtc.h327 RRTransformRec transform; /* ABI 2 */ member in struct:_xf86Crtc
368 * Indicates that the driver is handling the transform, so the shadow
370 * xf86CrtcRotate to indicate that it is handling the transform (including
785 Rotation rotation, RRTransformPtr transform, int x,
974 * Transform the cursor's coordinates based on the crtc transform. Normally
976 * then the server does not transform the cursor position automatically.
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86Crtc.h327 RRTransformRec transform; /* ABI 2 */ member in struct:_xf86Crtc
368 * Indicates that the driver is handling the transform, so the shadow
370 * xf86CrtcRotate to indicate that it is handling the transform (including
785 Rotation rotation, RRTransformPtr transform, int x,
974 * Transform the cursor's coordinates based on the crtc transform. Normally
976 * then the server does not transform the cursor position automatically.
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxf86Crtc.h324 RRTransformRec transform; /* ABI 2 */ member in struct:_xf86Crtc
365 * Indicates that the driver is handling the transform, so the shadow
367 * xf86CrtcRotate to indicate that it is handling the transform (including
782 Rotation rotation, RRTransformPtr transform, int x,
971 * Transform the cursor's coordinates based on the crtc transform. Normally
973 * then the server does not transform the cursor position automatically.
H A Drandrstr.h127 PictTransform transform; member in struct:_rrCrtc
586 RRTransformPtr transform, int numOutputs, RROutputPtr * outputs);
641 * Return crtc transform
664 PictTransformPtr transform,
/vbox/src/VBox/ValidationKit/testmanager/htdocs/css/
H A Ddetails.css201 text-transform: uppercase;
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_diff.c21 if (CHECKDIRTY(sb->transform.dirty, bitID))
23 crStateTransformDiff( &(sb->transform), bitID, from, to );
452 if (CHECKDIRTY(sb->transform.dirty, bitID))
454 crStateTransformSwitch( &(sb->transform), bitID, from, to );
H A Dstate_texdiff.c514 diff_api.MatrixMode(toCtx->transform.matrixMode);
1076 if (fromCtx->transform.matrixMode != GL_MODELVIEW) {
1078 fromCtx->transform.matrixMode = GL_MODELVIEW;
1357 if (fromCtx->transform.matrixMode != toCtx->transform.matrixMode) {
1358 diff_api.MatrixMode(toCtx->transform.matrixMode);
1359 fromCtx->transform.matrixMode = toCtx->transform.matrixMode;
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dresolver.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/org/ com/sun/org/apache/ ...
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dstateblock.c271 stateblock_set_bits(states->transform, HIGHEST_TRANSFORMSTATE + 1);
358 DWORD map = stateblock->changed.transform[i];
715 WINED3DTRANSFORMSTATETYPE transform = This->contained_transform_states[i]; local
717 TRACE("Updating transform %#x.\n", transform);
719 This->transforms[transform] = targetStateBlock->transforms[transform];
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dstateblock.c272 stateblock_set_bits(states->transform, HIGHEST_TRANSFORMSTATE + 1);
359 DWORD map = stateblock->changed.transform[i];
806 enum wined3d_transform_state transform = stateblock->contained_transform_states[i]; local
808 TRACE("Updating transform %#x.\n", transform);
810 stateblock->state.transforms[transform] = src_state->transforms[transform];
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dinputstr.h556 struct pixman_f_transform transform; member in struct:_DeviceIntRec
/vbox/src/VBox/Main/src-all/
H A DQMTranslatorImpl.cpp52 /* Function stub for transform method */
101 std::transform(reinterpret_cast<const uint16_t *>(m_iter),
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglamor_priv.h868 struct pixman_transform *transform,
889 Bool glamor_get_transform_block_size(struct pixman_transform *transform,
895 struct pixman_transform *transform);
H A Drandrstr.h127 PictTransform transform; member in struct:_rrCrtc
586 RRTransformPtr transform, int numOutputs, RROutputPtr * outputs);
641 * Return crtc transform
664 PictTransformPtr transform,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglamor_priv.h847 struct pixman_transform *transform,
868 Bool glamor_get_transform_block_size(struct pixman_transform *transform,
874 struct pixman_transform *transform);
H A Drandrstr.h127 PictTransform transform; member in struct:_rrCrtc
586 RRTransformPtr transform, int numOutputs, RROutputPtr * outputs);
641 * Return crtc transform
664 PictTransformPtr transform,
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dx9core.h231 const D3DXMATRIX *transform, D3DCOLOR color) PURE;
429 STDMETHOD(GetTransform)(THIS_ D3DXMATRIX *transform) PURE;
430 STDMETHOD(SetTransform)(THIS_ const D3DXMATRIX *transform) PURE;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3dx9core.h228 CONST D3DXMATRIX *transform, D3DCOLOR color) PURE;
426 STDMETHOD(GetTransform)(THIS_ D3DXMATRIX *transform) PURE;
427 STDMETHOD(SetTransform)(THIS_ CONST D3DXMATRIX *transform) PURE;
/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/
H A Dpixman.h170 pixman_bool_t pixman_transform_point_3d (const struct pixman_transform *transform,
172 pixman_bool_t pixman_transform_point (const struct pixman_transform *transform,
733 const pixman_transform_t *transform);
/vbox/src/libs/liblzf-3.4/
H A Dconfigure905 -program-transform-name | --program-transform-name \
906 | --program-transform-nam | --program-transform-na \
907 | --program-transform-n | --program-transform- \
908 | --program-transform | --program-transfor \
913 -program-transform-name=* | --program-transform-name=* \
914 | --program-transform
[all...]

Completed in 382 milliseconds

1234567