Home
last modified time | relevance | path

Searched refs:rawy (Results 51 – 75 of 125) sorted by relevance

12345

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/sdl/
H A Dsdlmain.cc295 point_in_map(Map *map, int rawx, int rawy) in point_in_map() argument
299 rawx -= map->sx; rawy -= map->sy; in point_in_map()
302 if (!between(0, rawy, map->main_vp->pxh)) in point_in_map()
308 autoscroll(Screen *screen, int rawx, int rawy) in autoscroll() argument
316 if (point_in_map(screen->map, rawx, rawy)) { in autoscroll()
318 rawx -= screen->map->sx; rawy -= screen->map->sy; in autoscroll()
343 if (rawy > 0 && rawy < autoscroll_width && vp->sy > vp->symin) { in autoscroll()
775 update_mouseover_x(Screen *screen, int rawx, int rawy) in update_mouseover_x() argument
785 if (point_in_map(screen->map, rawx, rawy)) { in update_mouseover_x()
796 nearest_unit(dside, vp, rawx, rawy, &unit2); in update_mouseover_x()
[all …]
H A Dsdlconq.h379 extern int point_in_map(Map *map, int rawx, int rawy);
380 extern void autoscroll(Screen *screen, int rawx, int rawy);
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dsegag80v.cpp84 inline bool segag80v_state::adjust_xy(int rawx, int rawy, int &outx, int &outy) in adjust_xy() argument
90 outy = (rawy & 0x7ff) ^ 0x200; in adjust_xy()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dsegag80v.cpp84 inline bool segag80v_state::adjust_xy(int rawx, int rawy, int &outx, int &outy) in adjust_xy() argument
90 outy = (rawy & 0x7ff) ^ 0x200; in adjust_xy()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/tools/ds_tests/swi/arm9/source/
H A Dtemplate.cpp25 iprintf("Touch y = %04i, %04i\n", touch.rawy, touch.py); in main()
/dports/lang/fpc-source/fpc-3.2.2/packages/libndsfpc/src/nds/
H A Dtouch.inc6 rawy: cuint16;
/dports/lang/fpc-source/fpc-3.2.2/packages/libndsfpc/examples/graphics/3D/Env_Mapping/
H A DEnvMapping.pp31 dy^ := (prev_pen[1] - touchXY.rawy);
35 prev_pen[1] := touchXY.rawy;
/dports/lang/fpc-source/fpc-3.2.2/packages/libndsfpc/examples/graphics/3D/Toon_Shading/
H A DToonShading.pp31 dy := (prev_pen[1] - touchXY.rawy);
35 prev_pen[1] := touchXY.rawy;
/dports/lang/fpc-source/fpc-3.2.2/packages/libndsfpc/examples/graphics/Printing/print_both_screens/
H A DprintBothScreens.pp34 iprintf('Touch y = %04i, %04i'#10, touch.rawy, touch.py);
/dports/games/lincity-ng/lincity-ng-2.0/src/gui_interface/
H A Dpbar_interface.h29 void pbar_mouse(int rawx, int rawy, int button);
/dports/lang/fpc-source/fpc-3.2.2/packages/libndsfpc/examples/hello_world/
H A DhelloWorld.pp35 iprintf('Touch y = %04X, %04X'#10, touchXY.rawy, touchXY.py);
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/headtracking/
H A Dfreetrack.h34 float rawy; member
/dports/lang/fpc-source/fpc-3.2.2/packages/libndsfpc/examples/input/Touch_Pad/touch_area/
H A DtouchArea.pp27 iprintf('Touch y = %04i, %04i'#10, touch.rawy, touch.py);
/dports/games/lincity/lincity-1.13.1/
H A Dpbar.h28 void pbar_mouse(int rawx, int rawy, int button);
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dnerverot.c503 FLOAT rawy = RAND_FLOAT_01; in setupBlotsTetrahedron() local
505 if ((rawx + rawy) > 1) in setupBlotsTetrahedron()
509 rawx = 1.0 - rawy; in setupBlotsTetrahedron()
510 rawy = t; in setupBlotsTetrahedron()
522 (cor[c2][0] - cor[c][0]) * rawy + in setupBlotsTetrahedron()
526 (cor[c2][1] - cor[c][1]) * rawy + in setupBlotsTetrahedron()
530 (cor[c2][2] - cor[c][2]) * rawy + in setupBlotsTetrahedron()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Danimation-optimize.c333 gint rawx, rawy, rawbpp, rawwidth, rawheight; in compose_row() local
353 gimp_drawable_offsets (drawable_ID, &rawx, &rawy); in compose_row()
359 if (row_num >= rawheight + rawy || in compose_row()
360 row_num < rawy) in compose_row()
379 gegl_buffer_get (src_buffer, GEGL_RECTANGLE (0, row_num - rawy, in compose_row()
/dports/math/cocoalib/CoCoALib-0.99712/include/CoCoA/
H A DSparsePolyRing.H114 virtual void myMul(RawPtr rawlhs, ConstRawPtr rawx, ConstRawPtr rawy) const; ///< lhs = x*y
116 …virtual bool myIsDivisible(RawPtr rawlhs, ConstRawPtr rawx, ConstRawPtr rawy) const; ///< lhs = x/…
134 …virtual void myGcd(RawPtr rawlhs, ConstRawPtr rawx, ConstRawPtr rawy) const; ///< lhs = gcd(x,y) i…
/dports/math/giacxcas/CoCoALib-0.99700/include/CoCoA/
H A DSparsePolyRing.H114 virtual void myMul(RawPtr rawlhs, ConstRawPtr rawx, ConstRawPtr rawy) const; ///< lhs = x*y
116 …virtual bool myIsDivisible(RawPtr rawlhs, ConstRawPtr rawx, ConstRawPtr rawy) const; ///< lhs = x/…
134 …virtual void myGcd(RawPtr rawlhs, ConstRawPtr rawx, ConstRawPtr rawy) const; ///< lhs = gcd(x,y) i…
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A Dring.C233 void RingBase::myLcm(RawPtr rawlhs, ConstRawPtr rawx, ConstRawPtr rawy) const in myLcm() argument
236 if (myIsZero(rawx) || myIsZero(rawy)) { myAssignZero(rawlhs); return;} in myLcm()
239 myGcd(raw(g), rawx, rawy); in myLcm()
241 myMul(raw(g), rawy, raw(g)); in myLcm()
247 …yGcdQuot(RawPtr rawlhs, RawPtr rawxquot, RawPtr rawyquot, ConstRawPtr rawx, ConstRawPtr rawy) const in myGcdQuot() argument
250 myGcd(rawlhs, rawx, rawy); in myGcdQuot()
252 myDiv(rawyquot, rawy, rawlhs); in myGcdQuot()
411 int RingBase::myCmpAbs(ConstRawPtr rawx, ConstRawPtr rawy) const in myCmpAbs() argument
415 abs(RingElemAlias(ring(this),rawy))); in myCmpAbs()
528 void RingBase::myGcdInField(RawPtr rawlhs, ConstRawPtr rawx, ConstRawPtr rawy) const in myGcdInField() argument
[all …]
H A DPolyRing.C63 void PolyRingBase::myDiv(RawPtr rawlhs, ConstRawPtr rawx, ConstRawPtr rawy) const in myDiv() argument
65 if (myIsZero(rawy)) // or CoCoA_ASSERT??? in myDiv()
67 if (!myIsDivisible(rawlhs, rawx, rawy)) in myDiv()
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A Dring.C234 void RingBase::myLcm(RawPtr rawlhs, ConstRawPtr rawx, ConstRawPtr rawy) const in myLcm() argument
237 if (myIsZero(rawx) || myIsZero(rawy)) { myAssignZero(rawlhs); return;} in myLcm()
240 myGcd(raw(g), rawx, rawy); in myLcm()
242 myMul(raw(g), rawy, raw(g)); in myLcm()
248 …yGcdQuot(RawPtr rawlhs, RawPtr rawxquot, RawPtr rawyquot, ConstRawPtr rawx, ConstRawPtr rawy) const in myGcdQuot() argument
251 myGcd(rawlhs, rawx, rawy); in myGcdQuot()
253 myDiv(rawyquot, rawy, rawlhs); in myGcdQuot()
412 int RingBase::myCmpAbs(ConstRawPtr rawx, ConstRawPtr rawy) const in myCmpAbs() argument
416 abs(RingElemAlias(ring(this),rawy))); in myCmpAbs()
529 void RingBase::myGcdInField(RawPtr rawlhs, ConstRawPtr rawx, ConstRawPtr rawy) const in myGcdInField() argument
[all …]
H A DPolyRing.C63 void PolyRingBase::myDiv(RawPtr rawlhs, ConstRawPtr rawx, ConstRawPtr rawy) const in myDiv() argument
65 if (myIsZero(rawy)) // or CoCoA_ASSERT??? in myDiv()
67 if (!myIsDivisible(rawlhs, rawx, rawy)) in myDiv()
/dports/devel/liblas/libLAS-1.8.1/apps/
H A Dlas2pg.c530 uint32_t rawy = 0; in main() local
571 rawy = (uint32_t) (((int64_t) LASPoint_GetRawY(p)) + factorY); in main()
572 mortonkey = EncodeMorton2D(rawx,rawy); in main()
H A Dlas2col.c535 int64_t EncodeMorton2D_1(unsigned int rawx, unsigned int rawy){ in EncodeMorton2D_1() argument
539 answer |= ((rawy & ((int64_t)1 << i)) << i) | ((rawx & ((int64_t)1 << i)) << (i + 1)); in EncodeMorton2D_1()
557 unsigned int rawy = ((unsigned int) LASPoint_GetRawY(p)) + factorY; in morton2D_encode() local
558 *answer = EncodeMorton2D_1(rawx, rawy); in morton2D_encode()
/dports/devel/nextpnr/nextpnr-48cd407/common/
H A Dplacer_heap.cc345 double rawx, rawy; member
748 cell_locs.at(solve_cells.at(i)->name).rawy = vals.at(i); in solve_equations()
1113 orig.emplace_back(p->cell_locs[c->name].rawx, p->cell_locs[c->name].rawy); in run()
1155 …t(i).second << "," << p->cell_locs[c->name].rawx << "," << p->cell_locs[c->name].rawy << std::endl; in run()
1471 return dir ? (p->cell_locs.at(a->name).rawy < p->cell_locs.at(b->name).rawy) in cut_region()
1639 auto &pos = dir ? p->cell_locs.at(cut_cells.at(i)->name).rawy in cut_region()
1654 double orig_left = dir ? p->cell_locs.at(cut_cells.at(bl.first)->name).rawy in cut_region()
1656 double orig_right = dir ? p->cell_locs.at(cut_cells.at(br.first - 1)->name).rawy in cut_region()
1666 auto &pos = dir ? p->cell_locs.at(cut_cells.at(j)->name).rawy in cut_region()
1671 auto &pos = dir ? p->cell_locs.at(cut_cells.at(j)->name).rawy in cut_region()
[all …]

12345