Home
last modified time | relevance | path

Searched refs:OFFSET_Y (Results 1 – 25 of 141) sorted by relevance

123456

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dmark.c109 OFFSET_X(ssvs[i].x), OFFSET_Y(ssvs[i].y));
162 OFFSET_X(V[i].x), OFFSET_Y(V[i].y));
224 OFFSET_X(BBox.ltx), OFFSET_Y(BBox.lty));
229 OFFSET_X(BBox.ltx), OFFSET_Y(ymid));
237 OFFSET_X(xmid), OFFSET_Y(BBox.lty));
385 OFFSET_Y(vsel_ptr->y[i]));
388 OFFSET_Y(vsel_ptr->y[i]));
393 OFFSET_Y(vsel_ptr->y[i]));
396 OFFSET_Y(vsel_ptr->y[i]));
401 OFFSET_Y(vsel_ptr->y[i]));
[all …]
H A Drect.c267 y = OFFSET_Y(vs[0].y + ObjPtr->y);
270 y = OFFSET_Y(vs[1].y + ObjPtr->y);
273 y = OFFSET_Y(vs[2].y + ObjPtr->y);
276 y = OFFSET_Y(vs[3].y + ObjPtr->y);
600 bbox.lty = OFFSET_Y(XBmObj->obbox.lty)-3;
602 bbox.rby = OFFSET_Y(XBmObj->obbox.rby)+3;
622 bbox.lty = OFFSET_Y(XPmObj->obbox.lty)-3;
624 bbox.rby = OFFSET_Y(XPmObj->obbox.rby)+3;
693 bbox.lty = OFFSET_Y(obbox->lty)-3;
695 bbox.rby = OFFSET_Y(obbox->rby)+3;
[all …]
H A Dmove.c211 YOff >= OFFSET_Y(obj_ptr->bbox.lty)-3 &&
786 pRubberInfo->yc = OFFSET_Y(arc_ptr->yc);
788 pRubberInfo->y1 = OFFSET_Y(arc_ptr->y1);
2150 OFFSET_Y(v[i].y));
2153 OFFSET_Y(v[i].y));
2160 OFFSET_Y(v[i].y));
2189 OFFSET_Y(v[i].y));
2192 OFFSET_Y(v[i].y));
2199 OFFSET_Y(v[i].y));
2247 y = OFFSET_Y(vsel_ptr->y[i])+Dy;
[all …]
H A Dstretch.c1323 vs[0].y = OFFSET_Y(y);
1331 vs[1].y = OFFSET_Y(y);
1348 vs[0].y = OFFSET_Y(y);
1356 vs[1].y = OFFSET_Y(y);
1372 vs[0].y = OFFSET_Y(y);
1427 vs[0].y = OFFSET_Y(y);
1452 vs[0].y = OFFSET_Y(y);
2552 moveY = OFFSET_Y(moveY);
5751 moveY = OFFSET_Y(py);
5832 dy = OFFSET_Y(ObjPtr->obbox.rby) - OFFSET_Y(ObjPtr->obbox.lty);
[all …]
H A Ddrawing.c877 y_end = OFFSET_Y(paperHeight);
885 y_end = OFFSET_Y(paperHeight);
908 SetRecVals(clipRecs[0], OFFSET_X(LtX), OFFSET_Y(LtY),
1005 int x1=OFFSET_X(LtX1), y1=OFFSET_Y(LtY1);
1007 int x2=OFFSET_X(LtX2), y2=OFFSET_Y(LtY2);
4064 OFFSET_Y(drawPolyHighlightedNode->bbox.lty)-2,
4066 OFFSET_Y(drawPolyHighlightedNode->bbox.rby)+2);
4096 OFFSET_Y(drawPolyHighlightedNode->bbox.lty)-2,
4098 OFFSET_Y(drawPolyHighlightedNode->bbox.rby)+2);
4247 OFFSET_Y(drawPolyHighlightedNode->bbox.lty)-2,
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/unsafe/
H A DTestRawAliasing.java47 static private final int OFFSET_Y = 100; field in TestRawAliasing
53 UNSAFE.putByte(base_plus_offset_y - OFFSET_Y, (byte)magic_value); in test()
65 if (test(base + OFFSET_X, base + OFFSET_Y, MAGIC) != MAGIC) { in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/unsafe/
H A DTestRawAliasing.java47 static private final int OFFSET_Y = 100; field in TestRawAliasing
53 UNSAFE.putByte(base_plus_offset_y - OFFSET_Y, (byte)magic_value); in test()
65 if (test(base + OFFSET_X, base + OFFSET_Y, MAGIC) != MAGIC) { in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/unsafe/
H A DTestRawAliasing.java48 static private final int OFFSET_Y = 100; field in TestRawAliasing
54 UNSAFE.putByte(base_plus_offset_y - OFFSET_Y, (byte)magic_value); in test()
66 if (test(base + OFFSET_X, base + OFFSET_Y, MAGIC) != MAGIC) { in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/unsafe/
H A DTestRawAliasing.java48 static private final int OFFSET_Y = 100; field in TestRawAliasing
54 UNSAFE.putByte(base_plus_offset_y - OFFSET_Y, (byte)magic_value); in test()
66 if (test(base + OFFSET_X, base + OFFSET_Y, MAGIC) != MAGIC) { in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/unsafe/
H A DTestRawAliasing.java48 static private final int OFFSET_Y = 100; field in TestRawAliasing
54 UNSAFE.putByte(base_plus_offset_y - OFFSET_Y, (byte)magic_value); in test()
66 if (test(base + OFFSET_X, base + OFFSET_Y, MAGIC) != MAGIC) { in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/unsafe/
H A DTestRawAliasing.java48 static private final int OFFSET_Y = 100; field in TestRawAliasing
54 UNSAFE.putByte(base_plus_offset_y - OFFSET_Y, (byte)magic_value); in test()
66 if (test(base + OFFSET_X, base + OFFSET_Y, MAGIC) != MAGIC) { in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/unsafe/
H A DTestRawAliasing.java48 static private final int OFFSET_Y = 100; field in TestRawAliasing
54 UNSAFE.putByte(base_plus_offset_y - OFFSET_Y, (byte)magic_value); in test()
66 if (test(base + OFFSET_X, base + OFFSET_Y, MAGIC) != MAGIC) { in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/unsafe/
H A DTestRawAliasing.java48 static private final int OFFSET_Y = 100; field in TestRawAliasing
54 UNSAFE.putByte(base_plus_offset_y - OFFSET_Y, (byte)magic_value); in test()
66 if (test(base + OFFSET_X, base + OFFSET_Y, MAGIC) != MAGIC) { in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/unsafe/
H A DTestRawAliasing.java48 static private final int OFFSET_Y = 100; field in TestRawAliasing
54 UNSAFE.putByte(base_plus_offset_y - OFFSET_Y, (byte)magic_value); in test()
66 if (test(base + OFFSET_X, base + OFFSET_Y, MAGIC) != MAGIC) { in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/unsafe/
H A DTestRawAliasing.java48 static private final int OFFSET_Y = 100; field in TestRawAliasing
54 UNSAFE.putByte(base_plus_offset_y - OFFSET_Y, (byte)magic_value); in test()
66 if (test(base + OFFSET_X, base + OFFSET_Y, MAGIC) != MAGIC) { in main()
/dports/games/wesnoth/wesnoth-1.14.17/data/core/macros/
H A Danimation-utils.cfg367 y={OFFSET_Y}~0
382 halo_y={OFFSET_Y}~0
467 halo_y={OFFSET_Y}~-54
504 halo_y={OFFSET_Y}
631 halo_y={OFFSET_Y}~0
642 halo_y={OFFSET_Y}~0
821 halo_y={OFFSET_Y}~0:300,0
829 halo_y={OFFSET_Y}~0:300,0
837 halo_y={OFFSET_Y}~0:300,0
845 halo_y={OFFSET_Y}~0:300,0
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/projection/
H A DossimAdjMapModel.cpp165 setAdjustableParameter (OFFSET_Y, 0.0, 1.0); in initAdjustableParameters()
166 setParameterDescription(OFFSET_Y, "map_offset_y"); in initAdjustableParameters()
167 setParameterCenter (OFFSET_Y, 0.0); in initAdjustableParameters()
214 double y = theAdjParams[SCALE_Y]*(image_point.y - theAdjParams[OFFSET_Y]); in lineSampleHeightToWorld()
260 image_point.y = p2.y/theAdjParams[SCALE_Y] + theAdjParams[OFFSET_Y]; in worldToLineSample()
393 << PARAMETER_KEYWORDS[OFFSET_Y] << ": <north offset meters>\n" in writeGeomTemplate()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/docs/docs_pdf/
H A DShapes_Summary.cpp49 #define OFFSET_Y 50 macro
52 #define MAX_SUMMARY_LAYOUT_HEIGHT (PDF_PAGE_WIDTH_A3 - 2 * OFFSET_Y - LINE_SPACEMENT)
101 Draw_Text(PDF_PAGE_HEIGHT_A3 - OFFSET_X, fPaperHeight - OFFSET_Y, sTitle, in AddClassSummaryPage()
104 Draw_Line(OFFSET_X, fPaperHeight - OFFSET_Y - 5, in AddClassSummaryPage()
105 PDF_PAGE_HEIGHT_A3 - OFFSET_X, fPaperHeight - OFFSET_Y - 5, 4 ); in AddClassSummaryPage()
112 OFFSET_Y, in AddClassSummaryPage()
114 OFFSET_Y + MAX_SUMMARY_LAYOUT_HEIGHT); in AddClassSummaryPage()
140 fY = fPaperHeight - OFFSET_Y - SUMMARY_LAYOUT_HEADER; in AddClassSummaryPage()
142 TableExtent.Assign(fX, fY, fX + MAX_SUMMARY_TABLE_WIDTH, OFFSET_Y); in AddClassSummaryPage()
172 …fY = OFFSET_Y + ((i-1)%3) * (SUMMARY_STATISTICS_GRAPH_HEIGHT + SUMMARY_STATISTICS_GRAPH_SEPARATION… in AddSummaryStatisticsPage()
H A DProfile_Cross_Sections.cpp37 #define OFFSET_Y 50 macro
141 if (m_iOffsetY == OFFSET_Y){ in AddCrossSections()
398 Draw_Rectangle(OFFSET_X, fHeight - OFFSET_Y, in AddVolumesTable()
401 fY = OFFSET_Y + VOLUMES_TABLE_ROW_HEIGHT * .6; in AddVolumesTable()
408 Draw_Line(fX, fHeight - OFFSET_Y, in AddVolumesTable()
946 fX = OFFSET_Y + GUITAR_LEYEND_WIDTH + SEPARATION in AddLongitudinalProfile()
965 OFFSET_Y + GUITAR_LEYEND_WIDTH + SEPARATION, in AddLongitudinalProfile()
975 fX = OFFSET_Y + GUITAR_LEYEND_WIDTH + SEPARATION in AddLongitudinalProfile()
982 fX = OFFSET_Y + GUITAR_LEYEND_WIDTH + SEPARATION in AddLongitudinalProfile()
993 fX = OFFSET_Y + GUITAR_LEYEND_WIDTH + SEPARATION in AddLongitudinalProfile()
[all …]
/dports/games/xbubble/xbubble-0.5.8/src/
H A Dsetting.h24 #define OFFSET_Y ( 1.0*FRAME_HEIGHT/MAX_SCALE ) macro
26 #define scale_y(Y,S) (( Y + OFFSET_Y )*(S) )
35 #define ALERT_Y ( -OFFSET_Y*0.5 )
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/svg_face-0.1.2/src/
H A Dlib.rs10 const OFFSET_Y: f64 = 300.0; const
309 cy + OFFSET_Y, in ellipse()
332 y1 + OFFSET_Y, in bezier()
334 y2 + OFFSET_Y, in bezier()
336 y3 + OFFSET_Y, in bezier()
338 y4 + OFFSET_Y, in bezier()
/dports/audio/polyphone/polyphone-75a5e88/sources/editor/widgets/
H A Dbackgroundwidget.cpp33 const int BackgroundWidget::OFFSET_Y = 50; member in BackgroundWidget
57 …xmap(opt.rect.left() - OFFSET_X, opt.rect.bottom() - _decoration.height() + OFFSET_Y, _decoration); in paintEvent()
/dports/games/wesnoth/wesnoth-1.14.17/data/campaigns/Legend_of_Wesmere/utils/
H A Dmap-utils.cfg7 #define LOAD_SUBMAP X_SPAN Y_SPAN OFFSET_X OFFSET_Y MAP
24 {VARIABLE_OP this_item.y add {OFFSET_Y}}
40 {VARIABLE_OP this_item.goto_y add {OFFSET_Y}}
55 {VARIABLE_OP this_item.y add {OFFSET_Y}}
66 y={OFFSET_Y}
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima1/widgets/
H A Ddungeon_widget.cpp48 const byte OFFSET_Y[5] = { 139, 112, 96, 88, 84 }; variable
58 int yOffset = OFFSET_Y[MIN((int)distance - 1, 4)]; in drawWidget()
/dports/games/scourge/scourge/src/
H A Dcontainerview.cpp35 #define OFFSET_Y 0 macro
65 *invY = ( y - OFFSET_Y ) / GRID_SIZE; in convertMousePos()
89 glTranslatef( OFFSET_X, OFFSET_Y, 0 ); in drawWidgetContents()
124 int py = getSelectedItem()->getBackpackY() * GRID_SIZE - OFFSET_Y; in drawWidgetContents()

123456