MCPcopy Create free account

hub / github.com/1jehuang/handterm / functions

Functions1,262 in github.com/1jehuang/handterm

↓ 2 callersFunctioncreate_surface_state_for_window_with_shared_profiled_with_defaults
( shared: Arc<SharedGpuContext>, window: Arc<Window>, config: &AppConfig, atlas: &GlyphAtlas,
src/gpu_runtime.rs:872
↓ 2 callersFunctioncreate_surface_state_with_shared_profiled_with_defaults
( shared: Arc<SharedGpuContext>, event_loop: &ActiveEventLoop, config: &AppConfig, title: &str
src/gpu_runtime.rs:846
↓ 2 callersMethodcurrent_kitty_keyboard_stack_mut
(&mut self)
handterm-common/src/terminal.rs:1386
↓ 2 callersFunctiondefault_socket_path_for_backend
(backend: Backend)
src/ipc.rs:257
↓ 2 callersMethoddrain_pty
(&mut self)
src/host_input.rs:312
↓ 2 callersFunctiondraw_alpha_rect
(buffer: &mut [u32], buf_w: usize, buf_h: usize, rect: AlphaRect)
src/render.rs:439
↓ 2 callersFunctiondraw_cursor
( buffer: &mut [u32], dims: (usize, usize), cell: CellRect, cursor_style: CursorStyle, col
src/render.rs:496
↓ 2 callersMethoddraw_rasterized_glyph
( &self, buffer: &mut [u32], buf_w: usize, buf_h: usize, cell_x: usize
src/font.rs:352
↓ 2 callersFunctiondraw_text_decorations
( buffer: &mut [u32], dims: (usize, usize), rect: CellRect, cell: &Cell, actual_fg: u32, )
src/render.rs:526
↓ 2 callersFunctionduration_from_timeval
(tv: libc::timeval)
src/profiling.rs:55
↓ 2 callersFunctionemoji_font_cache_path
()
src/font.rs:1829
↓ 2 callersFunctionencode_server_frame
(message: &ServerMessage)
src/daemon_stack/runtime.rs:472
↓ 2 callersMethodensure_atlas_with_hint
(&mut self, dpi: u32, font_path_hint: Option<&str>)
src/app.rs:258
↓ 2 callersMethodensure_atlas_with_hint
(&mut self, dpi: u32, font_path_hint: Option<&str>)
src/gpu_app.rs:407
↓ 2 callersMethodensure_glyph_id
(&mut self, glyph_id: u32)
src/font.rs:576
↓ 2 callersFunctionensure_kitty_image_in_atlas
( atlas_state: &'a mut SharedAtlasState, queue: &wgpu::Queue, terminal: &impl TerminalView, im
src/gpu_runtime.rs:1690
↓ 2 callersMethoderase_line_left
(&mut self)
handterm-common/src/grid.rs:1144
↓ 2 callersMethodextra_visible_rows
(self)
src/frontend.rs:360
↓ 2 callersMethodfinalize_kitty_image
(&mut self, request: KittyImageFinalize, payload: &[u8], quiet: u8)
handterm-common/src/terminal.rs:1229
↓ 2 callersFunctionfind_emoji_font_paths
()
src/font.rs:1656
↓ 2 callersFunctionfind_system_fallback_font_path
(ch: u32)
src/font.rs:1696
↓ 2 callersFunctionfont_cache_path
()
src/font.rs:1813
↓ 2 callersFunctionfont_cache_path_in
(cache_dir: &std::path::Path)
src/font.rs:1809
↓ 2 callersFunctionfont_metrics_cache_path
()
src/font.rs:1821
↓ 2 callersMethodget_text
(&self, start_row: usize, end_row: usize)
handterm-common/src/grid.rs:663
↓ 2 callersMethodhandle_action
(&mut self, action: Action)
handterm-common/src/terminal.rs:609
↓ 2 callersFunctionhandle_ipc_request
(terminal: &mut Terminal, req: &Request)
src/standalone_support.rs:7
↓ 2 callersMethodhandterm_setup_total
(self)
src/gpu_runtime.rs:223
↓ 2 callersFunctionhost_list_windows_response
(window_ids: Vec<u64>, focused_window: Option<u64>)
src/host_commands.rs:62
↓ 2 callersFunctionhost_ls_response
(include_host_commands: bool)
src/host_commands.rs:70
↓ 2 callersFunctionhost_socket_name
(backend: Backend)
src/ipc.rs:239
↓ 2 callersFunctionhyper_modifier_active
(modifiers: ModifiersState)
src/input.rs:761
↓ 2 callersMethodi16
(&mut self)
handterm-common/src/protocol.rs:351
↓ 2 callersFunctionimage_instance_for_placement
( placement: &KittyPlacement, entry: AtlasImageRect, cell_w: f32, cell_h: f32, )
src/gpu_frame.rs:95
↓ 2 callersFunctionimage_instances_for_terminal
(terminal: &Terminal)
src/gpu_frame.rs:773
↓ 2 callersFunctioninto_ipc_action
(request: HostControlRequest)
src/host_commands.rs:112
↓ 2 callersMethodis_animating
(&self)
src/frontend.rs:500
↓ 2 callersFunctionis_last_resort_font
Apple's `LastResort` font (and its dotted-name variant) covers the entire Unicode range with placeholder glyphs, so it must not be used as a genuine f
src/font.rs:1750
↓ 2 callersMethodkitty_keyboard_flags
(&self)
handterm-common/src/terminal.rs:408
↓ 2 callersMethodlistener_raw_fd
(&self)
src/ipc.rs:142
↓ 2 callersFunctionload_cached_font_path
(family: &str)
src/font.rs:1983
↓ 2 callersFunctionload_fallback_face
(path: &str, font_size_pt: f64, dpi: u32)
src/font.rs:1056
↓ 2 callersFunctionlookup_named_mapping
(named: NamedKey, mappings: &[(NamedKey, T)])
src/input.rs:402
↓ 2 callersFunctionmark_cursor_dirty
(grid: &mut Grid, cursor: Option<(usize, usize, CursorStyle)>)
src/frontend.rs:885
↓ 2 callersMethodmaybe_mark_visible
(&mut self, at: Instant, terminal: &T)
src/frontend.rs:595
↓ 2 callersFunctionmaybe_send_resize
(state: &mut RemoteState)
src/remote_app.rs:665
↓ 2 callersFunctionmaybe_send_resize
(state: &mut RemoteGpuState)
src/remote_gpu_app.rs:634
↓ 2 callersFunctionmeasure_cell_width_cached
( path: &str, font_size_pt: f64, dpi: u32, face: &freetype::Face, )
src/font.rs:1248
↓ 2 callersFunctionmeta_modifier_active
(modifiers: ModifiersState)
src/input.rs:765
↓ 2 callersMethodmove_cursor_down
(&mut self, n: usize)
handterm-common/src/grid.rs:1080
↓ 2 callersMethodmove_cursor_up
(&mut self, n: usize)
handterm-common/src/grid.rs:1076
↓ 2 callersFunctionnew_atlas_with_dpi
(config: &AppConfig, dpi: u32)
src/render.rs:676
↓ 2 callersMethodnum_lock_modifier
(&self)
src/host_input.rs:293
↓ 2 callersMethodopen_window
( &mut self, event_loop: &ActiveEventLoop, cols: Option<u16>, rows: Option<u16
src/app.rs:303
↓ 2 callersMethodopen_window
( &mut self, event_loop: &ActiveEventLoop, cols: Option<u16>, rows: Option<u16
src/gpu_app.rs:426
↓ 2 callersMethodparams
(&self)
handterm-common/src/parser.rs:68
↓ 2 callersMethodpipelines_for_format_profiled
( &self, format: wgpu::TextureFormat, )
src/gpu_runtime.rs:535
↓ 2 callersMethodpoll
( &mut self, handler: &mut dyn FnMut(&Request) -> (Response, IpcAction), )
src/ipc.rs:151
↓ 2 callersMethodpty
(&mut self)
src/host_input.rs:261
↓ 2 callersMethodpush_apc
(&mut self, event: ApcEvent)
handterm-common/src/control_strings.rs:130
↓ 2 callersMethodpush_kitty_graphics_response
(&mut self, command: KittyGraphicsCommand, success: bool)
handterm-common/src/terminal.rs:1286
↓ 2 callersMethodpush_row_into_scrollback
(&mut self, row_start: usize)
handterm-common/src/grid.rs:883
↓ 2 callersMethodput_cluster_parts
(&mut self, ch: u32, width: usize, grapheme: Option<Box<str>>)
handterm-common/src/grid.rs:941
↓ 2 callersFunctionput_i16
(buf: &mut Vec<u8>, v: i16)
handterm-common/src/protocol.rs:257
↓ 2 callersFunctionput_metrics
(buf: &mut Vec<u8>, metrics: &CellMetrics)
handterm-common/src/protocol.rs:492
↓ 2 callersMethodqueue_client_message
(&mut self, client_index: usize, message: &ServerMessage)
src/daemon_stack/runtime.rs:438
↓ 2 callersFunctionrasterize_char
(face: &freetype::Face, ch: u32, flags: LoadFlag)
src/font.rs:1284
↓ 2 callersFunctionrasterize_fallback_at_current_strike
( face: &freetype::Face, ch: u32, cell_width: usize, cell_height: usize, span_cells: usize
src/font.rs:993
↓ 2 callersFunctionrasterize_grapheme_sequence
( face: &freetype::Face, rb_face: &rustybuzz::Face<'static>, grapheme: &str, flags: LoadFlag,
src/font.rs:1290
↓ 2 callersFunctionrasterize_loaded
(face: &freetype::Face)
src/font.rs:1487
↓ 2 callersMethodrasterize_system_fallback_glyph
(&mut self, ch: u32)
src/font.rs:735
↓ 2 callersFunctionread_client_message
(reader: &mut R)
handterm-common/src/protocol.rs:940
↓ 2 callersFunctionread_frame
(reader: &mut R)
handterm-common/src/protocol.rs:963
↓ 2 callersFunctionread_metrics
(r: &mut Reader)
handterm-common/src/protocol.rs:499
↓ 2 callersFunctionread_server_message
(reader: &mut R)
handterm-common/src/protocol.rs:948
↓ 2 callersFunctionrender_surface_state_with_scroll
( state: &mut GpuSurfaceState, terminal: &mut impl TerminalView, atlas: &mut GlyphAtlas, confi
src/gpu_runtime.rs:1138
↓ 2 callersFunctionrender_terminal_to_buffer
( buffer: &mut [u32], buf_w: usize, buf_h: usize, terminal: &mut impl TerminalView, atlas:
src/render.rs:67
↓ 2 callersMethodrequire_window
(&self, window_id: WindowId)
src/daemon_stack/core.rs:263
↓ 2 callersMethodreset_attrs
(&mut self)
handterm-common/src/grid.rs:1314
↓ 2 callersMethodreset_scrollback
(&mut self)
src/host_input.rs:308
↓ 2 callersMethodresize
(&mut self, cols: u16, rows: u16)
handterm-common/src/grid.rs:289
↓ 2 callersMethodresize
(&mut self, cols: u16, rows: u16)
handterm-common/src/terminal.rs:208
↓ 2 callersMethodresize_pixels
(&mut self, width: usize, height: usize)
src/render.rs:39
↓ 2 callersFunctionresize_surface_state
( state: &mut GpuSurfaceState, atlas: &GlyphAtlas, width: u32, height: u32, cols: u16,
src/gpu_runtime.rs:1051
↓ 2 callersMethodresize_window
( &mut self, window_id: WindowId, cols: u16, rows: u16, )
src/daemon_stack/core.rs:138
↓ 2 callersFunctionresolve_config_path
(config_override: Option<&Path>)
src/config.rs:136
↓ 2 callersFunctionrgba_bytes
(color: [f32; 4])
src/gpu_runtime.rs:1841
↓ 2 callersFunctionrun_quick_bench
(columns: u16, rows: u16)
src/metrics.rs:70
↓ 2 callersFunctionrun_server_only
(socket: Option<PathBuf>, config: &AppConfig)
src/daemon.rs:6
↓ 2 callersFunctionsample_metrics
()
handterm-common/src/terminal.rs:1430
↓ 2 callersFunctionsample_metrics
()
src/remote.rs:280
↓ 2 callersFunctionsample_source_coords
( x: usize, y: usize, src_width: usize, src_height: usize, dst_width: usize, dst_heigh
src/font.rs:1191
↓ 2 callersFunctionsample_texture
( texture: &TestAtlasTexture, dx: usize, dy: usize, draw_w: usize, dra
src/gpu_runtime.rs:1850
↓ 2 callersFunctionsave_cached_font_path
(family: &str, path: &str)
src/font.rs:2068
↓ 2 callersFunctionsend_mouse_input
(state: &mut RemoteState, event: ProtocolMouseEvent)
src/remote_app.rs:715
↓ 2 callersFunctionsend_mouse_input
(state: &mut RemoteGpuState, event: ProtocolMouseEvent)
src/remote_gpu_app.rs:684
↓ 2 callersFunctionsend_paste
(state: &mut RemoteState, text: Vec<u8>)
src/remote_app.rs:708
↓ 2 callersFunctionsend_paste
(state: &mut RemoteGpuState, text: Vec<u8>)
src/remote_gpu_app.rs:677
↓ 2 callersMethodset_dim
(&mut self, on: bool)
handterm-common/src/grid.rs:1330
↓ 2 callersMethodset_inverse
(&mut self, on: bool)
handterm-common/src/grid.rs:1355
← previousnext →301–400 of 1,262, ranked by callers