Home
last modified time | relevance | path

Searched refs:fromy (Results 101 – 125 of 127) sorted by relevance

123456

/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXWindow.cpp2510 …teCoordinatesFrom(FXint& tox,FXint& toy,const FXWindow* fromwindow,FXint fromx,FXint fromy) const { in translateCoordinatesFrom()
2515 XTranslateCoordinates(DISPLAY(getApp()),fromwindow->id(),xid,fromx,fromy,&tox,&toy,&tmp); in translateCoordinatesFrom()
2519 pt.y=fromy; in translateCoordinatesFrom()
2530 …nslateCoordinatesTo(FXint& tox,FXint& toy,const FXWindow* towindow,FXint fromx,FXint fromy) const { in translateCoordinatesTo()
2535 XTranslateCoordinates(DISPLAY(getApp()),xid,towindow->id(),fromx,fromy,&tox,&toy,&tmp); in translateCoordinatesTo()
2539 pt.y=fromy; in translateCoordinatesTo()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXWindow.cpp2578 …teCoordinatesFrom(FXint& tox,FXint& toy,const FXWindow* fromwindow,FXint fromx,FXint fromy) const { in translateCoordinatesFrom()
2584 pt.y=fromy; in translateCoordinatesFrom()
2591 …XTranslateCoordinates((Display*)getApp()->getDisplay(),fromwindow->id(),xid,fromx,fromy,&tox,&toy,… in translateCoordinatesFrom()
2598 …nslateCoordinatesTo(FXint& tox,FXint& toy,const FXWindow* towindow,FXint fromx,FXint fromy) const { in translateCoordinatesTo()
2604 pt.y=fromy; in translateCoordinatesTo()
2611 …XTranslateCoordinates((Display*)getApp()->getDisplay(),xid,towindow->id(),fromx,fromy,&tox,&toy,&t… in translateCoordinatesTo()
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXWindow.cpp2510 …teCoordinatesFrom(FXint& tox,FXint& toy,const FXWindow* fromwindow,FXint fromx,FXint fromy) const { in translateCoordinatesFrom()
2515 XTranslateCoordinates(DISPLAY(getApp()),fromwindow->id(),xid,fromx,fromy,&tox,&toy,&tmp); in translateCoordinatesFrom()
2519 pt.y=fromy; in translateCoordinatesFrom()
2530 …nslateCoordinatesTo(FXint& tox,FXint& toy,const FXWindow* towindow,FXint fromx,FXint fromy) const { in translateCoordinatesTo()
2535 XTranslateCoordinates(DISPLAY(getApp()),xid,towindow->id(),fromx,fromy,&tox,&toy,&tmp); in translateCoordinatesTo()
2539 pt.y=fromy; in translateCoordinatesTo()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXWindow.cpp2597 …teCoordinatesFrom(FXint& tox,FXint& toy,const FXWindow* fromwindow,FXint fromx,FXint fromy) const { in translateCoordinatesFrom()
2603 pt.y=fromy; in translateCoordinatesFrom()
2610 …XTranslateCoordinates((Display*)getApp()->getDisplay(),fromwindow->id(),xid,fromx,fromy,&tox,&toy,… in translateCoordinatesFrom()
2617 …nslateCoordinatesTo(FXint& tox,FXint& toy,const FXWindow* towindow,FXint fromx,FXint fromy) const { in translateCoordinatesTo()
2623 pt.y=fromy; in translateCoordinatesTo()
2630 …XTranslateCoordinates((Display*)getApp()->getDisplay(),xid,towindow->id(),fromx,fromy,&tox,&toy,&t… in translateCoordinatesTo()
/dports/games/senken/senken-0.3.0/lib/
H A Dmap.c1039 int fromy, toy; in map_set_temporary_line() local
1057 fromy = MIN(y1,y2); in map_set_temporary_line()
1060 for (y = fromy+1; y<= toy; y++) { in map_set_temporary_line()
/dports/german/BBBike/BBBike-3.18/
H A DBBBikeEdit.pm898 my($fromx, $fromy) = split /,/, $from;
901 my $len1 = _strecke($fromx, $fromy, $x1, $y1);
905 $y1+($fromy-$y1)/$len1*20+4,
931 my($fromx, $fromy) = split /,/, $from;
934 my $len1 = _strecke($fromx, $fromy, $x1, $y1);
938 $y1+($fromy-$y1)/$len1*20+4,
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Droom.cpp1081 ml->fromy = mask_to_room_coord(ml->fromy); in convert_move_path_to_room_resolution()
/dports/games/springlobby/springlobby-0.180/src/
H A Dmapctrl.cpp411 void MapCtrl::GetClosestStartPos( int fromx, int fromy, int& index, int& x, int& y, int& range ) in GetClosestStartPos() argument
423 double dy = fromy - map.info.positions[i].y; in GetClosestStartPos()
/dports/games/brainparty/brainparty/
H A DBPGame.cpp1504 void BPGame::DrawLine(int fromx, int fromy, int tox, int toy, Colour* col, float width) { in DrawLine() argument
1505 GLfloat vertices[] = { fromx, fromy, tox, toy }; in DrawLine()
/dports/games/lincity/lincity-1.13.1/
H A Dlin-city.h1314 void set_mappoint_ints (int fromx, int fromy, int x, int y);
/dports/games/exult/exult-snapshot-v1.7.0.20211128/usecode/
H A Dintrinsics.cc3268 int fromy = parms[2].get_elem(1).get_int_value(); in USECODE_INTRINSIC() local
3271 TileRect area(fromx, fromy, tox - fromx + 1, toy - fromy + 1); in USECODE_INTRINSIC()
/dports/games/tesseract-data/tesseract/src/engine/
H A Dui.cpp2115 virtual void movebutton(Object *o, float fromx, float fromy, float tox, float toy) = 0;
2194 void movebutton(Object *o, float fromx, float fromy, float tox, float toy) in movebutton()
2236 void movebutton(Object *o, float fromx, float fromy, float tox, float toy) in movebutton()
2238 scrollto(o->x + tox, o->y + toy - fromy); in movebutton()
/dports/games/tesseract/tesseract/src/engine/
H A Dui.cpp2115 virtual void movebutton(Object *o, float fromx, float fromy, float tox, float toy) = 0;
2194 void movebutton(Object *o, float fromx, float fromy, float tox, float toy) in movebutton()
2236 void movebutton(Object *o, float fromx, float fromy, float tox, float toy) in movebutton()
2238 scrollto(o->x + tox, o->y + toy - fromy); in movebutton()
/dports/devel/libtool/libtool-2.4.6/
H A DTHANKS219 Patrice Fromy patrice.fromy@u-psud.fr
/dports/devel/libltdl/libtool-2.4.6/
H A DTHANKS219 Patrice Fromy patrice.fromy@u-psud.fr
/dports/cad/electric/electric-7.00/src/misc/
H A Dcompensate.c253 INTBIG fromx, INTBIG fromy);
2963 …eesegment(INTBIG linesx, INTBIG linesy, INTBIG *lineex, INTBIG *lineey, INTBIG fromx, INTBIG fromy) in compen_insert15degreesegment() argument
2971 (void)compen_intersect(fromx, fromy, ang, *lineex, *lineey, a1, &ix, &iy); in compen_insert15degreesegment()
2982 (void)compen_intersect(fromx, fromy, ang, *lineex, *lineey, a1, &ix, &iy); in compen_insert15degreesegment()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/cpu/ccpu/
H A Dccpu.c38 extern void CinemaVectorData (int fromx, int fromy, int tox, int toy, int color);
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/
H A Dhistory_inner_widget.cpp3100 int32 fromy = itemTop(_dragSelFrom), toy = itemTop(_dragSelTo); in updateDragSelection() local
3101 if (fromy >= 0 && toy >= 0 && fromy > toy) { in updateDragSelection()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/ccpu/
H A Dccpu.c65 extern void CinemaVectorData (int fromx, int fromy, int tox, int toy, int color);
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/ccpu/
H A Dccpu.c65 extern void CinemaVectorData (int fromx, int fromy, int tox, int toy, int color);
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrarc.c1309 ARCINST *us_runarcinst(NODEINST *fromnodeinst, PORTPROTO *fromportproto, INTBIG fromx, INTBIG fromy, in us_runarcinst() argument
1323 ai = newarcinst(ap, wid, bits, fromnodeinst, fromportproto, fromx,fromy, in us_runarcinst()
/dports/math/maxima/maxima-5.43.2/share/affine/
H A Dsheafa.lisp382 (fromy (from-case y)))
387 fromy)))))))))
/dports/games/scummvm/scummvm-2.5.1/engines/ags/plugins/core/
H A Dglobal_api.cpp1449 PARAMS4(int, fromx, int, fromy, int, tox, int, toy); in RawDrawLine()
1450 AGS3::RawDrawLine(fromx, fromy, tox, toy); in RawDrawLine()
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Dui.cpp3159 virtual void movebutton(Object *o, float fromx, float fromy, float tox, float toy) = 0;
3241 void movebutton(Object *o, float fromx, float fromy, float tox, float toy) in movebutton()
3286 void movebutton(Object *o, float fromx, float fromy, float tox, float toy) in movebutton()
3288 scrollto(o->x + tox, o->y + toy - fromy); in movebutton()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_cocoa.mm823 int fromx = 0, fromy = 0;
826 fromy -= from->y();
827 CGRect prect = CGRectMake(fromx, fromy, parent->w(), parent->h());

123456