Home
last modified time | relevance | path

Searched refs:at_x (Results 1 – 25 of 139) sorted by relevance

123456

/dports/x11/bitmap/bitmap-1.0.9/
H A DHandlers.c98 status->at_x, status->at_y)) { in DragOnePointHandler()
118 status->at_x = NotSet; in DragOnePointEngage()
226 status->at_x = NotSet; in OnePointEngage()
245 status->at_x = 0;
271 status->at_x, status->at_y, in OnePointTerminate()
296 status->at_x, status->at_y, in OnePointTerminateTransparent()
511 Position at_x, in Paste() argument
529 if ((at_x == max(BW->bitmap.mark.from_x, min(at_x, BW->bitmap.mark.to_x))) in Paste()
543 status->at_x = at_x; in Paste()
557 status->from_x = status->to_x = at_x; in Paste()
[all …]
H A DRequests.h43 Position at_x, at_y; member
64 extern void Paste ( Widget w, Position at_x, Position at_y, int value );
66 extern void BWDragMarked(Widget w, Position at_x, Position at_y);
67 extern void BWDragStored(Widget w, Position at_x, Position at_y);
68 extern void BWCopy(Widget w, Position at_x, Position at_y, int value);
69 extern void BWMove(Widget w, Position at_x, Position at_y, int value);
70 extern void BWRestore(Widget w, Position at_x, Position at_y, int value);
H A DGraphics.c1146 Position at_x, Position at_y) in CopyImageData() argument
1156 SetBit(destination, at_x + x, at_y + y); in CopyImageData()
1158 ClearBit(destination, at_x + x, at_y + y); in CopyImageData()
1241 at_x, at_y, in BWDragMarked()
1254 at_x, at_y, in BWDragStored()
1255 at_x + BW->bitmap.storage->width - 1, in BWDragStored()
1262 Position at_x, Position at_y, int value) in DrawImageData() argument
1282 at_x + x, at_y + y, in DrawImageData()
1320 DrawImageData(BW, storage, at_x, at_y, value); in BWCopy()
1355 DrawImageData(BW, storage, at_x, at_y, value); in BWMove()
[all …]
H A DBitmapP.h93 Position at_x, at_y; member
203 Position at_x, Position at_y);
/dports/games/retroarch/RetroArch-1.9.7/cores/libretro-gong/
H A Dgong.c674 float at_x = x; in draw_number() local
685 draw_rect(buffer, color, at_x - 2.f, y, .5f, 4.f); in draw_number()
686 draw_rect(buffer, color, at_x + 2.f, y, .5f, 4.f); in draw_number()
703 draw_rect(buffer, color, at_x, y, 2.5f, .5f); in draw_number()
712 draw_rect(buffer, color, at_x, y, 2.5f, .5f); in draw_number()
719 draw_rect(buffer, color, at_x, y, 2.5f, .5f); in draw_number()
730 draw_rect(buffer, color, at_x, y, 2.5f, .5f); in draw_number()
740 draw_rect(buffer, color, at_x, y, 2.5f, .5f); in draw_number()
758 draw_rect(buffer, color, at_x, y, 2.5f, .5f); in draw_number()
767 draw_rect(buffer, color, at_x, y, 2.5f, .5f); in draw_number()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Dgui_inv.cpp69 int at_x = X; in Draw() local
77 …draw_gui_sprite(ds, _GP(game).invinfo[_G(charextra)[GetCharacterId()].invorder[item]].pic, at_x, a… in Draw()
78 at_x += data_to_game_coord(ItemWidth); in Draw()
82 at_x = leftmost_x; in Draw()
/dports/games/ags/ags_linux_v.3.4.4.1/Common/font/
H A Dwfnfontrenderer.cpp37 static int RenderChar(Common::Bitmap *ds, const int at_x, const int at_y, const WFNChar &wfn_char, …
100 int RenderChar(Common::Bitmap *ds, const int at_x, const int at_y, const WFNChar &wfn_char, const c… in RenderChar() argument
107 int x = at_x; in RenderChar()
128 x = at_x; in RenderChar()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/shared/font/
H A Dwfn_font_renderer.cpp40 static int RenderChar(Bitmap *ds, const int at_x, const int at_y, const WFNChar &wfn_char, const in…
97 int RenderChar(Bitmap *ds, const int at_x, const int at_y, const WFNChar &wfn_char, const int scale… in RenderChar() argument
103 int x = at_x; in RenderChar()
119 x = at_x; in RenderChar()
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/mesh/
H A Dbug2638223 set at_x 146.11
26 …{scale} -proj ${proj_x} ${proj_y} ${proj_z} -up ${up_x} ${up_y} ${up_z} -at ${at_x} ${at_y} ${at_z}
/dports/cad/opencascade/opencascade-7.6.0/tests/vselect/bugs/
H A Dbug2526562 set at_x 3.03
69 vviewparams -scale $scale -up $up_x $up_y $up_z -at $at_x $at_y $at_z -eye $eye_x $eye_y $eye_z
/dports/security/ridl/ridl-11b3240/nuklear/src/
H A Dnuklear_layout.c499 ret.x = layout->at_x; in nk_layout_widget_bounds()
501 ret.w = layout->bounds.w - NK_MAX(layout->at_x - layout->bounds.x,0); in nk_layout_widget_bounds()
517 ret.x += layout->at_x - (float)*layout->offset_x; in nk_layout_space_to_screen()
533 ret.x += -layout->at_x + (float)*layout->offset_x; in nk_layout_space_to_local()
549 ret.x += layout->at_x - (float)*layout->offset_x; in nk_layout_space_rect_to_screen()
565 ret.x += -layout->at_x + (float)*layout->offset_x; in nk_layout_space_rect_to_local()
633 bounds->x = layout->at_x + (layout->bounds.w * layout->row.item.x); in nk_layout_widget_space()
673 bounds->x = layout->at_x + layout->row.item.x; in nk_layout_widget_space()
709 bounds->x = layout->at_x + item_offset + item_spacing + padding.x; in nk_layout_widget_space()
H A Dnuklear_tree.c110 layout->at_x = header.x + (float)*layout->offset_x + style->tab.indent; in nk_tree_state_base()
165 layout->at_x -= ctx->style.tab.indent + ctx->style.window.padding.x; in nk_tree_state_pop()
293 layout->at_x = header.x + (float)*layout->offset_x + style->tab.indent; in nk_tree_element_image_push_hashed_base()
/dports/x11-toolkits/nuklear/Nuklear-4.09.1/src/
H A Dnuklear_layout.c497 ret.x = layout->at_x; in nk_layout_widget_bounds()
499 ret.w = layout->bounds.w - NK_MAX(layout->at_x - layout->bounds.x,0); in nk_layout_widget_bounds()
515 ret.x += layout->at_x - (float)*layout->offset_x; in nk_layout_space_to_screen()
531 ret.x += -layout->at_x + (float)*layout->offset_x; in nk_layout_space_to_local()
547 ret.x += layout->at_x - (float)*layout->offset_x; in nk_layout_space_rect_to_screen()
563 ret.x += -layout->at_x + (float)*layout->offset_x; in nk_layout_space_rect_to_local()
629 bounds->x = layout->at_x + (layout->bounds.w * layout->row.item.x); in nk_layout_widget_space()
669 bounds->x = layout->at_x + layout->row.item.x; in nk_layout_widget_space()
705 bounds->x = layout->at_x + item_offset + item_spacing; in nk_layout_widget_space()
H A Dnuklear_tree.c115 layout->at_x = header.x + (float)*layout->offset_x + style->tab.indent; in nk_tree_state_base()
170 layout->at_x -= ctx->style.tab.indent + (float)*layout->offset_x; in nk_tree_state_pop()
302 layout->at_x = header.x + (float)*layout->offset_x + style->tab.indent; in nk_tree_element_image_push_hashed_base()
/dports/lang/rust/rustc-1.58.1-src/library/core/tests/
H A Dlazy.rs114 let at_x = x.get().unwrap(); // --- (shared) borrow of inner `Option<T>` --+ in aliasing_in_get() localVariable
116 println!("{}", at_x); // <------- up until here ---------------------------+ in aliasing_in_get()
/dports/games/0ad/0ad-0.0.23b-alpha/source/ps/XML/tests/
H A Dtest_XeroXMB.h67 int at_x = xmb.GetAttributeID("x"); in test_basic() local
85 TS_ASSERT_EQUALS(attr.Name, at_x); in test_basic()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/shared/gui/
H A Dgui_main.cpp634 for (int at_x = rc.Left; at_x <= rc.Right; ++at_x) { in DrawDisabledEffect() local
635 for (int at_y = rc.Top + at_x % 2; at_y <= rc.Bottom; at_y += 2) { in DrawDisabledEffect()
636 ds->PutPixel(at_x, at_y, draw_color); in DrawDisabledEffect()
/dports/devel/vcglib/vcglib-2020.09/vcg/math/
H A Dshot.h137 const S & at_x,const S & at_y,const S & at_z,
287 const S & at_x, const S & at_y, const S & at_z, in LookAt() argument
291 LookAt(Point3<S>(at_x,at_y,at_z),Point3<S>(up_x,up_y,up_z)); in LookAt()
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/math/
H A Dshot.h137 const S & at_x,const S & at_y,const S & at_z,
287 const S & at_x, const S & at_y, const S & at_z, in LookAt() argument
291 LookAt(Point3<S>(at_x,at_y,at_z),Point3<S>(up_x,up_y,up_z)); in LookAt()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/pb_s_am/pb_shared/unittest/
H A DreadutilUnitTest.h30 vector<double> at_x = {48.33,47.142,33.522,41.035,41.864,31.784,30.898, variable
268 EXPECT_NEAR( at_x[ct], PQRtest.get_atom_pts()[i].x(), preclim); in TEST_F()
/dports/games/0ad/0ad-0.0.23b-alpha/source/graphics/
H A DMapReader.cpp419 int at_x, at_y, at_z; member in CXMLReader
796 attrs.GetNamedItem(at_x).ToFloat(), in ReadCamera()
873 CFixedVector3D position(fixed::FromString(attrs.GetNamedItem(at_x)), in ReadPaths()
886 CFixedVector3D targetPosition(fixed::FromString(attrs.GetNamedItem(at_x)), in ReadPaths()
975 fixed::FromString(attrs.GetNamedItem(at_x)), in ReadEntities()
984 fixed::FromString(attrs.GetNamedItem(at_x)), in ReadEntities()
/dports/games/xcowsay/xcowsay-1.5.1/
H A DChangeLog159 on screen and correspoding at_x and at_y config variables.
162 * src/display_cow.c (display_cow): Now recognises the at_x and
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/once_cell-1.4.0/tests/
H A Dtest.rs172 let at_x = x.get().unwrap(); // --- (shared) borrow of inner `Option<T>` --+ in aliasing_in_get() localVariable
174 println!("{}", at_x); // <------- up until here ---------------------------+ in aliasing_in_get()
/dports/www/castor/castor-0.8.16/cargo-crates/once_cell-1.4.1/tests/
H A Dtest.rs172 let at_x = x.get().unwrap(); // --- (shared) borrow of inner `Option<T>` --+ in aliasing_in_get() localVariable
174 println!("{}", at_x); // <------- up until here ---------------------------+ in aliasing_in_get()
/dports/games/genact/genact-0.10.0/cargo-crates/once_cell-1.4.0/tests/
H A Dtest.rs172 let at_x = x.get().unwrap(); // --- (shared) borrow of inner `Option<T>` --+ in aliasing_in_get() localVariable
174 println!("{}", at_x); // <------- up until here ---------------------------+ in aliasing_in_get()

123456