Home
last modified time | relevance | path

Searched refs:ofsx (Results 1 – 25 of 74) sorted by relevance

123

/dports/games/vultures-eye/vulture-2.3.67/slashem/win/gtk/
H A Dgtktile.c716 if (ofsx + i >= 0 && ofsx + i < width) in x_tile_tmp_draw_rectangle()
721 if (ofsx + i >= 0 && ofsx + i < width) in x_tile_tmp_draw_rectangle()
724 if (ofsx >= 0 && ofsx < width) in x_tile_tmp_draw_rectangle()
729 if (ofsx + width - 1 >= 0 && ofsx + width - 1 < width) in x_tile_tmp_draw_rectangle()
745 if (ofsx + i >= 0 && ofsx + i < width) in x_tile_tmp_draw_rectangle()
750 if (ofsx + i >= 0 && ofsx + i < width) in x_tile_tmp_draw_rectangle()
753 if (ofsx >= 0 && ofsx < width) in x_tile_tmp_draw_rectangle()
859 ofsx = 0; in x_img_tmp_draw_tile_transp_byte()
891 memcpy(dst + ofsx * bpp, src + ofsx * bpp, n * bpp); in x_img_tmp_draw_tile_transp_byte()
937 if (ofsx + i >= 0 && ofsx + i < width && in x_img_tmp_draw_tile_transp()
[all …]
H A Dgtkmap.c1114 nh_map_print_glyph_tmp(struct tilemap *tmap, int ofsx, int ofsy, int dosurface) in nh_map_print_glyph_tmp() argument
1121 x_tile_tmp_draw_tile(tile, ofsx, ofsy); in nh_map_print_glyph_tmp()
1126 x_tile_tmp_draw_tile(tile, ofsx, ofsy); in nh_map_print_glyph_tmp()
1133 x_tile_tmp_draw_tile(tile, ofsx, ofsy); in nh_map_print_glyph_tmp()
1137 x_tile_tmp_draw_rectangle(ofsx, ofsy, MAP_WHITE); in nh_map_print_glyph_tmp()
1141 x_tile_tmp_draw_rectangle(ofsx, ofsy, CLR_RED); in nh_map_print_glyph_tmp()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/video/
H A Dintern_video.h149 #define CLIP_RECTANGLE_OFS(x, y, width, height, ofsx, ofsy, endx) do { \ argument
167 ofsx = ClipX1 - x; \
168 if (width <= ofsx) { \
171 width -= ofsx; \
174 ofsx = 0; \
/dports/games/stratagus/stratagus-3.2.0/src/video/
H A Dintern_video.h167 #define CLIP_RECTANGLE_OFS(x, y, width, height, ofsx, ofsy, endx) do { \ argument
185 ofsx = ClipX1 - x; \
186 if (width <= ofsx) { \
189 width -= ofsx; \
192 ofsx = 0; \
/dports/x11-wm/fvwm3/fvwm3-1.0.4/modules/FvwmRearrange/
H A DFvwmRearrange.c69 int ofsx = 0, ofsy = 0; variable
286 int cur_x = ofsx, cur_y = ofsy; in tile_windows()
300 wdiv = (maxx - ofsx + 1) / count; in tile_windows()
329 wdiv = (maxx - ofsx + 1) / maxnum; in tile_windows()
332 wdiv = (maxx - ofsx + 1) / wins_count; in tile_windows()
356 cur_x = ofsx; in tile_windows()
364 int cur_x = ofsx, cur_y = ofsy; in cascade_windows()
505 ofsx = atopixel(argv[argi], dwidth); in parse_args()
517 ofsx += dx; in parse_args()
/dports/x11-wm/fvwm2/fvwm-2.6.9/modules/FvwmRearrange/
H A DFvwmRearrange.c70 int ofsx = 0, ofsy = 0; variable
286 int cur_x = ofsx, cur_y = ofsy; in tile_windows()
300 wdiv = (maxx - ofsx + 1) / count; in tile_windows()
329 wdiv = (maxx - ofsx + 1) / maxnum; in tile_windows()
332 wdiv = (maxx - ofsx + 1) / wins_count; in tile_windows()
356 cur_x = ofsx; in tile_windows()
364 int cur_x = ofsx, cur_y = ofsy; in cascade_windows()
499 ofsx = atopixel(argv[argi], dwidth); in parse_args()
515 ofsx += dx; in parse_args()
/dports/games/orbital_eunuchs_sniper/orbital_eunuchs_sniper-1.30/src/
H A Dzooms.cpp39 void zoom(SDL_Surface * src, float ofsx, float ofsy, float scale) in zoom() argument
55 xofs = (int)((1 << SHIFT_AMOUNT) * ofsx); in zoom()
150 void zoom_unreal(SDL_Surface * src, float ofsx, float ofsy, float scale) in zoom_unreal() argument
167 xofs = (int)((1 << SHIFT_AMOUNT) * ofsx); in zoom_unreal()
H A Dsnipe2d.h365 extern void zoom(SDL_Surface * src, float ofsx, float ofsy, float scale);
366 extern void zoom_unreal(SDL_Surface * src, float ofsx, float ofsy, float scale);
/dports/graphics/xpx/xpx/
H A Dconvert.c555 int ofsx, ofsy; local
571 ofsx = buf[12]|(buf[13]<<8);
578 ofsx = ofsy = 0;
585 if (ofsx+w > imgmaxw) {
586 w = imgmaxw-ofsx;
587 message("!\nwidth %d trancate to %d.\n", dataw+ofsx, w+ofsx);
594 for (x = 0; x < ofsx+w; x++) {
601 for (x = 0; x < ofsx; x++)
613 *(imgdata+y*imgmaxw+ofsx+x) = c;
616 hotspotx = ofsx;
[all …]
/dports/graphics/blender/blender-2.91.0/intern/ghost/intern/
H A DGHOST_XrGraphicsBinding.cpp176 glBlitFramebuffer(draw_info.ofsx, in submitToSwapchainImage()
178 draw_info.ofsx + draw_info.width, in submitToSwapchainImage()
180 draw_info.ofsx, in submitToSwapchainImage()
182 draw_info.ofsx + draw_info.width, in submitToSwapchainImage()
/dports/math/mcsim/mcsim-6.2.0/xmcsim/
H A Dxgpl42 set Xgpl($coord:ofsx) {} ; set Xgpl($coord:ofsy) {}
57 set Xgpl(main:ofsx) {} ; set Xgpl(main:ofsy) {}
/dports/graphics/blender/blender-2.91.0/source/blender/imbuf/intern/
H A Dscaling.c1558 int ofsx, ofsy, stepx, stepy; in scalefast_Z_ImBuf() local
1589 ofsx = 32768; in scalefast_Z_ImBuf()
1590 for (x = newx; x > 0; x--, ofsx += stepx) { in scalefast_Z_ImBuf()
1591 *newzbuf++ = zbuf[ofsx >> 16]; in scalefast_Z_ImBuf()
1598 ofsx = 32768; in scalefast_Z_ImBuf()
1599 for (x = newx; x > 0; x--, ofsx += stepx) { in scalefast_Z_ImBuf()
1673 size_t ofsx, ofsy, stepx, stepy; in IMB_scalefastImBuf() local
1726 ofsx = 32768; in IMB_scalefastImBuf()
1729 *newrect++ = rect[ofsx >> 16]; in IMB_scalefastImBuf()
1736 ofsx = 32768; in IMB_scalefastImBuf()
[all …]
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dam_map.cpp343 const fixed ofsx = playerx - panx; in Draw() local
346 …const double originx = (amx+amsizex/2) - (FIXED2FLOAT(FixedMul(FixedMul(scale, ofsx&0xFFFF), amcos… in Draw()
347 …const double originy = (amy+amsizey/2) - (FIXED2FLOAT(FixedMul(FixedMul(scale, ofsx&0xFFFF), amsin… in Draw()
359 …if(TransformTile(spot, FixedMul((mx<<FRACBITS)-ofsx, scale), FixedMul((my<<FRACBITS)-ofsy, scale),… in Draw()
440 if(TransformTile(spot, FixedMul(tx-ofsx, scale), FixedMul(ty-ofsy, scale), points)) in Draw()
472 …DrawVector(AM_Arrow, 8, FixedMul(playerx - ofsx, scale), FixedMul(playery - ofsy, scale), (amFlags… in Draw()
479 DrawActor(iter, FixedMul(iter->x - ofsx, scale), FixedMul(iter->y - ofsy, scale)); in Draw()
/dports/comms/cubicsdr/CubicSDR-0248e5a/src/util/
H A DGLFont.cpp488 float ofsx = (float) fchar->getXOffset() / (float) imageWidth; in getStringWidth() local
495 width += fchar->getAspect() + advx + ofsx; in getStringWidth()
603 float ofsx = (float) fchar->getXOffset() / (float) imageWidth; in drawString() local
610 glTranslatef(ofsx, 0.0, 0.0); in drawString()
730 float ofsx = (float) fchar->getXOffset() / (float) imageWidth; in cacheString() local
738 trans *= CubicVR::mat4::translate(ofsx, 0.0, 0.0); in cacheString()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dcolor-cube-analyze.c197 gint ofsx, ofsy; in analyze() local
217 gimp_drawable_offsets (drawable->drawable_id, &ofsx, &ofsy); in analyze()
240 gimp_pixel_rgn_get_row (&selPR, sel, x1 + ofsx, y + ofsy, (x2 - x1)); in analyze()
/dports/archivers/deutex/deutex-5.2.2/src/
H A Dtext.h48 bool TXTreadPatchDef(struct TXTFILE *TXT, char name[8], int16_t * ofsx,
H A Dlistdir.c315 int16_t ofsx; /* X offset for texture */ member
639 int16_t p, bas, tst, ofsx, ofsy; in XTRcompakWAD() local
672 ofsx = ((bbas[5] << 8) & 0xFF00) + (bbas[4] & 0xFF); in XTRcompakWAD()
674 fprintf(out, "%-8.8s\t%d\t%d\n", pdir[bas].name, ofsx, in XTRcompakWAD()
H A Dtexture.c730 int16_t xsize = 0, ysize = 0, ofsx = 0, ofsy = 0; in TXUreadTexFile() local
769 while (TXTreadPatchDef(TXT, pname, &ofsx, &ofsy)) { in TXUreadTexFile()
773 lump_name(tname), ofsx); in TXUreadTexFile()
779 TXUaddPatchToCurTex(Pindex, ofsx, ofsy); in TXUreadTexFile()
/dports/games/libretro-snes9x/snes9x-73aa348/macosx/
H A Dmac-keyboard.cpp148 static float ofsx, ofsy; variable
364 ofsx = (float) (((int) frame.size.width - kKeyLayoutWidth ) >> 1) + 1.0f; in ConfigureKeyboard()
967 hipt.x -= ofsx; in KeyLayoutEventHandler()
986 hipt.x -= ofsx; in KeyLayoutEventHandler()
993 hipt.x = qdpt.h - ofsx; in KeyLayoutEventHandler()
/dports/emulators/snes9x-gtk/snes9x-1.54.1/macosx/
H A Dmac-keyboard.cpp322 static float ofsx, ofsy; variable
538 ofsx = (float) (((int) frame.size.width - kKeyLayoutWidth ) >> 1) + 1.0f; in ConfigureKeyboard()
1141 hipt.x -= ofsx; in KeyLayoutEventHandler()
1160 hipt.x -= ofsx; in KeyLayoutEventHandler()
1167 hipt.x = qdpt.h - ofsx; in KeyLayoutEventHandler()
/dports/games/stuntrally/stuntrally-2.6.1/config/
H A Deditor-default.cfg109 ofsx = 0.140625
/dports/math/ploticus-nox11/pl240src/src/
H A Dproc_axis.c46 double axislabelofs, ofsx, ofsy, incamount, ticincamount, overrun, stubslide, ticslide, glemin, gle… local
850 ofsx = adjx + (ticout * -2.0) ;
856 ofsx = (adjx + -0.15) /* + stubslide*/;
862 ofsx = adjx + (Ecurtextheight + ticout)*-1.0 ;
868 Emov( pos+ofsx, Ea( Y, y)+ofsy );
/dports/math/ploticus/pl240src/src/
H A Dproc_axis.c46 double axislabelofs, ofsx, ofsy, incamount, ticincamount, overrun, stubslide, ticslide, glemin, gle… local
850 ofsx = adjx + (ticout * -2.0) ;
856 ofsx = (adjx + -0.15) /* + stubslide*/;
862 ofsx = adjx + (Ecurtextheight + ticout)*-1.0 ;
868 Emov( pos+ofsx, Ea( Y, y)+ofsy );
/dports/games/fkiss/fkiss-0.33/
H A Dfkiss.h99 short ofsx; /* optimized offset-x */ member
/dports/games/openbor3482/openbor-2c1ecd7/engine/source/gamelib/
H A Dtypes.h137 int ofsx; member

123