Home
last modified time | relevance | path

Searched refs:UPPER_LEFT (Results 1 – 25 of 143) sorted by relevance

123456

/dports/math/giacxcas/fltk-1.3.0/src/
H A Dfl_round_box.cxx42 enum {UPPER_LEFT, LOWER_RIGHT, CLOSED, FILL}; enumerator
61 } else if (which == UPPER_LEFT) { in draw()
75 if (which != UPPER_LEFT) fl_yxline(x+w-1, y+d/2-1, y+h-d/2+1); in draw()
90 draw(UPPER_LEFT, x+1, y, w-2, h, 0, (Fl_Color)g['N']); in fl_round_down_box()
91 draw(UPPER_LEFT, x+1, y, w-2, h, 1, (Fl_Color)g['H']); in fl_round_down_box()
92 draw(UPPER_LEFT, x, y, w, h, 0, (Fl_Color)g['N']); in fl_round_down_box()
93 draw(UPPER_LEFT, x, y, w, h, 1, (Fl_Color)g['H']); in fl_round_down_box()
108 draw(UPPER_LEFT, x, y, w, h, 2, (Fl_Color)g['U']); in fl_round_up_box()
109 draw(UPPER_LEFT, x+1, y, w-2, h, 1, (Fl_Color)g['S']); in fl_round_up_box()
110 draw(UPPER_LEFT, x, y, w, h, 1, (Fl_Color)g['W']); in fl_round_up_box()
[all …]
H A Dfl_gtk.cxx192 } else if (which == UPPER_LEFT) { in draw()
230 draw(UPPER_LEFT, x, y, w, h, 4); in gtk_round_up_box()
231 draw(UPPER_LEFT, x+1, y, w-2, h, 3); in gtk_round_up_box()
233 draw(UPPER_LEFT, x, y, w, h, 3); in gtk_round_up_box()
234 draw(UPPER_LEFT, x+1, y, w-2, h, 2); in gtk_round_up_box()
236 draw(UPPER_LEFT, x, y, w, h, 2); in gtk_round_up_box()
237 draw(UPPER_LEFT, x+1, y, w-2, h, 1); in gtk_round_up_box()
239 draw(UPPER_LEFT, x, y, w, h, 1); in gtk_round_up_box()
240 draw(UPPER_LEFT, x+1, y, w-2, h, 0); in gtk_round_up_box()
251 draw(UPPER_LEFT, x, y, w, h, 2); in gtk_round_down_box()
[all …]
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A Dfl_round_box.cxx42 enum {UPPER_LEFT, LOWER_RIGHT, CLOSED, FILL}; enumerator
60 } else if (which == UPPER_LEFT) { in draw()
74 if (which != UPPER_LEFT) fl_yxline(x+w-1, y+d/2-1, y+h-d/2+1); in draw()
88 draw(UPPER_LEFT, x+1, y, w-2, h, 0, g['N']); in fl_round_down_box()
89 draw(UPPER_LEFT, x+1, y, w-2, h, 1, g['H']); in fl_round_down_box()
90 draw(UPPER_LEFT, x, y, w, h, 0, g['N']); in fl_round_down_box()
91 draw(UPPER_LEFT, x, y, w, h, 1, g['H']); in fl_round_down_box()
106 draw(UPPER_LEFT, x, y, w, h, 2, g['U']); in fl_round_up_box()
107 draw(UPPER_LEFT, x+1, y, w-2, h, 1, g['S']); in fl_round_up_box()
108 draw(UPPER_LEFT, x, y, w, h, 1, g['W']); in fl_round_up_box()
[all …]
H A Dfl_gtk.cxx192 } else if (which == UPPER_LEFT) { in draw()
230 draw(UPPER_LEFT, x, y, w, h, 4); in gtk_round_up_box()
231 draw(UPPER_LEFT, x+1, y, w-2, h, 3); in gtk_round_up_box()
233 draw(UPPER_LEFT, x, y, w, h, 3); in gtk_round_up_box()
234 draw(UPPER_LEFT, x+1, y, w-2, h, 2); in gtk_round_up_box()
236 draw(UPPER_LEFT, x, y, w, h, 2); in gtk_round_up_box()
237 draw(UPPER_LEFT, x+1, y, w-2, h, 1); in gtk_round_up_box()
239 draw(UPPER_LEFT, x, y, w, h, 1); in gtk_round_up_box()
240 draw(UPPER_LEFT, x+1, y, w-2, h, 0); in gtk_round_up_box()
251 draw(UPPER_LEFT, x, y, w, h, 2); in gtk_round_down_box()
[all …]
/dports/x11-toolkits/ntk/ntk/src/
H A Dfl_round_box.cxx42 enum {UPPER_LEFT, LOWER_RIGHT, CLOSED, FILL}; enumerator
61 } else if (which == UPPER_LEFT) { in draw()
75 if (which != UPPER_LEFT) fl_yxline(x+w-1, y+d/2-1, y+h-d/2+1); in draw()
90 draw(UPPER_LEFT, x+1, y, w-2, h, 0, (Fl_Color)g['N']); in fl_round_down_box()
91 draw(UPPER_LEFT, x+1, y, w-2, h, 1, (Fl_Color)g['H']); in fl_round_down_box()
92 draw(UPPER_LEFT, x, y, w, h, 0, (Fl_Color)g['N']); in fl_round_down_box()
93 draw(UPPER_LEFT, x, y, w, h, 1, (Fl_Color)g['H']); in fl_round_down_box()
108 draw(UPPER_LEFT, x, y, w, h, 2, (Fl_Color)g['U']); in fl_round_up_box()
109 draw(UPPER_LEFT, x+1, y, w-2, h, 1, (Fl_Color)g['S']); in fl_round_up_box()
110 draw(UPPER_LEFT, x, y, w, h, 1, (Fl_Color)g['W']); in fl_round_up_box()
[all …]
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A Dfl_round_box.cxx33 enum {UPPER_LEFT, LOWER_RIGHT, CLOSED, FILL}; enumerator
51 } else if (which == UPPER_LEFT) { in draw()
65 if (which != UPPER_LEFT) fl_yxline(x+w-1, y+d/2-1, y+h-d/2+1); in draw()
79 draw(UPPER_LEFT, x+1, y, w-2, h, 0, (Fl_Color)g[(int)'N']); in fl_round_down_box()
80 draw(UPPER_LEFT, x+1, y, w-2, h, 1, (Fl_Color)g[(int)'H']); in fl_round_down_box()
81 draw(UPPER_LEFT, x, y, w, h, 0, (Fl_Color)g[(int)'N']); in fl_round_down_box()
82 draw(UPPER_LEFT, x, y, w, h, 1, (Fl_Color)g[(int)'H']); in fl_round_down_box()
97 draw(UPPER_LEFT, x, y, w, h, 2, (Fl_Color)g[(int)'U']); in fl_round_up_box()
98 draw(UPPER_LEFT, x+1, y, w-2, h, 1, (Fl_Color)g[(int)'S']); in fl_round_up_box()
99 draw(UPPER_LEFT, x, y, w, h, 1, (Fl_Color)g[(int)'W']); in fl_round_up_box()
[all …]
H A Dfl_gtk.cxx181 } else if (which == UPPER_LEFT) { in draw()
219 draw(UPPER_LEFT, x, y, w, h, 4); in gtk_round_up_box()
220 draw(UPPER_LEFT, x+1, y, w-2, h, 3); in gtk_round_up_box()
222 draw(UPPER_LEFT, x, y, w, h, 3); in gtk_round_up_box()
223 draw(UPPER_LEFT, x+1, y, w-2, h, 2); in gtk_round_up_box()
225 draw(UPPER_LEFT, x, y, w, h, 2); in gtk_round_up_box()
226 draw(UPPER_LEFT, x+1, y, w-2, h, 1); in gtk_round_up_box()
228 draw(UPPER_LEFT, x, y, w, h, 1); in gtk_round_up_box()
229 draw(UPPER_LEFT, x+1, y, w-2, h, 0); in gtk_round_up_box()
240 draw(UPPER_LEFT, x, y, w, h, 2); in gtk_round_down_box()
[all …]
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/
H A Dskin.cpp132 (mBorder->grid[ImagePosition::UPPER_LEFT] == nullptr) || in getMinWidth()
138 return mBorder->grid[ImagePosition::UPPER_LEFT]->getWidth() + in getMinWidth()
145 (mBorder->grid[ImagePosition::UPPER_LEFT] == nullptr) || in getMinHeight()
151 return mBorder->grid[ImagePosition::UPPER_LEFT]->getHeight() + in getMinHeight()
/dports/x11/foot/foot/
H A Dbox-drawing.c1918 UPPER_LEFT = 1 << 0, in draw_quadrant() enumerator
1927 UPPER_LEFT, in draw_quadrant()
1929 UPPER_LEFT | LOWER_RIGHT, in draw_quadrant()
1943 if (encoded & UPPER_LEFT) in draw_quadrant()
2096 UPPER_LEFT = 1 << 0, in draw_sextant() enumerator
2106 UPPER_LEFT, in draw_sextant()
2108 UPPER_LEFT | UPPER_RIGHT, in draw_sextant()
2110 UPPER_LEFT | MIDDLE_LEFT, in draw_sextant()
2124 UPPER_LEFT | LOWER_LEFT, in draw_sextant()
2139 UPPER_LEFT | LOWER_RIGHT, in draw_sextant()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osg/
H A DPointSprite.cpp11 BEGIN_ENUM_SERIALIZER( CoordOriginMode, UPPER_LEFT );
12 ADD_ENUM_VALUE( UPPER_LEFT );
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/serializers/osg/
H A DPointSprite.cpp11 BEGIN_ENUM_SERIALIZER( CoordOriginMode, UPPER_LEFT );
12 ADD_ENUM_VALUE( UPPER_LEFT );
/dports/graphics/py-gdal/gdal-3.3.3/alg/marching_squares/
H A Dsquare.h50 static const uint8_t UPPER_LEFT = 1 << 0; // 0000 0001 member
54 …static const uint8_t ALL_HIGH = UPPER_LEFT | LOWER_LEFT | LOWER_RIGHT | UPPER_RIGHT; // 0000 11…
55 static const uint8_t SADDLE_NW = UPPER_LEFT | LOWER_RIGHT; // 0000 0101
198 case (UPPER_LEFT): in segments()
210 case (UPPER_LEFT | LOWER_LEFT): in segments()
219 case (UPPER_RIGHT | UPPER_LEFT): in segments()
222 case (ALL_HIGH & ~UPPER_LEFT): in segments()
408 return (level < fudge(level, upperLeft.value) ? UPPER_LEFT : ALL_LOW) in marchingCase()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/alg/marching_squares/
H A Dsquare.h50 static const uint8_t UPPER_LEFT = 1 << 0; // 0000 0001 member
54 …static const uint8_t ALL_HIGH = UPPER_LEFT | LOWER_LEFT | LOWER_RIGHT | UPPER_RIGHT; // 0000 11…
55 static const uint8_t SADDLE_NW = UPPER_LEFT | LOWER_RIGHT; // 0000 0101
198 case (UPPER_LEFT): in segments()
210 case (UPPER_LEFT | LOWER_LEFT): in segments()
219 case (UPPER_RIGHT | UPPER_LEFT): in segments()
222 case (ALL_HIGH & ~UPPER_LEFT): in segments()
408 return (level < fudge(level, upperLeft.value) ? UPPER_LEFT : ALL_LOW) in marchingCase()
/dports/graphics/gdal/gdal-3.3.3/alg/marching_squares/
H A Dsquare.h50 static const uint8_t UPPER_LEFT = 1 << 0; // 0000 0001 member
54 …static const uint8_t ALL_HIGH = UPPER_LEFT | LOWER_LEFT | LOWER_RIGHT | UPPER_RIGHT; // 0000 11…
55 static const uint8_t SADDLE_NW = UPPER_LEFT | LOWER_RIGHT; // 0000 0101
198 case (UPPER_LEFT): in segments()
210 case (UPPER_LEFT | LOWER_LEFT): in segments()
219 case (UPPER_RIGHT | UPPER_LEFT): in segments()
222 case (ALL_HIGH & ~UPPER_LEFT): in segments()
408 return (level < fudge(level, upperLeft.value) ? UPPER_LEFT : ALL_LOW) in marchingCase()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/
H A DPointSprite.cpp39 ps.setCoordOriginMode(PointSprite::UPPER_LEFT); in PointSprite_readLocalData()
61 … case(PointSprite::UPPER_LEFT): fw.indent() << "coordOriginMode UPPER_LEFT" << std::endl; break; in PointSprite_writeLocalData()
H A DClipControl.cpp15 else if (strcmp(str,"UPPER_LEFT")==0) origin = ClipControl::UPPER_LEFT; in ClipControl_matchOriginStr()
25 case(ClipControl::UPPER_LEFT): return "UPPER_LEFT"; in ClipControl_getOriginStr()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osg/
H A DPointSprite.cpp39 ps.setCoordOriginMode(PointSprite::UPPER_LEFT); in Point_readLocalData()
61 … case(PointSprite::UPPER_LEFT): fw.indent() << "coordOriginMode UPPER_LEFT" << std::endl; break;
H A DClipControl.cpp15 else if (strcmp(str,"UPPER_LEFT")==0) origin = ClipControl::UPPER_LEFT; in ClipControl_matchOriginStr()
25 case(ClipControl::UPPER_LEFT): return "UPPER_LEFT"; in ClipControl_getOriginStr()
/dports/cad/geda/geda-gaf-1.8.2/libgeda/src/
H A Do_text_basic.c406 case(UPPER_LEFT): in o_text_read()
722 case(UPPER_LEFT): alignment = LOWER_RIGHT; in o_text_print()
730 case(LOWER_RIGHT): alignment = UPPER_LEFT; in o_text_print()
746 case(UPPER_LEFT): centering_control = "false false false true"; in o_text_print()
867 case(UPPER_LEFT): in o_text_mirror_world()
880 object->text->alignment=UPPER_LEFT; in o_text_mirror_world()
889 object->text->alignment=UPPER_LEFT; in o_text_mirror_world()
892 case(UPPER_LEFT): in o_text_mirror_world()
/dports/graphics/geos/geos-3.9.1/src/noding/snapround/
H A DHotPixel.cpp225 corner[UPPER_LEFT] = Coordinate(minx, maxy); in intersectsPixelClosure()
229 li.computeIntersection(p0, p1, corner[UPPER_RIGHT], corner[UPPER_LEFT]); in intersectsPixelClosure()
233 li.computeIntersection(p0, p1, corner[UPPER_LEFT], corner[LOWER_LEFT]); in intersectsPixelClosure()
/dports/math/scilab/scilab-6.1.1/scilab/modules/scirenderer/examples/org/scilab/forge/scirenderer/examples/
H A DRotatableSprite.java110 AnchorPosition.UPPER_RIGHT, AnchorPosition.UP, AnchorPosition.UPPER_LEFT
242 … drawingTools.draw(messageSprite, AnchorPosition.UPPER_LEFT, new Vector3d(-1.0, 1.0, 0.0)); in draw()
338 return OriginPosition.UPPER_LEFT; in getTextDrawer()
387 return OriginPosition.UPPER_LEFT;
/dports/cad/lepton-eda/lepton-eda-1.9.17/liblepton/src/
H A Dtext_object.c582 case(UPPER_LEFT): in lepton_text_object_read()
839 case(UPPER_LEFT): in lepton_text_object_mirror()
852 lepton_text_object_set_alignment (object, UPPER_LEFT); in lepton_text_object_mirror()
861 lepton_text_object_set_alignment (object, UPPER_LEFT); in lepton_text_object_mirror()
864 case(UPPER_LEFT): in lepton_text_object_mirror()
1069 case UPPER_LEFT: result = "upper-left"; break; in lepton_text_object_alignment_to_string()
1090 else if (strcmp (s, "upper-left") == 0) { result = UPPER_LEFT; } in lepton_text_object_alignment_from_string()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWidget/
H A DWidget.cpp301 setTexCoord(0.0f, getHeight() / image->t(), UPPER_LEFT); in setTexCoordWrapVertical()
362 setTexCoord(0.0f, image->t(), UPPER_LEFT); in setTexture()
369 setTexCoord(0.0f, 1.0f, UPPER_LEFT); in setTexture()
472 if(p == ALL_CORNERS) point = UPPER_LEFT; in getPoint()
480 if(p == ALL_CORNERS) point = UPPER_LEFT; in getColor()
488 if(p == ALL_CORNERS) point = UPPER_LEFT; in getTexCoord()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWidget/
H A DWidget.cpp301 setTexCoord(0.0f, getHeight() / image->t(), UPPER_LEFT); in setTexCoordWrapVertical()
362 setTexCoord(0.0f, image->t(), UPPER_LEFT); in setTexture()
369 setTexCoord(0.0f, 1.0f, UPPER_LEFT); in setTexture()
472 if(p == ALL_CORNERS) point = UPPER_LEFT; in getPoint()
480 if(p == ALL_CORNERS) point = UPPER_LEFT; in getColor()
488 if(p == ALL_CORNERS) point = UPPER_LEFT; in getTexCoord()
/dports/games/gnugo/gnugo-3.8/engine/
H A Dfuseki.c46 #define UPPER_LEFT 0 macro
202 case UPPER_LEFT: in choose_corner_move()
399 choose_corner_move(UPPER_LEFT, &i, &j); in fuseki()

123456