Searched refs:_context (Results 1 – 4 of 4) sorted by relevance
/haiku/src/kits/interface/ |
H A D | PicturePlayer.cpp | 47 move_pen_by(void* _context, const BPoint& delta) in move_pen_by() argument 49 adapter_context* context = reinterpret_cast<adapter_context*>(_context); in move_pen_by() 56 stroke_line(void* _context, const BPoint& start, const BPoint& end) in stroke_line() argument 58 adapter_context* context = reinterpret_cast<adapter_context*>(_context); in stroke_line() 65 draw_rect(void* _context, const BRect& rect, bool fill) in draw_rect() argument 67 adapter_context* context = reinterpret_cast<adapter_context*>(_context); in draw_rect() 74 draw_round_rect(void* _context, const BRect& rect, const BPoint& radii, in draw_round_rect() argument 77 adapter_context* context = reinterpret_cast<adapter_context*>(_context); in draw_round_rect() 84 draw_bezier(void* _context, size_t numPoints, const BPoint _points[], bool fill) in draw_bezier() argument 86 adapter_context* context = reinterpret_cast<adapter_context*>(_context); in draw_bezier() [all …]
|
/haiku/src/add-ons/kernel/bus_managers/acpi/ |
H A D | EmbeddedController.cpp | 147 void* _context) in embedded_controller_io_ports_parse_callback() argument 149 acpi_ec_cookie* sc = (acpi_ec_cookie*)_context; in embedded_controller_io_ports_parse_callback()
|
/haiku/src/kits/debugger/debugger_interface/local/ |
H A D | LocalDebuggerInterface.cpp | 180 status_t _CreateDebugContext(DebugContext*& _context) in _CreateDebugContext() 196 _context = context; in _CreateDebugContext()
|
/haiku/src/tools/fs_shell/ |
H A D | vfs.cpp | 2792 vfs_exec_io_context(void *_context) in vfs_exec_io_context() argument 2794 struct io_context *context = (struct io_context *)_context; in vfs_exec_io_context()
|