Searched defs:_state (Results 1 - 12 of 12) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DDebuggerTeamDebugInfo.cpp35 CreateImageDebugInfo(const ImageInfo& imageInfo, LocatableFile* imageFile, ImageDebugInfoLoadingState& _state, SpecificImageDebugInfo*& _imageDebugInfo) argument
H A DDwarfTeamDebugInfo.cpp66 CreateImageDebugInfo(const ImageInfo& imageInfo, LocatableFile* imageFile, ImageDebugInfoLoadingState& _state, SpecificImageDebugInfo*& _imageDebugInfo) argument
H A DTeamDebugInfo.cpp535 LoadImageDebugInfo(const ImageInfo& imageInfo, LocatableFile* imageFile, ImageDebugInfoLoadingState& _state, ImageDebugInfo*& _imageDebugInfo) argument
/haiku/src/kits/debugger/dwarf/
H A DDwarfManager.cpp41 DwarfManager::LoadFile(const char* fileName, DwarfFileLoadingState& _state) argument
[all...]
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.cpp296 CoreFileDebuggerInterface::GetCpuState(thread_id thread, CpuState*& _state) argument
/haiku/src/add-ons/kernel/generic/bios/
H A Dbios.cpp212 bios_prepare(bios_state** _state) argument
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp693 LocalDebuggerInterface::GetCpuState(thread_id thread, CpuState*& _state) argument
985 LocalDebuggerInterface::_GetDebugCpuState(thread_id thread, debug_cpu_state& _state) argument
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.cpp327 ArchitectureX86::CreateCpuState(CpuState*& _state) argument
339 CreateCpuState(const void* cpuStateData, size_t size, CpuState*& _state) argument
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.cpp404 ArchitectureX8664::CreateCpuState(CpuState*& _state) argument
416 CreateCpuState(const void* cpuStateData, size_t size, CpuState*& _state) argument
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp106 _inactive_node_state_entry( const char* _name, int32 _kind, const BMessage& _state) argument
/haiku/src/servers/app/
H A DPictureBoundingBoxPlayer.cpp184 move_pen_by(void* _state, const BPoint& delta) argument
196 determine_bounds_stroke_line(void* _state, const BPoint& _start, argument
235 determine_bounds_draw_rect(void* _state, const BRect& _rect, bool fill) argument
251 determine_bounds_draw_round_rect(void* _state, cons argument
284 determine_bounds_draw_bezier(void* _state, size_t numPoints, const BPoint viewPoints[], bool fill) argument
311 determine_bounds_draw_ellipse(void* _state, const BRect& _rect, bool fill) argument
327 determine_bounds_draw_arc(void* _state, const BPoint& center, const BPoint& radii, float, float, bool fill) argument
368 determine_bounds_draw_polygon(void* _state, size_t numPoints, const BPoint viewPoints[], bool, bool fill) argument
384 determine_bounds_draw_shape(void* _state, const BShape& shape, bool fill) argument
401 determine_bounds_draw_string(void* _state, const char* string, size_t length, float deltaSpace, float deltaNonSpace) argument
427 determine_bounds_draw_pixels(void* _state, const BRect&, const BRect& _dest, uint32, uint32, size_t, color_space, uint32, const void*, size_t) argument
442 draw_picture(void* _state, const BPoint& where, int32 token) argument
454 set_clipping_rects(void* _state, size_t numRects, const BRect rects[]) argument
466 clip_to_picture(void* _state, int32 pictureToken, const BPoint& where, bool clipToInverse) argument
476 push_state(void* _state) argument
487 pop_state(void* _state) argument
522 set_origin(void* _state, const BPoint& pt) argument
532 set_pen_location(void* _state, const BPoint& pt) argument
548 set_line_mode(void* _state, cap_mode capMode, join_mode joinMode, float miterLimit) argument
562 set_pen_size(void* _state, float size) argument
573 set_fore_color(void* _state, const rgb_color& color) argument
583 set_back_color(void* _state, const rgb_color& color) argument
593 set_stipple_pattern(void* _state, const pattern& _pattern) argument
603 set_scale(void* _state, float scale) argument
613 set_font_family(void* _state, const char* _family, size_t length) argument
627 set_font_style(void* _state, const char* _style, size_t length) argument
641 set_font_spacing(void* _state, uint8 spacing) argument
653 set_font_size(void* _state, float size) argument
665 set_font_rotate(void* _state, float rotation) argument
677 set_font_encoding(void* _state, uint8 encoding) argument
689 set_font_flags(void* _state, uint32 flags) argument
701 set_font_shear(void* _state, float shear) argument
713 set_font_face(void* _state, uint16 face) argument
731 set_transform(void* _state, const BAffineTransform& transform) argument
741 translate_by(void* _state, double x, double y) argument
753 scale_by(void* _state, double x, double y) argument
765 rotate_by(void* _state, double angleRadians) argument
777 determine_bounds_nested_layer(void* _state, Layer* layer) argument
[all...]
/haiku/headers/cpp/
H A Dstreambuf.h92 __iostate _state; member in struct:_ios_fields
[all...]

Completed in 189 milliseconds