Home
last modified time | relevance | path

Searched refs:hgt (Results 101 – 125 of 1071) sorted by relevance

12345678910>>...43

/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Graphics2D/DrawString/
H A DRotTransText.java48 int wid=400, hgt=400; in testIt() local
50 new BufferedImage(wid, hgt, BufferedImage.TYPE_INT_RGB); in testIt()
66 g2d.fillRect(0, 0, wid, hgt); in testIt()
92 for (int py=0;py<hgt;py++) { in testIt()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/Graphics2D/DrawString/
H A DRotTransText.java48 int wid=400, hgt=400; in testIt() local
50 new BufferedImage(wid, hgt, BufferedImage.TYPE_INT_RGB); in testIt()
66 g2d.fillRect(0, 0, wid, hgt); in testIt()
92 for (int py=0;py<hgt;py++) { in testIt()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/Graphics2D/DrawString/
H A DRotTransText.java48 int wid=400, hgt=400; in testIt() local
50 new BufferedImage(wid, hgt, BufferedImage.TYPE_INT_RGB); in testIt()
66 g2d.fillRect(0, 0, wid, hgt); in testIt()
92 for (int py=0;py<hgt;py++) { in testIt()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/Graphics2D/DrawString/
H A DRotTransText.java48 int wid=400, hgt=400; in testIt() local
50 new BufferedImage(wid, hgt, BufferedImage.TYPE_INT_RGB); in testIt()
66 g2d.fillRect(0, 0, wid, hgt); in testIt()
92 for (int py=0;py<hgt;py++) { in testIt()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/Graphics2D/DrawString/
H A DRotTransText.java48 int wid=400, hgt=400; in testIt() local
50 new BufferedImage(wid, hgt, BufferedImage.TYPE_INT_RGB); in testIt()
66 g2d.fillRect(0, 0, wid, hgt); in testIt()
92 for (int py=0;py<hgt;py++) { in testIt()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/Graphics2D/DrawString/
H A DRotTransText.java48 int wid=400, hgt=400; in testIt() local
50 new BufferedImage(wid, hgt, BufferedImage.TYPE_INT_RGB); in testIt()
66 g2d.fillRect(0, 0, wid, hgt); in testIt()
92 for (int py=0;py<hgt;py++) { in testIt()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/Graphics2D/DrawString/
H A DRotTransText.java48 int wid=400, hgt=400; in testIt() local
50 new BufferedImage(wid, hgt, BufferedImage.TYPE_INT_RGB); in testIt()
66 g2d.fillRect(0, 0, wid, hgt); in testIt()
92 for (int py=0;py<hgt;py++) { in testIt()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/Graphics2D/DrawString/
H A DRotTransText.java48 int wid=400, hgt=400; in testIt() local
50 new BufferedImage(wid, hgt, BufferedImage.TYPE_INT_RGB); in testIt()
66 g2d.fillRect(0, 0, wid, hgt); in testIt()
92 for (int py=0;py<hgt;py++) { in testIt()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/Graphics2D/DrawString/
H A DRotTransText.java48 int wid=400, hgt=400; in testIt() local
50 new BufferedImage(wid, hgt, BufferedImage.TYPE_INT_RGB); in testIt()
66 g2d.fillRect(0, 0, wid, hgt); in testIt()
92 for (int py=0;py<hgt;py++) { in testIt()
/dports/games/tux-aqfh/tux_aqfh-1.0.14/src/
H A Disect.cxx31 float hgt = - h->plane[3] / h->plane[2] ; in getHeightAndNormal() local
33 if ( hgt >= hot ) in getHeightAndNormal()
35 hot = hgt ; in getHeightAndNormal()
/dports/games/tuxkart/tuxkart-0.4.0/src/
H A Disect.cxx31 float hgt = - h->plane[3] / h->plane[2] ; in getHeightAndNormal() local
33 if ( hgt >= hot ) in getHeightAndNormal()
35 hot = hgt ; in getHeightAndNormal()
/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dskills.c214 int wid, hgt; in print_skills() local
217 Term_get_size(&wid, &hgt); in print_skills()
310 int wid, hgt; in do_cmd_skill() local
329 Term_get_size(&wid, &hgt); in do_cmd_skill()
373 start = sel - (hgt - 4); in do_cmd_skill()
375 if (sel >= start + (hgt - 4)) start = sel - (hgt - 4) + 1; in do_cmd_skill()
391 sel += (hgt - 4); in do_cmd_skill()
392 start += (hgt - 4); in do_cmd_skill()
399 sel -= (hgt - 4); in do_cmd_skill()
400 start -= (hgt - 4); in do_cmd_skill()
[all …]
/dports/games/torcs/torcs-1.3.7/src/windows/include/plib/
H A DssgaFire.h58 void setHeight ( float hgt ) in setHeight() argument
60 max_ttl = hgt / upward_speed ; in setHeight()
61 getBSphere () -> setRadius ( hgt * 2.0f ) ; in setHeight()
/dports/graphics/grx/grx249/src/utilprog/
H A Dfnt2text.c25 int chr,wdt,hgt,xpos,ypos; in dumpf() local
27 hgt = f->h.height; in dumpf()
32 for(ypos = 0; ypos < hgt; ypos++) { in dumpf()
/dports/x11-toolkits/plib/plib-1.8.5/src/ssgAux/
H A DssgaFire.h58 void setHeight ( float hgt ) in setHeight() argument
60 max_ttl = hgt / upward_speed ; in setHeight()
61 getBSphere () -> setRadius ( hgt * 2.0f ) ; in setHeight()
/dports/games/avanor/avanor-0.5.8/game/
H A Dcbuilder.cpp38 for (i = 0; i < m->hgt; i++) in Build()
44 int nCave = m->hgt * m->len / 200; in Build()
51 XCave * xc = new XCave(m->len, m->hgt, isCreateDoorTrapChest); in Build()
112 int * tbl = new int[m->hgt * m->len]; in Link()
113 memset(tbl, 0, sizeof(int) * m->hgt * m->len); in Link()
136 if (tx > 0 && tx < m->len - 1 && ty > 0 && ty < m->hgt - 1) in Link()
236 for (int i = 1; i < m->hgt - 1; i++) in CreateDoors()
H A Dcave.cpp111 XCave::XCave(int len, int hgt, bool isAllowSpecialRooms) in XCave() argument
114 assert(hgt > 4); in XCave()
117 map_hgt = hgt; in XCave()
126 y = vRand() % (hgt - USUAL_CAVE_HGT - 2) + 1; in XCave()
129 if (x + l < len - 2 && y + h < hgt - 2) break; in XCave()
175 y = vRand() % (hgt - h - 6) + 3; in XCave()
/dports/games/angband/Angband-4.2.2/src/
H A Dui-command.c305 static void screenshot_term_query(int wid, int hgt, int x, int y, int *a, wchar_t *c) in screenshot_term_query() argument
307 if (y < ROW_MAP || y == hgt - 1 || x < COL_MAP) { in screenshot_term_query()
318 if (srcx < wid && srcy < hgt - 1) { in screenshot_term_query()
334 int wid, hgt; in html_screenshot() local
364 Term_get_size(&wid, &hgt); in html_screenshot()
378 for (y = 0; y < hgt; y++) { in html_screenshot()
381 screenshot_term_query(wid, hgt, x, y, &a, &c); in html_screenshot()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Arena.ocf/DarkMine.ocs/
H A DScript.c118 var hgt = LandscapeHeight() / 2; in FindStartCave() local
135 var dist = Distance(cave[0], cave[1], wdt, hgt); in FindStartCave()
155 return [wdt, hgt]; in FindStartCave()
208 var hgt = LandscapeHeight(); in InitEnvironment() local
213 var torch = CreateObjectAbove(Torch, wdt / 2 + side * 50, hgt / 2 + 32); in InitEnvironment()
222 var hgt = LandscapeHeight(); in InitLorries() local
278 var lorry = CreateObjectAbove(Lorry, wdt / 2 + side * 50, hgt / 2 + 44); in InitLorries()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/Headers/
H A Dfrprotox.h80 int hgt);
82 int fr_view_resize(frc *view, int wid, int hgt);
83 int fr_view_full(frc *view, int wid, int hgt);
84 int fr_mod_size(frc *view, int xc, int yc, int wid, int hgt);
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/algorithm/match/
H A DHausdorffSimilarityMeasure.java72 double hgt = env.getHeight(); in diagonalSize() local
73 return Math.sqrt(width * width + hgt * hgt); in diagonalSize()
/dports/games/crrcsim/crrcsim-0.9.13/src/mod_landscape/
H A Dheightdata.cpp48 float hgt = - h->plane[3] / h->plane[1]; in getHeightAndPlane_() local
49 if (hgt >= hot) in getHeightAndPlane_()
51 hot = hgt; in getHeightAndPlane_()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Missions.ocf/Skylands.ocs/Storm.ocd/
H A DScript.c66 var wdt=LandscapeWidth()-1, hgt = LandscapeHeight()-1; in InitMap() local
67 var w1_min = Min(Min(MapXYToW1(0,0),MapXYToW1(0,hgt)),Min(MapXYToW1(wdt,0),MapXYToW1(wdt,hgt))); in InitMap()
68 var w1_max = Max(Max(MapXYToW1(0,0),MapXYToW1(0,hgt)),Max(MapXYToW1(wdt,0),MapXYToW1(wdt,hgt))); in InitMap()
69 var w2_min = Min(Min(MapXYToW2(0,0),MapXYToW2(0,hgt)),Min(MapXYToW2(wdt,0),MapXYToW2(wdt,hgt))); in InitMap()
70 var w2_max = Max(Max(MapXYToW2(0,0),MapXYToW2(0,hgt)),Max(MapXYToW2(wdt,0),MapXYToW2(wdt,hgt))); in InitMap()
121 var wdt = LandscapeWidth()-1, hgt = LandscapeHeight()-1; in SetStorm() local
122 if (dir_y<0) { y0 = hgt; sgn_y = -1; } in SetStorm()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Worlds.ocf/Clonkomotive.ocs/
H A DScript.c136 var hgt = LandscapeHeight(); in InitVegetation() local
139 Tree_Deciduous->Place(30 + 10 * map_size, Rectangle(wdt / 6, 0, 4 * wdt / 6, 4 * hgt / 9)); in InitVegetation()
140 Tree_Coniferous2->Place(4 + 2 * map_size, Rectangle(wdt / 6, 0, 4 * wdt / 6, 4 * hgt / 9)); in InitVegetation()
141 Tree_Coniferous3->Place(4 + 2 * map_size, Rectangle(wdt / 6, 0, 4 * wdt / 6, 4 * hgt / 9)); in InitVegetation()
142 …LargeCaveMushroom->Place(12 + 2 * map_size, Rectangle(wdt / 6, 4 * hgt / 9, 4 * wdt / 6, 5 * hgt /… in InitVegetation()
153 Cotton->Place(8, Rectangle(wdt - 600, 0, 600, hgt)); in InitVegetation()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Worlds.ocf/Clonkomotive.ocs/LocomotiveGoal.ocd/
H A DScript.c13 public func SetGoalRect(int x, int y, int wdt, int hgt) in SetGoalRect() argument
15 goal_rect = Rectangle(x, y, wdt, hgt); in SetGoalRect()
24 …d_ID(Locomotive), Find_InRect(AbsX(goal_rect.x), AbsY(goal_rect.y), goal_rect.wdt, goal_rect.hgt)); in IsFulfilled()

12345678910>>...43