Home
last modified time | relevance | path

Searched refs:clipx1 (Results 1 – 25 of 58) sorted by relevance

123

/dports/audio/praat/praat-6.2.03/sys/
H A DGraphics_image.cpp55 if (clipx1 < x1DC) clipx1 = x1DC; in _GraphicsScreen_cellArrayOrImage()
102 if (right < clipx1 || left > clipx2) in _GraphicsScreen_cellArrayOrImage()
104 Melder_clipLeft (clipx1, & left); in _GraphicsScreen_cellArrayOrImage()
156 integer arrayWidth = clipx2 - clipx1; in _GraphicsScreen_cellArrayOrImage()
195 integer bytesPerRow = (clipx2 - clipx1) * 4; in _GraphicsScreen_cellArrayOrImage()
276 integer *ileft = & ileftBuffer [1 - clipx1]; in _GraphicsScreen_cellArrayOrImage()
277 integer *iright = & irightBuffer [1 - clipx1]; in _GraphicsScreen_cellArrayOrImage()
364 integer *ix = & ixBuffer [1 - clipx1]; in _GraphicsScreen_cellArrayOrImage()
429 image = CGImageCreate (clipx2 - clipx1, numberOfRows, in _GraphicsScreen_cellArrayOrImage()
444 …CGContextDrawImage (my d_macGraphicsContext, CGRectMake (clipx1, clipy2, clipx2 - clipx1, clipy1 -… in _GraphicsScreen_cellArrayOrImage()
[all …]
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/graphics/
H A Dsprites.cpp136 int clipx1, int clipx2, int clipy1, int clipy2) in draw_sprite_clipped() argument
138 BlitSprite(x + clipx1, y + clipy1, s, frame, dir, clipx1, clipy1, \ in draw_sprite_clipped()
139 (clipx2 - clipx1), (clipy2 - clipy1)); in draw_sprite_clipped()
H A Dsprites.h26 …void draw_sprite_clipped(int x, int y, int s, int frame, uint8_t dir, int clipx1, int clipx2, int …
/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
213 clipx1=painter.GetUserClipX1(); in PaintAsText()
244 page=(int)(clipx1/(pagew+gap)); in PaintAsText()
601 double h,cw,ch,f,t,pagex,gap,pagew,bx,rowy,clipx1,clipy1,clipx2,clipy2; in PaintAsHex() local
608 clipx1=painter.GetUserClipX1(); in PaintAsHex()
642 if (pagex+pagew<=clipx1) { in PaintAsHex()
643 page=(int)((clipx1-pagex)/pagew); in PaintAsHex()
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/graphics/
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()
H A DSprites.h36 …void drawSpriteClipped(int x, int y, int s, int frame, uint8_t dir, int clipx1, int clipx2, int cl…
/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dshadow.cpp263 float clipx1 = (shadowy1 + 1) / 2, in rendershadowtiles() local
269 clipx1 = clipy1 = 0; in rendershadowtiles()
276 glVertex2f(clipy1, clipx1); in rendershadowtiles()
278 glVertex2f(clipy2, clipx1); in rendershadowtiles()
304 vx1 = max(vx, clipx1), in rendershadowtiles()
/dports/games/xkoules/koules1.4/os2dive/include/
H A Dvgagl.h45 int clipx1; /* top-left coordinate of clip window */ member
64 #define __clipx1 (currentcontext.clipx1)
/dports/editors/cooledit/cooledit-3.17.28/widget/
H A Dvgagl.h64 int clipx1; /* top-left coordinate of clip window */ member
84 #define __clipx1 (currentcontext.clipx1)
/dports/graphics/svgalib/svgalib-1.4.3/gl/
H A Dvgagl.h60 int clipx1; /* top-left coordinate of clip window */ member
80 #define __clipx1 (currentcontext.clipx1)
H A Ddef.h63 #define __clipx1 (__currentcontext.clipx1)
/dports/games/openbor3979/openbor-2bcf25b/engine/source/gamelib/
H A Dscreen.c124 int xmin = useclip ? clipx1 : 0, in copyscreen_o()
211 int xmin = useclip ? clipx1 : 0, in copyscreen_trans()
300 int xmin = useclip ? clipx1 : 0, in copyscreen_remap()
391 int xmin = useclip ? clipx1 : 0, in blendscreen()
H A Dscreen32.c24 int xmin = useclip ? clipx1 : 0, in putscreenx8p32()
185 int xmin = useclip ? clipx1 : 0, in blendscreen32()
H A Dscreen16.c23 int xmin = useclip ? clipx1 : 0, in putscreenx8p16()
185 int xmin = useclip ? clipx1 : 0, in blendscreen16()
H A Dtypes.h182 extern int useclip, clipx1, clipx2, clipy1, clipy2;
/dports/games/openbor4432/openbor-ba1eb4f/engine/source/gamelib/
H A Dscreen.c124 int xmin = useclip ? clipx1 : 0, in copyscreen_o()
211 int xmin = useclip ? clipx1 : 0, in copyscreen_trans()
300 int xmin = useclip ? clipx1 : 0, in copyscreen_remap()
391 int xmin = useclip ? clipx1 : 0, in blendscreen()
H A Dscreen16.c23 int xmin = useclip ? clipx1 : 0, in putscreenx8p16()
185 int xmin = useclip ? clipx1 : 0, in blendscreen16()
H A Dscreen32.c24 int xmin = useclip ? clipx1 : 0, in putscreenx8p32()
185 int xmin = useclip ? clipx1 : 0, in blendscreen32()
H A Dtypes.h182 extern int useclip, clipx1, clipx2, clipy1, clipy2;
/dports/games/openbor/openbor-3caaddd5/engine/source/gamelib/
H A Dscreen.c124 int xmin = useclip ? clipx1 : 0, in copyscreen_o()
211 int xmin = useclip ? clipx1 : 0, in copyscreen_trans()
300 int xmin = useclip ? clipx1 : 0, in copyscreen_remap()
391 int xmin = useclip ? clipx1 : 0, in blendscreen()
H A Dscreen16.c23 int xmin = useclip ? clipx1 : 0, in putscreenx8p16()
185 int xmin = useclip ? clipx1 : 0, in blendscreen16()
H A Dscreen32.c24 int xmin = useclip ? clipx1 : 0, in putscreenx8p32()
185 int xmin = useclip ? clipx1 : 0, in blendscreen32()
H A Dtypes.h191 extern int useclip, clipx1, clipx2, clipy1, clipy2;
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/mednafen/psx/
H A Dgpu_polygon.cpp125 int32 clipx1 = gpu->ClipX1 << gpu->upscale_shift; in DrawSpan() local
143 if((x + w) > (clipx1 + 1)) in DrawSpan()
144 w = clipx1 + 1 - x; in DrawSpan()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/mednafen/psx/
H A Dgpu_polygon.cpp125 int32 clipx1 = gpu->ClipX1 << gpu->upscale_shift; in DrawSpan() local
143 if((x + w) > (clipx1 + 1)) in DrawSpan()
144 w = clipx1 + 1 - x; in DrawSpan()

123