Home
last modified time | relevance | path

Searched refs:clipy1 (Results 1 – 25 of 65) sorted by relevance

123

/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/ai/final_battle/
H A Ddoctor_common.cpp38 o->clipy1 += 2; in dr_tp_out()
41 if (o->clipy1 >= o->clipy2) in dr_tp_out()
58 o->clipy1 = o->clipy2 = (sprites[o->sprite].h / 2); in dr_tp_in_init()
65 o->clipy1 -= 2; in dr_tp_in()
68 if (o->clipy1 <= 0 || o->clipy2 >= sprites[o->sprite].h) in dr_tp_in()
H A Ddoctor_frenzied.cpp579 o->clipy1++; in run_defeat()
580 if (o->clipy1 >= sprites[o->sprite].h) in run_defeat()
590 y = (o->y - o->DrawPointY()) + (o->clipy1 << CSF); in run_defeat()
605 if (o->clipy1 >= 44) in run_defeat()
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/ai/final_battle/
H A Ddoctor_common.cpp43 o->clipy1 += 2; in dr_tp_out()
46 if (o->clipy1 >= o->clipy2) in dr_tp_out()
63 o->clipy1 = o->clipy2 = (Renderer::getInstance()->sprites.sprites[o->sprite].h / 2); in dr_tp_in_init()
70 o->clipy1 -= 2; in dr_tp_in()
73 if (o->clipy1 <= 0 || o->clipy2 >= Renderer::getInstance()->sprites.sprites[o->sprite].h) in dr_tp_in()
H A Ddoctor_frenzied.cpp477 o->clipy1++; in run_defeat()
478 if (o->clipy1 >= Renderer::getInstance()->sprites.sprites[o->sprite].h) in run_defeat()
488 y = (o->y - o->DrawPointY()) + (o->clipy1 * CSFI); in run_defeat()
503 if (o->clipy1 >= 44) in run_defeat()
/dports/audio/praat/praat-6.2.03/sys/
H A DGraphics_image.cpp57 if (clipy1 > y1DC) clipy1 = y1DC; in _GraphicsScreen_cellArrayOrImage()
92 if (top > clipy1 || bottom < clipy2) in _GraphicsScreen_cellArrayOrImage()
95 Melder_clipRight (& bottom, clipy1); in _GraphicsScreen_cellArrayOrImage()
157 integer arrayHeight = clipy1 - clipy2; in _GraphicsScreen_cellArrayOrImage()
172 integer bitmapWidth = clipx2 - clipx1, bitmapHeight = clipy1 - clipy2; in _GraphicsScreen_cellArrayOrImage()
197 integer numberOfRows = clipy1 - clipy2; in _GraphicsScreen_cellArrayOrImage()
290 for (yDC = clipy2; yDC < clipy1; yDC += undersampling) { in _GraphicsScreen_cellArrayOrImage()
367 for (yDC = clipy2; yDC < clipy1; yDC += undersampling) { in _GraphicsScreen_cellArrayOrImage()
396 cairo_matrix_translate (& clip_trans, - clipx1, - clipy1); in _GraphicsScreen_cellArrayOrImage()
656 minimum, maximum, clipx1, clipx2, clipy1, clipy2, interpolate); in _cellArrayOrImage()
[all …]
H A DGraphics_linesAndAreas.cpp821 const integer clipy1 = wdy (my d_y1WC), clipy2 = wdy (my d_y2WC); in Graphics_function_() local
853 if (minDC > clipy1) minDC = clipy1; in Graphics_function_()
854 if (maxDC > clipy1) maxDC = clipy1; in Graphics_function_()
858 if (minDC < clipy1) minDC = clipy1; in Graphics_function_()
859 if (maxDC < clipy1) maxDC = clipy1; in Graphics_function_()
904 if (FUNCTIONS_ARE_CLIPPED && value > clipy1) value = clipy1; in Graphics_function_()
907 if (FUNCTIONS_ARE_CLIPPED && value < clipy1) value = clipy1; in Graphics_function_()
/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
214 clipy1=painter.GetUserClipY1(); in PaintAsText()
258 row=(int)(clipy1/ch); in PaintAsText()
601 double h,cw,ch,f,t,pagex,gap,pagew,bx,rowy,clipx1,clipy1,clipx2,clipy2; in PaintAsHex() local
609 clipy1=painter.GetUserClipY1(); in PaintAsHex()
682 if (rowy+ch<=clipy1) { in PaintAsHex()
683 row=(int)((clipy1-rowy)/ch); in PaintAsHex()
728 if (rowy+ch<=clipy1) { in PaintAsHex()
729 row=(int)((clipy1-rowy)/ch); in PaintAsHex()
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/ai/maze/
H A Dpooh_black.cpp207 o->clipy1 = (o->timer2 / 8); in ai_pooh_black_dying()
213 if (o->clipy1 >= o->clipy2) in ai_pooh_black_dying()
227 y = o->y + (o->clipy1 << CSF) + random(-4<<CSF, 4<<CSF); in ai_pooh_black_dying()
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/ai/maze/
H A Dpooh_black.cpp217 o->clipy1 = (o->timer2 / 8); in ai_pooh_black_dying()
223 if (o->clipy1 >= o->clipy2) in ai_pooh_black_dying()
236 y = o->y + (o->clipy1 * CSFI) + (random(-4, 4) * CSFI); in ai_pooh_black_dying()
/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 …ipped(int x, int y, int s, int frame, uint8_t dir, int clipx1, int clipx2, int clipy1, int clipy2);
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/graphics/
H A DSprites.cpp254 …:drawSpriteClipped(int x, int y, int s, int frame, uint8_t dir, int clipx1, int clipx2, int clipy1, in drawSpriteClipped() argument
257 …blitSprite(x + clipx1, y + clipy1, s, frame, dir, clipx1, clipy1, (clipx2 - clipx1), (clipy2 - cli… in drawSpriteClipped()
/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dshadow.cpp264 clipy1 = (shadowx1 + 1) / 2, in rendershadowtiles() local
269 clipx1 = clipy1 = 0; in rendershadowtiles()
276 glVertex2f(clipy1, clipx1); in rendershadowtiles()
277 glVertex2f(clipy1, clipx2); in rendershadowtiles()
305 vy1 = max(vy, clipy1), in rendershadowtiles()
/dports/games/xkoules/koules1.4/os2dive/include/
H A Dvgagl.h46 int clipy1; member
65 #define __clipy1 (currentcontext.clipy1)
/dports/editors/cooledit/cooledit-3.17.28/widget/
H A Dvgagl.h65 int clipy1; member
85 #define __clipy1 (currentcontext.clipy1)
/dports/graphics/svgalib/svgalib-1.4.3/gl/
H A Dvgagl.h61 int clipy1; member
81 #define __clipy1 (currentcontext.clipy1)
/dports/games/openbor3979/openbor-2bcf25b/engine/source/gamelib/
H A Dscreen.c126 ymin = useclip ? clipy1 : 0, in copyscreen_o()
213 ymin = useclip ? clipy1 : 0, in copyscreen_trans()
302 ymin = useclip ? clipy1 : 0, in copyscreen_remap()
393 ymin = useclip ? clipy1 : 0, in blendscreen()
H A Dscreen32.c26 ymin = useclip ? clipy1 : 0, in putscreenx8p32()
187 ymin = useclip ? clipy1 : 0, in blendscreen32()
H A Dscreen16.c25 ymin = useclip ? clipy1 : 0, in putscreenx8p16()
187 ymin = useclip ? clipy1 : 0, in blendscreen16()
/dports/games/openbor4432/openbor-ba1eb4f/engine/source/gamelib/
H A Dscreen.c126 ymin = useclip ? clipy1 : 0, in copyscreen_o()
213 ymin = useclip ? clipy1 : 0, in copyscreen_trans()
302 ymin = useclip ? clipy1 : 0, in copyscreen_remap()
393 ymin = useclip ? clipy1 : 0, in blendscreen()
H A Dscreen16.c25 ymin = useclip ? clipy1 : 0, in putscreenx8p16()
187 ymin = useclip ? clipy1 : 0, in blendscreen16()
H A Dscreen32.c26 ymin = useclip ? clipy1 : 0, in putscreenx8p32()
187 ymin = useclip ? clipy1 : 0, in blendscreen32()
/dports/games/openbor/openbor-3caaddd5/engine/source/gamelib/
H A Dscreen.c126 ymin = useclip ? clipy1 : 0, in copyscreen_o()
213 ymin = useclip ? clipy1 : 0, in copyscreen_trans()
302 ymin = useclip ? clipy1 : 0, in copyscreen_remap()
393 ymin = useclip ? clipy1 : 0, in blendscreen()
H A Dscreen16.c25 ymin = useclip ? clipy1 : 0, in putscreenx8p16()
187 ymin = useclip ? clipy1 : 0, in blendscreen16()
H A Dscreen32.c26 ymin = useclip ? clipy1 : 0, in putscreenx8p32()
187 ymin = useclip ? clipy1 : 0, in blendscreen32()

123