Home
last modified time | relevance | path

Searched refs:fromy (Results 76 – 100 of 127) sorted by relevance

123456

/dports/math/reduce/Reduce-svn5758-src/csl/fox/include/
H A DFXWindow.h761 …ateCoordinatesFrom(FXint& tox,FXint& toy,const FXWindow* fromwindow,FXint fromx,FXint fromy) const;
764 …anslateCoordinatesTo(FXint& tox,FXint& toy,const FXWindow* towindow,FXint fromx,FXint fromy) const;
/dports/x11-toolkits/fox14/fox-1.4.35/include/
H A DFXWindow.h705 …ateCoordinatesFrom(FXint& tox,FXint& toy,const FXWindow* fromwindow,FXint fromx,FXint fromy) const;
708 …anslateCoordinatesTo(FXint& tox,FXint& toy,const FXWindow* towindow,FXint fromx,FXint fromy) const;
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXWindow.h835 …ateCoordinatesFrom(FXint& tox,FXint& toy,const FXWindow* fromwindow,FXint fromx,FXint fromy) const;
838 …anslateCoordinatesTo(FXint& tox,FXint& toy,const FXWindow* towindow,FXint fromx,FXint fromy) const;
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFXWindow.h836 …ateCoordinatesFrom(FXint& tox,FXint& toy,const FXWindow* fromwindow,FXint fromx,FXint fromy) const;
839 …anslateCoordinatesTo(FXint& tox,FXint& toy,const FXWindow* towindow,FXint fromx,FXint fromy) const;
/dports/net-mgmt/routers2-extras/routers2-v2.23/extras/dashboard/
H A Dgaugexml3.cgi898 my($fromy, $toy);
901 $fromy = $gy+$gheight-($gheight*$thresh/$max);
903 …print "<rect x='$gx' y='$toy' width='$gwidth' height='".($fromy-$toy)."' fill_color='ff0000' fill_…
904 …print "<rect x='$gx' y='$fromy' width='$gwidth' height='".($gheight+$gy-$fromy)."' fill_color='00f…
/dports/net-mgmt/routers2/routers2-v2.23/extras/dashboard/
H A Dgaugexml3.cgi898 my($fromy, $toy);
901 $fromy = $gy+$gheight-($gheight*$thresh/$max);
903 …print "<rect x='$gx' y='$toy' width='$gwidth' height='".($fromy-$toy)."' fill_color='ff0000' fill_…
904 …print "<rect x='$gx' y='$fromy' width='$gwidth' height='".($gheight+$gy-$fromy)."' fill_color='00f…
/dports/net-mgmt/routers2-extensions/routers2-v2.23/extras/dashboard/
H A Dgaugexml3.cgi898 my($fromy, $toy);
901 $fromy = $gy+$gheight-($gheight*$thresh/$max);
903 …print "<rect x='$gx' y='$toy' width='$gwidth' height='".($fromy-$toy)."' fill_color='ff0000' fill_…
904 …print "<rect x='$gx' y='$fromy' width='$gwidth' height='".($gheight+$gy-$fromy)."' fill_color='00f…
/dports/games/flobopuyo/flobopuyo-0.20/
H A DglSDL.c1724 int fromy = txi->tileh * tex * txi->tilespertex; in _UploadTexture() local
1729 thisth = datasurf->h - fromy; in _UploadTexture()
1738 (char *)datasurf->pixels + datasurf->pitch * fromy); in _UploadTexture()
1740 fromy += txi->tileh; in _UploadTexture()
/dports/games/battletanks/btanks-0.9.8083/sdlx/wrappers/
H A DglSDL-0.6.c1726 int fromy = txi->tileh * tex * txi->tilespertex; in _UploadTexture() local
1731 thisth = datasurf->h - fromy; in _UploadTexture()
1740 (char *)datasurf->pixels + datasurf->pitch * fromy); in _UploadTexture()
1742 fromy += txi->tileh; in _UploadTexture()
H A DglSDL-0.7.c1909 int fromy = 0; in UploadVert() local
1913 int thisth = datasurf->h - fromy; in UploadVert()
1930 (char *)datasurf->pixels + datasurf->pitch * fromy); in UploadVert()
1932 fromy += txi->tileh; in UploadVert()
H A DglSDL.c2058 int fromy = 0; in UploadVert() local
2062 int thisth = datasurf->h - fromy; in UploadVert()
2079 (char *)datasurf->pixels + datasurf->pitch * fromy); in UploadVert()
2081 fromy += txi->tileh; in UploadVert()
H A DglSDL-0.8.c2058 int fromy = 0; in UploadVert() local
2062 int thisth = datasurf->h - fromy; in UploadVert()
2079 (char *)datasurf->pixels + datasurf->pitch * fromy); in UploadVert()
2081 fromy += txi->tileh; in UploadVert()
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Dgfximage.c426 int fromy = (oldheight-MOD(y-newheight/2,oldheight))%oldheight; in gfximage_rescale_fft() local
427 from = &fft[fromy*oxwidth + 1]; in gfximage_rescale_fft()
/dports/games/brainparty/brainparty/
H A DBPGame.h231 void DrawLine(int fromx, int fromy, int tox, int toy, Colour* col, float width);
/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/
H A DFXPluginRoutingParamValue.h363 FXint findNearestHoleWithinInstancesColumn(FXint instanceX,FXint fromx,FXint fromy);
/dports/graphics/geomorph/geomorph-0.60.1/src/hf/
H A Dhf_wrapper.c306 void draw_hf_partial (hf_wrapper_struct *hfw, gint fromx, gint tox, gint fromy, gint toy, in draw_hf_partial() argument
315 gtk_widget_queue_draw_area(hfw->area, fromx, fromy, tox - fromx, toy - fromy); in draw_hf_partial()
/dports/graphics/p5-Image-Caa/Image-Caa-1.01/lib/Image/
H A DCaa.pm255 my $fromy = 0;
/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxoverlay.cpp7635 int i = gridsize * (fromy + j); in Display3DNormal()
7674 int i = gridsize * (fromy + j); in Display3DNormal()
7697 int i = gridsize * (fromy + j); in Display3DNormal()
7801 int i = gridsize * (fromy + j); in Display3DNormalEditing()
7802 for (y = fromy; y != toy; y += stepy) { in Display3DNormalEditing()
7950 int i = gridsize * (fromy + j); in Display3DBusyBoxes()
7980 int i = gridsize * (fromy + j); in Display3DBusyBoxes()
8115 int i = gridsize * (fromy + j); in Display3DBusyBoxesEditing()
8116 for (y = fromy; y != toy; y += stepy) { in Display3DBusyBoxesEditing()
8859 if (hmaxy > fromy) fromy = hmaxy; in UpdateBoundingBoxFromHistory()
[all …]
H A Dwxoverlay.h814 int fromy, toy, stepy; variable
/dports/games/kobodeluxe/KoboDeluxe-0.5.1/graphics/
H A DglSDL.c2050 int fromy = 0; in UploadVert() local
2054 int thisth = datasurf->h - fromy; in UploadVert()
2071 (char *)datasurf->pixels + datasurf->pitch * fromy); in UploadVert()
2073 fromy += txi->tileh; in UploadVert()
/dports/games/KnightCap/Export/
H A Deval.c2246 int fromy = YPOS(last_from); in eval_etype() local
2283 if (b->oldb->board[last_from] == PAWN && fromy == 1 && in eval_etype()
2309 fromy == 6 && !(toy == 5 && tox == fromx)) { in eval_etype()
2350 if (fromy>1 && in eval_etype()
2355 if (fromy<6 && in eval_etype()
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXWindow.cpp2441 …teCoordinatesFrom(FXint& tox,FXint& toy,const FXWindow* fromwindow,FXint fromx,FXint fromy) const { in translateCoordinatesFrom()
2446 XTranslateCoordinates(DISPLAY(getApp()),fromwindow->id(),xid,fromx,fromy,&tox,&toy,&tmp); in translateCoordinatesFrom()
2450 pt.y=fromy; in translateCoordinatesFrom()
2461 …nslateCoordinatesTo(FXint& tox,FXint& toy,const FXWindow* towindow,FXint fromx,FXint fromy) const { in translateCoordinatesTo()
2466 XTranslateCoordinates(DISPLAY(getApp()),xid,towindow->id(),fromx,fromy,&tox,&toy,&tmp); in translateCoordinatesTo()
2470 pt.y=fromy; in translateCoordinatesTo()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/window/themes/
H A Dwindow_theme_preview.cpp415 auto fromy = (-st::topBarHeight); in paintHistoryBackground() local
445 auto repeatTimesY = qCeil((_history.height() - fromy) * cIntRetinaFactor() / float64(height)); in paintHistoryBackground()
465 _p->drawImage(_history.x(), _history.y() + fromy, imageForTiled); in paintHistoryBackground()
474 to.moveTop(to.top() + fromy); in paintHistoryBackground()
/dports/graphics/swftools/swftools-0.9.2/lib/pdf/
H A DVectorGraphicOutputDev.cc996 int fromy = (int)py; in antialize() local
998 int yweight1 = (int)((1-(py-fromy))*256); in antialize()
1007 for(yy=fromy;yy<=toy;yy++) { in antialize()
1012 if(yy==fromy) weight = (weight*yweight1)/256; in antialize()
/dports/games/golly/golly-3.3-src/Scripts/Lua/
H A D3D.lua1337 local fromz, toz, stepz, fromy, toy, stepy, fromx, tox, stepx
1339 fromx, fromy, fromz = MINX, MINY, MAXZ
1341 fromx, fromy, fromz = MINX, MINY, MINZ
1343 fromx, fromy, fromz = MINX, MAXY, MAXZ
1345 fromx, fromy, fromz = MINX, MAXY, MINZ
1347 fromx, fromy, fromz = MAXX, MAXY, MAXZ
1349 fromx, fromy, fromz = MAXX, MAXY, MINZ
1351 fromx, fromy, fromz = MAXX, MINY, MAXZ
1353 fromx, fromy, fromz = MAXX, MINY, MINZ
1357 if (fromy == MINY) then toy, stepy = MAXY, 1 else toy, stepy = MINY, -1 end
[all …]

123456