Home
last modified time | relevance | path

Searched refs:ditherX (Results 1 – 15 of 15) sorted by relevance

/dports/games/maxr/maxr-0.2.9/src/ui/graphical/game/animations/
H A Danimationdither.cpp44 vehicle->ditherX = 0; in cAnimationDither()
71 vehicle->ditherX = 0; in ~cAnimationDither()
99 vehicle->ditherX = 0; in run()
104 vehicle->ditherX = random (2) - 1; in run()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtk/generic/
H A DtkImgPhoto.c911 x = masterPtr->ditherX;
913 if (masterPtr->ditherX != 0) {
2088 masterPtr->ditherX = 0;
2092 masterPtr->ditherX = 0;
3243 masterPtr->ditherX = x;
3400 && (x < masterPtr->ditherX))) {
3405 masterPtr->ditherX = x;
3567 masterPtr->ditherX = 0;
3576 if (x <= masterPtr->ditherX) {
3577 masterPtr->ditherX = x + width;
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libtk/generic/
H A DtkImgPhoto.c911 x = masterPtr->ditherX;
913 if (masterPtr->ditherX != 0) {
2088 masterPtr->ditherX = 0;
2092 masterPtr->ditherX = 0;
3243 masterPtr->ditherX = x;
3400 && (x < masterPtr->ditherX))) {
3405 masterPtr->ditherX = x;
3567 masterPtr->ditherX = 0;
3576 if (x <= masterPtr->ditherX) {
3577 masterPtr->ditherX = x + width;
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtk/generic/
H A DtkImgPhoto.c911 x = masterPtr->ditherX;
913 if (masterPtr->ditherX != 0) {
2088 masterPtr->ditherX = 0;
2092 masterPtr->ditherX = 0;
3243 masterPtr->ditherX = x;
3400 && (x < masterPtr->ditherX))) {
3405 masterPtr->ditherX = x;
3567 masterPtr->ditherX = 0;
3576 if (x <= masterPtr->ditherX) {
3577 masterPtr->ditherX = x + width;
[all …]
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkImgPhoto.c1144 x = modelPtr->ditherX; in ImgPhotoCmd()
1146 if (modelPtr->ditherX != 0) { in ImgPhotoCmd()
2363 modelPtr->ditherX = 0; in ImgPhotoSetSize()
2367 modelPtr->ditherX = 0; in ImgPhotoSetSize()
2818 && (x < modelPtr->ditherX))) { in Tk_PhotoPutBlock()
2823 modelPtr->ditherX = x; in Tk_PhotoPutBlock()
3268 modelPtr->ditherX = x; in Tk_PhotoPutZoomedBlock()
3542 modelPtr->ditherX = 0; in Tk_DitherPhoto()
3551 if (x <= modelPtr->ditherX) { in Tk_DitherPhoto()
3552 modelPtr->ditherX = x + width; in Tk_DitherPhoto()
[all …]
H A DtkImgPhoto.h163 int ditherX, ditherY; /* Location of first incorrectly dithered member
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkImgPhoto.c1198 x = modelPtr->ditherX; in ImgPhotoCmd()
1200 if (modelPtr->ditherX != 0) { in ImgPhotoCmd()
2654 modelPtr->ditherX = 0; in ImgPhotoSetSize()
2658 modelPtr->ditherX = 0; in ImgPhotoSetSize()
3300 && (x < modelPtr->ditherX))) { in Tk_PhotoPutBlock()
3305 modelPtr->ditherX = x; in Tk_PhotoPutBlock()
3750 modelPtr->ditherX = x; in Tk_PhotoPutZoomedBlock()
4024 modelPtr->ditherX = 0; in Tk_DitherPhoto()
4033 if (x <= modelPtr->ditherX) { in Tk_DitherPhoto()
4034 modelPtr->ditherX = x + width; in Tk_DitherPhoto()
[all …]
H A DtkImgPhoto.h165 int ditherX, ditherY; /* Location of first incorrectly dithered member
/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A DtkImgPhoto.c1334 x = masterPtr->ditherX; in ImgPhotoCmd()
1336 if (masterPtr->ditherX != 0) { in ImgPhotoCmd()
3126 masterPtr->ditherX = 0; in ImgPhotoSetSize()
3130 masterPtr->ditherX = 0; in ImgPhotoSetSize()
4375 masterPtr->ditherX = x; in Tk_PhotoPutBlock()
4752 && (x < masterPtr->ditherX))) { in Tk_PhotoPutZoomedBlock()
4757 masterPtr->ditherX = x; in Tk_PhotoPutZoomedBlock()
5023 masterPtr->ditherX = 0; in Tk_DitherPhoto()
5032 if (x <= masterPtr->ditherX) { in Tk_DitherPhoto()
5033 masterPtr->ditherX = x + width; in Tk_DitherPhoto()
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkImgPhoto.c1280 x = masterPtr->ditherX;
1282 if (masterPtr->ditherX != 0) {
3054 masterPtr->ditherX = 0;
3058 masterPtr->ditherX = 0;
4325 masterPtr->ditherX = x;
4624 && (x < masterPtr->ditherX))) {
4629 masterPtr->ditherX = x;
4884 masterPtr->ditherX = 0;
4893 if (x <= masterPtr->ditherX) {
4894 masterPtr->ditherX = x + width;
[all …]
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/game/temp/
H A Dunitdrawingengine.cpp193 destination.x += vehicle.ditherX; in drawUnit()
233 destination.x -= vehicle.ditherX; in drawUnit()
/dports/games/maxr/maxr-0.2.9/src/game/data/units/
H A Dvehicle.h144 mutable int ditherX, ditherY; variable
H A Dvehicle.cpp74 ditherX = 0; in cVehicle()
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/game/widgets/
H A Ddebugoutputwidget.cpp386 … +" + iToStr (vehicle.isSentryActive()) + " ditherx: " + iToStr (vehicle.ditherX) + " dithery: " +… in traceVehicle()
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk-0.15.5/Graphics/UI/Gtk/Gdk/
H A DDrawable.chs190 -- If you render parts of an image at a time, set @ditherX@ and