MCPcopy Create free account

hub / github.com/bytesnake/vim-graphical-preview / functions

Functions28 in github.com/bytesnake/vim-graphical-preview

↓ 6 callersFunctionhash
(input: &str)
src/utils.rs:12
↓ 4 callersFunctiongenerate_svg_from_latex
Generate SVG file from latex file with given zoom
src/utils.rs:42
↓ 2 callersFunctiongenerate_latex_from_gnuplot
Generate latex file from gnuplot This function generates a latex file with gnuplot `epslatex` backend and then source it into the generate latex func
src/utils.rs:153
↓ 2 callersMethodis_in_view
(&self, metadata: &Metadata, blocks: &BTreeMap<CodeId, Node>)
src/render.rs:60
↓ 2 callersFunctionparse_latex
Parse a latex content and convert it to a SVG file
src/utils.rs:193
↓ 1 callersFunctionchar_pixel_height
Get pixel height of a character
src/utils.rs:22
↓ 1 callersMethodclear_all
(&mut self, _: &str)
src/render.rs:247
↓ 1 callersMethodgenerate
(&self, content: String)
src/content.rs:39
↓ 1 callersFunctiongenerate_latex_from_gnuplot_file
(path: &Path)
src/utils.rs:182
↓ 1 callersMethodget_sixel
(&mut self, dim: NodeDim)
src/content.rs:148
↓ 1 callersMethodis_visible
(&self)
src/node_view.rs:43
↓ 1 callersFunctionparse_equation
Parse an equation with the given zoom
src/utils.rs:126
↓ 1 callersFunctionparse_latex_from_file
( path: &Path, )
src/utils.rs:213
↓ 1 callersMethodpath
(&self, content: &str)
src/content.rs:86
↓ 1 callersMethodprocess
(&self, content: &str, mut old_nodes: BTreeMap<String, Node>)
src/content.rs:214
↓ 1 callersMethodwand_to_sixel
(self, dim: NodeDim)
src/content.rs:99
Methoddraw
(&mut self, _: &str)
src/render.rs:104
Methoddraw_node
(metadata: &Metadata, stdout: &Stdout, node: &mut Node, view: &mut NodeView, top_offset: isize)
src/render.rs:184
Methodfmt
(&self, f: &mut fmt::Formatter)
src/error.rs:19
Methodfrom_fence
(kind: &str)
src/content.rs:30
Methodnew
()
src/render.rs:30
Methodnew
()
src/content.rs:121
Methodnew
(node: &Node, metadata: &Metadata, offset: isize)
src/node_view.rs:13
Functionresult_to_cstring
(res: Result<T>)
src/lib.rs:41
Methodset_folds
(&mut self, folds: &str)
src/render.rs:286
Functionsingleton
()
src/lib.rs:20
Methodupdate_content
(&mut self, content: &str)
src/render.rs:271
Methodupdate_metadata
(&mut self, metadata: &str)
src/render.rs:257