MCPcopy Create free account

hub / github.com/carboxyl-rs/carboxyl / functions

Functions150 in github.com/carboxyl-rs/carboxyl

↓ 11 callersMethodpush
(&mut self, url: &str, can_go_back: bool, can_go_forward: bool)
src/ui/navigation.rs:146
↓ 7 callersMethodas_ref
(&self)
src/cli/cli.rs:33
↓ 6 callersMethodrender
(&self, size: Size)
src/ui/navigation.rs:191
↓ 4 callersMethodas_str
(&self)
src/cli/cli.rs:23
↓ 4 callersMethodrender_btn
(&self, icon: &str, enabled: bool)
src/ui/navigation.rs:164
↓ 3 callersMethodget
(&mut self, key: u8)
src/input/mouse.rs:50
↓ 3 callersMethodread
(&mut self)
src/input/mouse.rs:31
↓ 2 callersMethodapply
Apply the settings to the current TTY
src/input/tty.rs:173
↓ 2 callersMethodas_raw_fd
(self)
src/input/tty.rs:110
↓ 2 callersFunctioncarbonyl_renderer_resize
(bridge: RendererPtr)
src/browser/bridge.rs:185
↓ 2 callersMethoddisplay_url
(&self)
src/ui/navigation.rs:99
↓ 2 callersMethoddraw_text
Render some text into the terminal output
src/output/renderer.rs:223
↓ 2 callersMethodparse
()
src/cli/cli.rs:39
↓ 2 callersMethodparse
(&mut self, key: u8)
src/input/mouse.rs:20
↓ 2 callersFunctionparse_var
(var: &str)
src/output/window.rs:103
↓ 2 callersMethodpush_char
(&mut self, key: u8)
src/input/dcs/resource.rs:55
↓ 2 callersMethodpush_value
(&mut self)
src/input/dcs/status.rs:65
↓ 2 callersFunctionread_hex_string
(str: &[u8])
src/input/dcs/resource.rs:81
↓ 2 callersMethodsend
Send a message to the rendering thread. Creates a new thread if enabled and needed.
src/output/render_thread.rs:110
↓ 2 callersMethodteardown
(&mut self)
src/input/tty.rs:44
↓ 2 callersMethodto_err
(self)
src/input/tty.rs:122
↓ 2 callersMethodto_xterm
(&self)
src/output/xterm.rs:4
↓ 2 callersMethodupdate
(&mut self)
src/output/window.rs:37
↓ 1 callersMethodDrawBitmap
src/browser/renderer.cc:146
↓ 1 callersMethodas_ptr
(&self)
src/browser/bridge.rs:258
↓ 1 callersMethodbegin
(&mut self)
src/output/painter.rs:43
↓ 1 callersFunctionbinarize_quandrant
Turn a quadrant of four colors into two colors and a quadrant unicode character.
src/output/quad.rs:5
↓ 1 callersFunctionbuildMain
()
scripts/npm-package.mjs:26
↓ 1 callersFunctionbuildPlatform
([os, npmOs, llvmOs], [cpu, npmCpu, llvmCpu])
scripts/npm-package.mjs:96
↓ 1 callersFunctioncarbonyl_bridge_bitmap_mode
()
src/browser/bridge.rs:152
↓ 1 callersFunctioncarbonyl_bridge_get_dpi
()
src/browser/bridge.rs:157
↓ 1 callersFunctioncarbonyl_bridge_main
()
src/browser/bridge.rs:145
↓ 1 callersFunctioncarbonyl_renderer_create
()
src/browser/bridge.rs:162
↓ 1 callersFunctioncarbonyl_renderer_draw_bitmap
( bridge: RendererPtr, pixels: *const c_uchar, pixels_size: CSize, rect: CRect, callback:
src/browser/bridge.rs:267
↓ 1 callersFunctioncarbonyl_renderer_draw_text
( bridge: RendererPtr, text: *const CText, text_size: size_t, )
src/browser/bridge.rs:224
↓ 1 callersFunctioncarbonyl_renderer_get_size
(bridge: RendererPtr)
src/browser/bridge.rs:295
↓ 1 callersFunctioncarbonyl_renderer_listen
(bridge: RendererPtr, delegate: *mut BrowserDelegate)
src/browser/bridge.rs:324
↓ 1 callersFunctioncarbonyl_renderer_push_nav
( bridge: RendererPtr, url: *const c_char, can_go_back: bool, can_go_forward: bool, )
src/browser/bridge.rs:199
↓ 1 callersFunctioncarbonyl_renderer_set_title
(bridge: RendererPtr, title: *const c_char)
src/browser/bridge.rs:214
↓ 1 callersFunctioncarbonyl_renderer_start
(bridge: RendererPtr)
src/browser/bridge.rs:173
↓ 1 callersMethodclear_text
(&mut self)
src/output/renderer.rs:178
↓ 1 callersMethodcursor
(&self)
src/ui/navigation.rs:46
↓ 1 callersMethoddeadline
Get a deadline until the next frame
src/output/frame_sync.rs:23
↓ 1 callersMethoddraw
(&mut self, bounds: Rect, mut draw: F)
src/output/renderer.rs:201
↓ 1 callersMethoddraw_background
Draw the background from a pixel array encoded in RGBA8888
src/output/renderer.rs:127
↓ 1 callersMethodenable
Enable the rendering thread. Allows the thread to be lazily initiated.
src/output/render_thread.rs:35
↓ 1 callersMethodenable_true_color
(&mut self)
src/output/renderer.rs:35
↓ 1 callersMethodend
(&mut self, cursor: Option<Point>)
src/output/painter.rs:47
↓ 1 callersMethodfill_rect
(&mut self, rect: Rect, color: Color)
src/output/renderer.rs:194
↓ 1 callersMethodkeypress
(&mut self, key: &Key)
src/ui/navigation.rs:50
↓ 1 callersFunctionlink_sysroot
()
build.rs:4
↓ 1 callersFunctionlisten
Listen for input events in stdin. This will block, so it should run from a dedicated thread.
src/input/listen.rs:7
↓ 1 callersFunctionmain
()
src/browser/bridge.rs:106
↓ 1 callersMethodmake_raw
Enable raw input
src/input/tty.rs:162
↓ 1 callersMethodmouse_down
(&mut self, origin: Point)
src/ui/navigation.rs:119
↓ 1 callersMethodmouse_move
(&mut self, _origin: Point)
src/ui/navigation.rs:142
↓ 1 callersMethodmouse_up
(&mut self, origin: Point)
src/ui/navigation.rs:110
↓ 1 callersMethodpaint
(&mut self, cell: &Cell)
src/output/painter.rs:65
↓ 1 callersMethodpush_char
(&mut self, key: u8)
src/input/dcs/status.rs:59
↓ 1 callersMethodpush_nav
(&mut self, url: &str, can_go_back: bool, can_go_forward: bool)
src/output/renderer.rs:60
↓ 1 callersMethodrender
Run a closure on the rendering thread.
src/output/render_thread.rs:51
↓ 1 callersMethodset_size
(&mut self, size: Size)
src/ui/navigation.rs:160
↓ 1 callersMethodset_title
(&self, title: &str)
src/output/renderer.rs:184
↓ 1 callersMethodset_true_color
(&mut self, true_color: bool)
src/output/painter.rs:39
↓ 1 callersMethodstart
Mark the beginning of the render
src/output/frame_sync.rs:18
↓ 1 callersMethodstdin
()
src/input/tty.rs:71
↓ 1 callersMethodterminate
(&mut self)
src/input/dcs/status.rs:51
↓ 1 callersMethodurl_size
(&self)
src/ui/navigation.rs:106
MethodBitmapMode
src/browser/bridge.cc:18
FunctionCarbonylRenderServiceImpl
src/browser/render_service_impl.h:14
MethodCarbonylRenderServiceImpl
src/browser/render_service_impl.cc:9
MethodConfigure
src/browser/bridge.cc:22
MethodCreateLayeredWindowUpdater
src/browser/host_display_client.cc:64
MethodDidCompleteSwapWithNewSize
src/browser/host_display_client.cc:76
MethodDraw
src/browser/host_display_client.cc:41
MethodDrawText
src/browser/render_service_impl.cc:16
MethodDrawText
src/browser/renderer.cc:129
MethodGetCurrent
src/browser/renderer.cc:82
MethodGetDPI
src/browser/bridge.cc:14
MethodGetSize
src/browser/renderer.cc:96
FunctionHostDisplayClient
disable copy
src/browser/host_display_client.h:48
MethodHostDisplayClient
src/browser/host_display_client.cc:60
FunctionLayeredWindowUpdater
disable copy
src/browser/host_display_client.h:25
MethodLayeredWindowUpdater
src/browser/host_display_client.cc:22
MethodListen
src/browser/renderer.cc:109
MethodMain
src/browser/renderer.cc:73
MethodOnAllocatedSharedMemory
src/browser/host_display_client.cc:32
MethodOnDisplayReceivedCALayerParams
src/browser/host_display_client.cc:71
MethodPushNav
src/browser/renderer.cc:113
MethodRenderer
src/browser/renderer.cc:71
MethodResize
src/browser/bridge.cc:12
MethodResize
src/browser/renderer.cc:102
MethodSetTitle
src/browser/renderer.cc:121
MethodStartRenderer
src/browser/renderer.cc:92
FunctionText
src/browser/renderer.h:33
Methodbitand
(self, rhs: u32)
src/input/mouse.rs:87
Methodblack
()
src/gfx/color.rs:21
Methodboot
Boot the rendering thread, contains a simple event loop.
src/output/render_thread.rs:59
Functiondistance
(a: Color, b: Color)
src/output/quantizer.rs:20
Methoddrop
(&mut self)
src/input/tty.rs:16
next →1–100 of 150, ranked by callers