Home
last modified time | relevance | path

Searched refs:thisw (Results 1 – 25 of 38) sorted by relevance

12

/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Droute.cc290 if (WAYPT_HAS(thisw, speed)) { in track_recompute()
292 tdata.min_spd = thisw->speed; in track_recompute()
295 tdata.max_spd = thisw->speed; in track_recompute()
308 if (thisw->heartrate > 0) { in track_recompute()
310 tot_hrt += thisw->heartrate; in track_recompute()
313 if (thisw->heartrate > 0) { in track_recompute()
322 if (thisw->cadence > 0) { in track_recompute()
324 tot_cad += thisw->cadence; in track_recompute()
327 if ((thisw->cadence > 0) && ((!tdata.max_cad) || (thisw->cadence > tdata.max_cad))) { in track_recompute()
328 tdata.max_cad = thisw->cadence; in track_recompute()
[all …]
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Droute.c564 waypoint *thisw; in track_recompute() local
590 thisw = (waypoint *)elem; in track_recompute()
596 tlat = RAD(thisw->latitude); in track_recompute()
638 if (thisw->heartrate > 0) { in track_recompute()
643 if ((thisw->heartrate > 0) && (thisw->heartrate < tdata->min_hrt)) { in track_recompute()
647 if ((thisw->heartrate > 0) && (thisw->heartrate > tdata->max_hrt)) { in track_recompute()
651 if (thisw->cadence > 0) { in track_recompute()
656 if ((thisw->cadence > 0) && (thisw->cadence > tdata->max_cad)) { in track_recompute()
660 if (thisw->creation_time && (thisw->creation_time < tdata->start)) { in track_recompute()
670 prev = thisw; in track_recompute()
[all …]
/dports/games/beret/beret-freebsd-ab3c397400be60ce69903389727acf6cdf0a3119/
H A Dphysics.c63 int thisw = this->width, thish = this->height; in check_thing() local
64 float thisr = thisl+thisw, thisb = thist+thish; in check_thing()
76 if (thisw < SMALLSIZE || thish < SMALLSIZE || in check_thing()
78 if (thisw <= 10 || thish <= 10 || in check_thing()
95 ((thisw >= SMALLSIZE && thish >= SMALLSIZE && bw >= SMALLSIZE && in check_thing()
156 if (!collect && other->solid) this->colltarget[RIGHT] = bl-thisw; in check_thing()
211 int thisw = this->width, thish = this->height; in get_collisions() local
212 float thisr = thisl+thisw, thisb = thist+thish; in get_collisions()
255 this->colltarget[RIGHT] = lvlWidth-thisw; in get_collisions()
302 if (thisw <= 10 || thish <= 10) cornersize = CORNER/3; in get_collisions()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/file-data/
H A Dfile-data-gih.c330 gint thisx, thisw; in file_gih_image_to_pipe() local
335 thisw = (xnext - offset_x) - thisx; in file_gih_image_to_pipe()
336 thisw = MIN (thisw, width - thisx); in file_gih_image_to_pipe()
340 thisw, thish), in file_gih_image_to_pipe()
/dports/x11-fm/filerunner/filerunner/frlib/
H A Dsmart_dialog.tcl430 set thisw [font measure $font -displayof $w $line]
432 if {$thisw > $maxw} {
433 incr height [expr {$thisw / $maxfudge}]
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/khronos/common/linux/
H A Dkhrn_client_platform_linux.c46 static void dump_hierarchy(Window w, Window thisw, Window look, int level);
474 static void dump_hierarchy(Window w, Window thisw, Window look, int level) in dump_hierarchy() argument
489 (w==look)?" <-- LOOK FOR ME!":((w==thisw)?" <-- THIS WINDOW":""), in dump_hierarchy()
496 dump_hierarchy(children[i], thisw, look, level + 1); in dump_hierarchy()
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dgl_draw.c1083 float x = startx, y, s, t, u, v, thisw; in DrawQ_String_Font() local
1187 thisw = fnt->width_of[num]; in DrawQ_String_Font()
1191 u = 0.0625f * thisw - (1.0f / tw); in DrawQ_String_Font()
1202 av[ 3] = x+w*thisw ; av[ 4] = y ; av[ 5] = 10; in DrawQ_String_Font()
1203 av[ 6] = x+w*thisw ; av[ 7] = y+h ; av[ 8] = 10; in DrawQ_String_Font()
1219 x += thisw * w; in DrawQ_String_Font()
/dports/games/darkplaces/darkplaces/
H A Dgl_draw.c1180 float x = startx, y, s, t, u, v, thisw; in DrawQ_String_Scale() local
1386 thisw = fnt->width_of[ch]; in DrawQ_String_Scale()
1392 u = 0.0625f * thisw; in DrawQ_String_Scale()
1399 u = 0.0625f * thisw - (1.0f / tw); in DrawQ_String_Scale()
1411 av[ 3] = x+dw*thisw ; av[ 4] = y ; av[ 5] = 10; in DrawQ_String_Scale()
1412 av[ 6] = x+dw*thisw ; av[ 7] = y+dh ; av[ 8] = 10; in DrawQ_String_Scale()
1462 thisw = map->glyphs[mapch].advance_x; in DrawQ_String_Scale()
1488 x += thisw * dw; in DrawQ_String_Scale()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dgl_draw.c1513 float x = startx, y, s, t, u, v, thisw; in DrawQ_String_Scale() local
1719 thisw = fnt->width_of[ch]; in DrawQ_String_Scale()
1725 u = 0.0625f * thisw; in DrawQ_String_Scale()
1732 u = 0.0625f * thisw - (1.0f / tw); in DrawQ_String_Scale()
1744 av[ 3] = x+dw*thisw ; av[ 4] = y ; av[ 5] = 10; in DrawQ_String_Scale()
1745 av[ 6] = x+dw*thisw ; av[ 7] = y+dh ; av[ 8] = 10; in DrawQ_String_Scale()
1795 thisw = map->glyphs[mapch].advance_x; in DrawQ_String_Scale()
1821 x += thisw * dw; in DrawQ_String_Scale()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libvo/
H A Dvo_gl_tiled.c390 int thisw = texture_width; in drawTextureDisplay() local
392 thisw = image_width % texture_width; in drawTextureDisplay()
405 0, 0, thisw, thish, 0); in drawTextureDisplay()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libvo/
H A Dvo_gl_tiled.c390 int thisw = texture_width; in drawTextureDisplay() local
392 thisw = image_width % texture_width; in drawTextureDisplay()
405 0, 0, thisw, thish, 0); in drawTextureDisplay()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/flash/geom/
H A DRectangle_as.cpp215 as_value thisw = getMember(*ptr, NSV::PROP_WIDTH); in Rectangle_containsPoint() local
217 newAdd(thisx, thisw, vm); in Rectangle_containsPoint()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsitem.cpp6664 const QGraphicsItem *thisw = this; in commonAncestorItem() local
6669 thisw = thisw->d_ptr->parent; in commonAncestorItem()
6676 while (thisw && thisw != otherw) { in commonAncestorItem()
6677 thisw = thisw->d_ptr->parent; in commonAncestorItem()
6680 return const_cast<QGraphicsItem *>(thisw); in commonAncestorItem()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsitem.cpp6664 const QGraphicsItem *thisw = this; in commonAncestorItem() local
6669 thisw = thisw->d_ptr->parent; in commonAncestorItem()
6676 while (thisw && thisw != otherw) { in commonAncestorItem()
6677 thisw = thisw->d_ptr->parent; in commonAncestorItem()
6680 return const_cast<QGraphicsItem *>(thisw); in commonAncestorItem()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsitem.cpp6664 const QGraphicsItem *thisw = this; in commonAncestorItem() local
6669 thisw = thisw->d_ptr->parent; in commonAncestorItem()
6676 while (thisw && thisw != otherw) { in commonAncestorItem()
6677 thisw = thisw->d_ptr->parent; in commonAncestorItem()
6680 return const_cast<QGraphicsItem *>(thisw); in commonAncestorItem()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/graphicsview/
H A Dqgraphicsitem.cpp6492 const QGraphicsItem *thisw = this; in commonAncestorItem() local
6497 thisw = thisw->d_ptr->parent; in commonAncestorItem()
6504 while (thisw && thisw != otherw) { in commonAncestorItem()
6505 thisw = thisw->d_ptr->parent; in commonAncestorItem()
6508 return const_cast<QGraphicsItem *>(thisw); in commonAncestorItem()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsitem.cpp6664 const QGraphicsItem *thisw = this; in commonAncestorItem() local
6669 thisw = thisw->d_ptr->parent; in commonAncestorItem()
6676 while (thisw && thisw != otherw) { in commonAncestorItem()
6677 thisw = thisw->d_ptr->parent; in commonAncestorItem()
6680 return const_cast<QGraphicsItem *>(thisw); in commonAncestorItem()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsitem.cpp6664 const QGraphicsItem *thisw = this; in commonAncestorItem() local
6669 thisw = thisw->d_ptr->parent; in commonAncestorItem()
6676 while (thisw && thisw != otherw) { in commonAncestorItem()
6677 thisw = thisw->d_ptr->parent; in commonAncestorItem()
6680 return const_cast<QGraphicsItem *>(thisw); in commonAncestorItem()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsitem.cpp6664 const QGraphicsItem *thisw = this; in commonAncestorItem() local
6669 thisw = thisw->d_ptr->parent; in commonAncestorItem()
6676 while (thisw && thisw != otherw) { in commonAncestorItem()
6677 thisw = thisw->d_ptr->parent; in commonAncestorItem()
6680 return const_cast<QGraphicsItem *>(thisw); in commonAncestorItem()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsitem.cpp6664 const QGraphicsItem *thisw = this; in commonAncestorItem() local
6669 thisw = thisw->d_ptr->parent; in commonAncestorItem()
6676 while (thisw && thisw != otherw) { in commonAncestorItem()
6677 thisw = thisw->d_ptr->parent; in commonAncestorItem()
6680 return const_cast<QGraphicsItem *>(thisw); in commonAncestorItem()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsitem.cpp6664 const QGraphicsItem *thisw = this; in commonAncestorItem() local
6669 thisw = thisw->d_ptr->parent; in commonAncestorItem()
6676 while (thisw && thisw != otherw) { in commonAncestorItem()
6677 thisw = thisw->d_ptr->parent; in commonAncestorItem()
6680 return const_cast<QGraphicsItem *>(thisw); in commonAncestorItem()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsitem.cpp6664 const QGraphicsItem *thisw = this; in commonAncestorItem() local
6669 thisw = thisw->d_ptr->parent; in commonAncestorItem()
6676 while (thisw && thisw != otherw) { in commonAncestorItem()
6677 thisw = thisw->d_ptr->parent; in commonAncestorItem()
6680 return const_cast<QGraphicsItem *>(thisw); in commonAncestorItem()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsitem.cpp6664 const QGraphicsItem *thisw = this; in commonAncestorItem() local
6669 thisw = thisw->d_ptr->parent; in commonAncestorItem()
6676 while (thisw && thisw != otherw) { in commonAncestorItem()
6677 thisw = thisw->d_ptr->parent; in commonAncestorItem()
6680 return const_cast<QGraphicsItem *>(thisw); in commonAncestorItem()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsitem.cpp6664 const QGraphicsItem *thisw = this; in commonAncestorItem() local
6669 thisw = thisw->d_ptr->parent; in commonAncestorItem()
6676 while (thisw && thisw != otherw) { in commonAncestorItem()
6677 thisw = thisw->d_ptr->parent; in commonAncestorItem()
6680 return const_cast<QGraphicsItem *>(thisw); in commonAncestorItem()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsitem.cpp6664 const QGraphicsItem *thisw = this; in commonAncestorItem() local
6669 thisw = thisw->d_ptr->parent; in commonAncestorItem()
6676 while (thisw && thisw != otherw) { in commonAncestorItem()
6677 thisw = thisw->d_ptr->parent; in commonAncestorItem()
6680 return const_cast<QGraphicsItem *>(thisw); in commonAncestorItem()

12