Home
last modified time | relevance | path

Searched refs:BOTTOM_RIGHT_CORNER (Results 1 – 25 of 36) sorted by relevance

12

/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/
H A DDecoratorTiledBox.cpp132 Vector2f bottom_right_dimensions = tiles[BOTTOM_RIGHT_CORNER].GetDimensions(element); in GenerateElementData()
164 …if (tiles[BOTTOM_RIGHT_CORNER].GetDimensions(element).x == tiles[RIGHT_EDGE].GetDimensions(element… in GenerateElementData()
194 …if (tiles[BOTTOM_RIGHT_CORNER].GetDimensions(element).y == tiles[BOTTOM_EDGE].GetDimensions(elemen… in GenerateElementData()
253 …tiles[BOTTOM_RIGHT_CORNER].GenerateGeometry(data->geometry[tiles[BOTTOM_RIGHT_CORNER].texture_inde… in GenerateElementData()
254 data->geometry[tiles[BOTTOM_RIGHT_CORNER].texture_index]->GetIndices(), in GenerateElementData()
H A DDecoratorTiledBox.h67 BOTTOM_RIGHT_CORNER = 3, enumerator
/dports/cad/atlc/atlc-4.6.1/src/
H A Dfind_electric_fields.c19 else if (odd == TOP_RIGHT_CORNER || odd == BOTTOM_RIGHT_CORNER) in find_Ex()
62 else if (odd == BOTTOM_LEFT_CORNER || odd == BOTTOM_RIGHT_CORNER) in find_Ey()
H A Dset_oddity_from_Greens_paper.c75 oddity[i][j]=BOTTOM_RIGHT_CORNER; in set_oddity_value()
H A Ddefinitions.h59 #define BOTTOM_RIGHT_CORNER 80 macro
H A Dupdate_voltage_array.c79 else if( oddity_value == BOTTOM_RIGHT_CORNER) { in update_voltage_array()
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/systems/base/
H A Dtext_waku_type4.cc56 BOTTOM_RIGHT_CORNER, // <region x1="20" y1="20" x2="23" y2="23"/> enumerator
221 bottom_right = waku_main_->GetPattern(BOTTOM_RIGHT_CORNER); in SetWakuMain()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/xcb-util-0.3.0/src/
H A Dcursor.rs11 pub const BOTTOM_RIGHT_CORNER: u16 = 14; const
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gdk/gdkmm/
H A Dcursor.h59 BOTTOM_RIGHT_CORNER = 14, enumerator
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gdk/gdkmm/
H A Dcursor.h310 BOTTOM_RIGHT_CORNER = 14, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/accessibility/
H A Dtouch_exploration_controller.h433 BOTTOM_RIGHT_CORNER = RIGHT_EDGE | BOTTOM_EDGE, enumerator
H A Dtouch_exploration_controller.cc327 if (edge & RIGHT_EDGE && edge != BOTTOM_RIGHT_CORNER) { in InSingleTapPressed()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Utils/
H A DPopUpBox.cc71 #define BOTTOM_RIGHT_CORNER 3 macro
495 BltVideoObject(dst, border, BOTTOM_RIGHT_CORNER, x + w - 2, y + h - 2); in DrawBox()
/dports/science/gramps/gramps-5.1.4/gramps/gui/widgets/
H A Dgrabbers.py223 Gdk.CursorType.BOTTOM_RIGHT_CORNER)
/dports/graphics/art/ART-1.9.3/rtgui/
H A Dcursormanager.cc69 … moveBR, (int)(12.*s), (int)(12.*s)) : Gdk::Cursor::create(display, Gdk::BOTTOM_RIGHT_CORNER); in init()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dcursormanager.cc68 … moveBR, (int)(12.*s), (int)(12.*s)) : Gdk::Cursor::create(display, Gdk::BOTTOM_RIGHT_CORNER); in init()
/dports/graphics/shotwell/shotwell-0.30.14/src/faces/
H A DFaceShape.vala20 protected Gdk.CursorType current_cursor_type = Gdk.CursorType.BOTTOM_RIGHT_CORNER;
690 cursor_type = Gdk.CursorType.BOTTOM_RIGHT_CORNER;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/presentations/
H A DIntroLaunchBar.java111 …static final int[] BOTTOM_RIGHT_CORNER = new int[] { -6, 0, -5, -1, -4, -1, -1, -4, -1, -5, 0, -6 … field in IntroLaunchBar
/dports/net-im/cawbird/cawbird-1.4.2/src/widgets/
H A DCropWidget.vala58 Gdk.CursorType.BOTTOM_RIGHT_CORNER);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/
H A DCTabFolderRenderer.java70 static final int[] BOTTOM_RIGHT_CORNER = new int[] {-6,0, -5,-1, -4,-1, -1,-4, -1,-5, 0,-6}; field in CTabFolderRenderer
1253 : BOTTOM_RIGHT_CORNER; in drawRightUnselectedBorder()
1540 right = simple ? SIMPLE_BOTTOM_RIGHT_CORNER : BOTTOM_RIGHT_CORNER; in drawTabArea()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/custom/
H A DCTabFolderRenderer.java70 static final int[] BOTTOM_RIGHT_CORNER = new int[] {-6,0, -5,-1, -4,-1, -1,-4, -1,-5, 0,-6}; field in CTabFolderRenderer
1241 : BOTTOM_RIGHT_CORNER; in drawRightUnselectedBorder()
1528 right = simple ? SIMPLE_BOTTOM_RIGHT_CORNER : BOTTOM_RIGHT_CORNER; in drawTabArea()
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Dels_cursor.c56 CURSOR(ELM_CURSOR_BOTTOM_RIGHT_CORNER, BOTTOM_RIGHT_CORNER, ECORE_COCOA_CURSOR_DEFAULT),
/dports/graphics/mypaint/mypaint-2.0.1/gui/
H A Dwindowing.py151 Gdk.WindowEdge.SOUTH_EAST: Gdk.CursorType.BOTTOM_RIGHT_CORNER,
/dports/graphics/akira/Akira-0.0.16/src/Lib/Managers/
H A DNobManager.vala176 result = Gdk.CursorType.BOTTOM_RIGHT_CORNER;
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/gtk/
H A Davatar_selector.py645 cursor_type = Gdk.CursorType.BOTTOM_RIGHT_CORNER

12