Searched defs:transforms (Results 1 - 17 of 17) sorted by relevance

/vbox/src/libs/libpng-1.2.8/
H A Dpngread.c569 /* check for transforms that have been set but were defined out */
1307 int transforms,
1315 if (transforms & PNG_TRANSFORM_INVERT_ALPHA)
1331 if (transforms & PNG_TRANSFORM_STRIP_16)
1339 if (transforms & PNG_TRANSFORM_STRIP_ALPHA)
1347 if (transforms & PNG_TRANSFORM_PACKING)
1355 if (transforms & PNG_TRANSFORM_PACKSWAP)
1365 if (transforms & PNG_TRANSFORM_EXPAND)
1378 if (transforms & PNG_TRANSFORM_INVERT_MONO)
1387 if ((transforms
1306 png_read_png(png_structp png_ptr, png_infop info_ptr, int transforms, voidp params) argument
[all...]
H A Dpngwrite.c744 /* check for transforms that have been set but were defined out */
1385 int transforms, voidp params)
1389 if (transforms & PNG_TRANSFORM_INVERT_ALPHA)
1400 if (transforms & PNG_TRANSFORM_INVERT_MONO)
1408 if ((transforms & PNG_TRANSFORM_SHIFT)
1415 if (transforms & PNG_TRANSFORM_PACKING)
1421 if (transforms & PNG_TRANSFORM_SWAP_ALPHA)
1429 if (transforms & PNG_TRANSFORM_STRIP_FILLER)
1435 if (transforms & PNG_TRANSFORM_BGR)
1441 if (transforms
1384 png_write_png(png_structp png_ptr, png_infop info_ptr, int transforms, voidp params) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Drandrstr.h124 Bool transforms; member in struct:_rrCrtc
552 * Set whether transforms are allowed on a CRTC
555 RRCrtcSetTransformSupport (RRCrtcPtr crtc, Bool transforms);
647 * Check whether the pending and current transforms are the same
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Drandrstr.h124 Bool transforms; member in struct:_rrCrtc
568 * Set whether transforms are allowed on a CRTC
571 RRCrtcSetTransformSupport (RRCrtcPtr crtc, Bool transforms);
671 * Check whether the pending and current transforms are the same
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Drandrstr.h124 Bool transforms; member in struct:_rrCrtc
568 * Set whether transforms are allowed on a CRTC
571 RRCrtcSetTransformSupport (RRCrtcPtr crtc, Bool transforms);
671 * Check whether the pending and current transforms are the same
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Drandrstr.h122 Bool transforms; member in struct:_rrCrtc
568 * Set whether transforms are allowed on a CRTC
571 RRCrtcSetTransformSupport (RRCrtcPtr crtc, Bool transforms);
671 * Check whether the pending and current transforms are the same
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Drandrstr.h122 Bool transforms; member in struct:_rrCrtc
531 * Set whether transforms are allowed on a CRTC
534 RRCrtcSetTransformSupport (RRCrtcPtr crtc, Bool transforms);
634 * Check whether the pending and current transforms are the same
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Drandrstr.h122 Bool transforms; member in struct:_rrCrtc
532 * Set whether transforms are allowed on a CRTC
535 RRCrtcSetTransformSupport (RRCrtcPtr crtc, Bool transforms);
635 * Check whether the pending and current transforms are the same
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Drandrstr.h122 Bool transforms; member in struct:_rrCrtc
527 * Set whether transforms are allowed on a CRTC
530 RRCrtcSetTransformSupport (RRCrtcPtr crtc, Bool transforms);
630 * Check whether the pending and current transforms are the same
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Drandrstr.h124 Bool transforms; member in struct:_rrCrtc
570 * Set whether transforms are allowed on a CRTC
573 RRCrtcSetTransformSupport(RRCrtcPtr crtc, Bool transforms);
646 * Check whether the pending and current transforms are the same
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Drandrstr.h124 Bool transforms; member in struct:_rrCrtc
570 * Set whether transforms are allowed on a CRTC
573 RRCrtcSetTransformSupport(RRCrtcPtr crtc, Bool transforms);
646 * Check whether the pending and current transforms are the same
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Drandrstr.h124 Bool transforms; member in struct:_rrCrtc
555 * Set whether transforms are allowed on a CRTC
558 RRCrtcSetTransformSupport(RRCrtcPtr crtc, Bool transforms);
631 * Check whether the pending and current transforms are the same
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Drandrstr.h124 Bool transforms; member in struct:_rrCrtc
561 * Set whether transforms are allowed on a CRTC
564 RRCrtcSetTransformSupport(RRCrtcPtr crtc, Bool transforms);
637 * Check whether the pending and current transforms are the same
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Drandrstr.h124 Bool transforms; member in struct:_rrCrtc
570 * Set whether transforms are allowed on a CRTC
573 RRCrtcSetTransformSupport(RRCrtcPtr crtc, Bool transforms);
646 * Check whether the pending and current transforms are the same
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2742 WINED3DMATRIX transforms[HIGHEST_TRANSFORMSTATE + 1]; member in struct:IWineD3DStateBlockImpl
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_private.h2707 WINED3DMATRIX transforms[HIGHEST_TRANSFORMSTATE + 1]; member in struct:IWineD3DStateBlockImpl
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dwined3d_private.h2546 struct wined3d_matrix transforms[HIGHEST_TRANSFORMSTATE + 1]; member in struct:wined3d_state

Completed in 390 milliseconds