Home
last modified time | relevance | path

Searched refs:clipx2 (Results 1 – 25 of 53) sorted by relevance

123

/dports/audio/praat/praat-6.2.03/sys/
H A DGraphics_image.cpp56 if (clipx2 > x2DC) clipx2 = x2DC; in _GraphicsScreen_cellArrayOrImage()
102 if (right < clipx1 || left > clipx2) in _GraphicsScreen_cellArrayOrImage()
105 Melder_clipRight (& right, clipx2); in _GraphicsScreen_cellArrayOrImage()
156 integer arrayWidth = clipx2 - clipx1; in _GraphicsScreen_cellArrayOrImage()
195 integer bytesPerRow = (clipx2 - clipx1) * 4; in _GraphicsScreen_cellArrayOrImage()
274 autoVEC leftWeightBuffer = zero_VEC (clipx2 - clipx1 + 1); in _GraphicsScreen_cellArrayOrImage()
280 for (xDC = clipx1; xDC < clipx2; xDC += undersampling) { in _GraphicsScreen_cellArrayOrImage()
299 for (xDC = clipx1; xDC < clipx2; xDC += undersampling) { in _GraphicsScreen_cellArrayOrImage()
363 autoINTVEC ixBuffer = zero_INTVEC (clipx2 - clipx1 + 1); in _GraphicsScreen_cellArrayOrImage()
365 for (xDC = clipx1; xDC < clipx2; xDC += undersampling) in _GraphicsScreen_cellArrayOrImage()
[all …]
/dports/x11/eaglemode/eaglemode-0.95.0/src/emText/
H A DemTextFilePanel.cpp209 double h,ch,cw,f,t,pagew,gap,x,y,clipx1,clipy1,clipx2,clipy2; in PaintAsText() local
215 clipx2=painter.GetUserClipX2(); in PaintAsText()
247 for (; page<pages && x<clipx2; page++, x+=pagew+gap) { in PaintAsText()
601 double h,cw,ch,f,t,pagex,gap,pagew,bx,rowy,clipx1,clipy1,clipx2,clipy2; in PaintAsHex() local
610 clipx2=painter.GetUserClipX2(); in PaintAsHex()
648 for (; page<pages && pagex<clipx2; page++, pagex+=pagew) { in PaintAsHex()
679 for (; page<pages && pagex<clipx2; page++, pagex+=pagew) { in PaintAsHex()
725 for (; page<pages && pagex<clipx2; page++, pagex+=pagew) { in PaintAsHex()
/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dshadow.cpp265 clipx2 = (shadowy2 + 1) / 2, in rendershadowtiles() local
270 clipx2 = clipy2 = 1; in rendershadowtiles()
277 glVertex2f(clipy1, clipx2); in rendershadowtiles()
279 glVertex2f(clipy2, clipx2); in rendershadowtiles()
306 vx2 = min(vx+vw, clipx2), in rendershadowtiles()
/dports/games/xkoules/koules1.4/os2dive/include/
H A Dvgagl.h47 int clipx2; /* bottom-right coordinate of clip window */ member
66 #define __clipx2 (currentcontext.clipx2)
/dports/editors/cooledit/cooledit-3.17.28/widget/
H A Dvgagl.h66 int clipx2; /* bottom-right coordinate of clip window */ member
86 #define __clipx2 (currentcontext.clipx2)
/dports/graphics/svgalib/svgalib-1.4.3/gl/
H A Dvgagl.h62 int clipx2; /* bottom-right coordinate of clip window */ member
82 #define __clipx2 (currentcontext.clipx2)
H A Ddef.h65 #define __clipx2 (__currentcontext.clipx2)
/dports/games/openbor3979/openbor-2bcf25b/engine/source/gamelib/
H A Dscreen.c125 xmax = useclip ? clipx2 : dest->width, in copyscreen_o()
212 xmax = useclip ? clipx2 : dest->width, in copyscreen_trans()
301 xmax = useclip ? clipx2 : dest->width, in copyscreen_remap()
392 xmax = useclip ? clipx2 : dest->width, in blendscreen()
H A Dscreen32.c25 xmax = useclip ? clipx2 : dest->width, in putscreenx8p32()
186 xmax = useclip ? clipx2 : dest->width, in blendscreen32()
H A Dscreen16.c24 xmax = useclip ? clipx2 : dest->width, in putscreenx8p16()
186 xmax = useclip ? clipx2 : dest->width, in blendscreen16()
H A Dtypes.h182 extern int useclip, clipx1, clipx2, clipy1, clipy2;
/dports/games/openbor4432/openbor-ba1eb4f/engine/source/gamelib/
H A Dscreen.c125 xmax = useclip ? clipx2 : dest->width, in copyscreen_o()
212 xmax = useclip ? clipx2 : dest->width, in copyscreen_trans()
301 xmax = useclip ? clipx2 : dest->width, in copyscreen_remap()
392 xmax = useclip ? clipx2 : dest->width, in blendscreen()
H A Dscreen16.c24 xmax = useclip ? clipx2 : dest->width, in putscreenx8p16()
186 xmax = useclip ? clipx2 : dest->width, in blendscreen16()
H A Dscreen32.c25 xmax = useclip ? clipx2 : dest->width, in putscreenx8p32()
186 xmax = useclip ? clipx2 : dest->width, in blendscreen32()
H A Dtypes.h182 extern int useclip, clipx1, clipx2, clipy1, clipy2;
H A Dspritex8p16.c366 xmax = useclip ? MIN(clipx2, screen->width) : screen->width, in putsprite_x8p16()
/dports/games/openbor/openbor-3caaddd5/engine/source/gamelib/
H A Dscreen.c125 xmax = useclip ? clipx2 : dest->width, in copyscreen_o()
212 xmax = useclip ? clipx2 : dest->width, in copyscreen_trans()
301 xmax = useclip ? clipx2 : dest->width, in copyscreen_remap()
392 xmax = useclip ? clipx2 : dest->width, in blendscreen()
H A Dscreen16.c24 xmax = useclip ? clipx2 : dest->width, in putscreenx8p16()
186 xmax = useclip ? clipx2 : dest->width, in blendscreen16()
H A Dscreen32.c25 xmax = useclip ? clipx2 : dest->width, in putscreenx8p32()
186 xmax = useclip ? clipx2 : dest->width, in blendscreen32()
H A Dtypes.h191 extern int useclip, clipx1, clipx2, clipy1, clipy2;
H A Dspritex8p32.c367 xmax = useclip ? MIN(clipx2, screen->width) : screen->width, in putsprite_x8p32()
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/graphics/
H A Dsprites.h26 …void draw_sprite_clipped(int x, int y, int s, int frame, uint8_t dir, int clipx1, int clipx2, int …
H A Dsprites.cpp136 int clipx1, int clipx2, int clipy1, int clipy2) in draw_sprite_clipped() argument
139 (clipx2 - clipx1), (clipy2 - clipy1)); in draw_sprite_clipped()
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/graphics/
H A DSprites.h36 …void drawSpriteClipped(int x, int y, int s, int frame, uint8_t dir, int clipx1, int clipx2, int cl…
H A DSprites.cpp254 void Sprites::drawSpriteClipped(int x, int y, int s, int frame, uint8_t dir, int clipx1, int clipx2 in drawSpriteClipped() argument
257 …blitSprite(x + clipx1, y + clipy1, s, frame, dir, clipx1, clipy1, (clipx2 - clipx1), (clipy2 - cli… in drawSpriteClipped()

123