MCPcopy Create free account

hub / github.com/LaurenzV/hayro / functions

Functions3,975 in github.com/LaurenzV/hayro

↓ 1,505 callersFunctionrun_render_test
(name: &str, file_path: &str, range_str: Option<&str>)
hayro-tests/tests/mod.rs:234
↓ 338 callersFunctionnz
(n: u32)
hayro-jbig2/src/huffman_tables_generated.rs:7
↓ 315 callersMethodclone
(&self)
hayro-syntax/src/content/mod.rs:451
↓ 158 callersMethoditer
(&self)
hayro-svg/src/lib.rs:468
↓ 157 callersMethodnew
(range_low: int, prefix_length: int, range_length: int)
hayro-jbig2/generate_huffman_tables.py:25
↓ 156 callersMethodmap
(&self, entry: usize, column: usize)
hayro-jpeg2000/src/jp2/pclr.rs:67
↓ 145 callersMethodget
(&self)
hayro-interpret/src/context.rs:254
↓ 141 callersMethodlen
Return the number of objects present in the PDF file.
hayro-syntax/src/pdf.rs:72
↓ 128 callersMethodpush
(&mut self, byte_len: usize, range: CidRange)
hayro-cmap/src/lib.rs:557
↓ 125 callersMethodas_ref
(&self)
hayro-syntax/src/data.rs:27
↓ 106 callersMethodmap
(&self, code: u16)
hayro-interpret/src/font/cid.rs:495
↓ 106 callersFunctionop_impl
(prog: &str, out: &[f32])
hayro-interpret/src/function/type4.rs:604
↓ 97 callersMethodget_mut
(&mut self)
hayro-interpret/src/context.rs:258
↓ 78 callersFunctionload_pdf
(file: &[u8])
hayro-tests/tests/load.rs:9
↓ 60 callersMethodcontains
(&self, hash: u128)
hayro-svg/src/lib.rs:447
↓ 53 callersMethodpush
(&mut self, n: T)
hayro-interpret/src/function/type4.rs:108
↓ 51 callersMethodinsert
(&mut self, value: T)
hayro-svg/src/lib.rs:462
↓ 50 callersMethodmin
(self, other: Self)
hayro-jpeg2000/src/math.rs:70
↓ 49 callersMethodmax
(self, other: Self)
hayro-jpeg2000/src/math.rs:77
↓ 47 callersMethodlen
(&self)
hayro-interpret/src/function/type4.rs:98
↓ 46 callersFunctionread
(reader: &mut BitReader<'a>)
hayro-jpeg2000/src/jp2/box.rs:69
↓ 45 callersMethodwrite
(&mut self, val: u32)
hayro-syntax/src/bit_reader.rs:195
↓ 44 callersMethodas_f64
Return the value as an `f64`.
hayro-postscript/src/number.rs:29
↓ 41 callersMethodskip_white_spaces_and_comments
(&mut self)
hayro-syntax/src/reader.rs:103
↓ 39 callersMethodforward_tag
(&mut self, tag: &[u8])
hayro-syntax/src/byte_reader.rs:153
↓ 37 callersMethodnext
(&mut self)
hayro-syntax/src/content/mod.rs:123
↓ 36 callersMethodget
(&self, byte_len: u8)
hayro-cmap/src/lib.rs:566
↓ 35 callersMethodclear
(&mut self)
hayro-syntax/src/content/mod.rs:410
↓ 34 callersMethodis_empty
(&self)
hayro-svg/src/lib.rs:475
↓ 34 callersFunctionrun_svg_test
(name: &str, file_path: &str, range_str: Option<&str>)
hayro-tests/tests/mod.rs:318
↓ 32 callersMethodlen
Returns the number of entries in the dictionary.
hayro-syntax/src/object/dict.rs:56
↓ 31 callersMethodas_ref
(&self)
hayro-syntax/src/object/name.rs:34
↓ 31 callersMethodread_byte
(&mut self)
hayro-jpeg2000/src/j2c/arithmetic_decoder.rs:57
↓ 30 callersMethoddecode
Decode the image data through the given [`Decoder`].
hayro-jbig2/src/lib.rs:185
↓ 30 callersFunctionparse
( data: &[u8], get_cmap: impl Fn(CMapName<'_>) -> Option<&'a [u8]> + Clone + 'a, depth: u32, )
hayro-cmap/src/bcmap/mod.rs:51
↓ 29 callersMethodcmp
(&self, other: &Self)
hayro-syntax/src/object/name.rs:69
↓ 27 callersMethoddecoded
Return the decoded data of the stream. Note that the result of this method will not be cached, so calling it multiple times is expensive.
hayro-syntax/src/object/stream.rs:159
↓ 27 callersMethoddict
Return the raw, underlying dictionary of the stream.
hayro-syntax/src/object/stream.rs:137
↓ 27 callersMethodlen
(&self)
hayro-syntax/src/content/mod.rs:414
↓ 26 callersMethodget
(&self, init: impl FnOnce() -> T)
hayro-jbig2/src/lazy.rs:11
↓ 26 callersMethodpush
(&mut self, operand: Object<'a>)
hayro-syntax/src/content/mod.rs:400
↓ 26 callersMethodread_marker
(&mut self)
hayro-jpeg2000/src/reader.rs:168
↓ 26 callersFunctionrun_write_test
( name: &str, file_path: &str, page_indices: &[usize], renderer: Renderer, page: bool, )
hayro-tests/tests/mod.rs:328
↓ 24 callersFunctionfilter_paeth
(a: u8, b: u8, c: u8)
hayro-syntax/src/filter/png/paeth.rs:8
↓ 24 callersMethodoffset
(&self)
hayro-postscript/src/reader.rs:26
↓ 24 callersMethodpages
Return the pages of the PDF file.
hayro-syntax/src/pdf.rs:95
↓ 24 callersMethodread_u16
(&mut self)
hayro-jpeg2000/src/reader.rs:85
↓ 23 callersMethodas_f32
(&self)
hayro-interpret/src/function/type4.rs:70
↓ 23 callersMethodread_bit
(&mut self, context: &mut ArithmeticDecoderContext)
hayro-jpeg2000/src/j2c/bitplane.rs:1003
↓ 23 callersMethodread_bytes
(&mut self, len: usize)
hayro-syntax/src/byte_reader.rs:77
↓ 22 callersFunctionload_jpeg2000
(file: &[u8])
hayro-tests/tests/load.rs:31
↓ 22 callersMethodoffset
(&self)
hayro-syntax/src/byte_reader.rs:71
↓ 21 callersMethodforward
(&mut self)
hayro-postscript/src/reader.rs:66
↓ 21 callersMethodread_byte
(&mut self)
hayro-jbig2/src/reader.rs:52
↓ 20 callersMethodas_slice
(&self)
hayro-syntax/src/content/mod.rs:418
↓ 20 callersMethodis_nearly_equal
Whether the number is nearly equal to another number.
hayro-interpret/src/util.rs:33
↓ 19 callersMethodindex
(&self, padded_width: u32)
hayro-jpeg2000/src/j2c/bitplane.rs:987
↓ 19 callersMethodpop
(&mut self)
hayro-interpret/src/function/type4.rs:140
↓ 19 callersMethodread_byte
(&mut self)
hayro-syntax/src/byte_reader.rs:86
↓ 19 callersMethodread_u32
(&mut self)
hayro-jbig2/src/reader.rs:113
↓ 19 callersMethodread_u32
(&mut self)
hayro-jpeg2000/src/reader.rs:92
↓ 19 callersMethodstore
(self, slice: &mut [f32])
hayro-jpeg2000/src/math.rs:51
↓ 18 callersMethodas_str
(&self)
hayro-interpret/src/font/standard_font.rs:88
↓ 18 callersMethodcache_key
(&self)
hayro-interpret/src/types.rs:20
↓ 18 callersMethoditer
(&self)
hayro-syntax/src/object/array.rs:39
↓ 18 callersMethodlast
(&self)
hayro-interpret/src/function/type4.rs:131
↓ 18 callersMethodresolve
Resolve the `MaybeRef` object with the given xref table.
hayro-syntax/src/object/ref.rs:89
↓ 18 callersMethodskip_white_spaces
(&mut self)
hayro-syntax/src/reader.rs:66
↓ 18 callersMethodtake
(self)
hayro-interpret/src/font/outline.rs:37
↓ 17 callersMethodget
(&self)
hayro-jpeg2000/src/j2c/bitplane.rs:264
↓ 17 callersFunctionhash128
Calculate a 128-bit siphash of a value.
hayro-interpret/src/util.rs:113
↓ 16 callersMethodget
(&self, index: usize)
hayro-syntax/src/filter/lzw_flate.rs:679
↓ 16 callersMethodheight
(&self)
hayro/src/renderer.rs:78
↓ 16 callersMethodread_bits_with_stuffing
(&mut self, bit_size: u8)
hayro-jpeg2000/src/reader.rs:129
↓ 16 callersMethodwidth
(&self)
hayro/src/renderer.rs:70
↓ 15 callersMethodget
(&'a self, id: ObjectIdentifier)
hayro-syntax/src/xref.rs:522
↓ 15 callersMethodheight
The height of the image in pixels.
hayro-jbig2/src/lib.rs:180
↓ 15 callersMethodis_empty
(&self)
hayro-interpret/src/function/type4.rs:103
↓ 15 callersMethodis_nearly_zero
Whether the number is approximately 0.
hayro-interpret/src/util.rs:28
↓ 15 callersMethodis_none
(&self)
hayro-interpret/src/color.rs:459
↓ 15 callersFunctionload_embedded
(_name: CMapName<'_>)
hayro-cmap/src/lib.rs:29
↓ 15 callersMethodmul_add
(self, mul: Self, addend: Self)
hayro-jpeg2000/src/math.rs:37
↓ 15 callersMethodwidth
The width of the image in pixels.
hayro-jbig2/src/lib.rs:175
↓ 14 callersMethodget
Get access to the original data of the PDF.
hayro-syntax/src/data.rs:89
↓ 14 callersFunctioninterpolate
Linearly interpolate the value `x`, assuming that it lies within the range `x_min` and `x_max`, to the range `y_min` and `y_max`.
hayro-interpret/src/function/mod.rs:111
↓ 14 callersMethodparse_object
Parse the next object.
hayro-postscript/src/lib.rs:59
↓ 14 callersFunctionparse_with_preamble
(body: &[u8])
hayro-cmap/src/lib.rs:728
↓ 14 callersMethodpath
(&self)
hayro-interpret/src/context.rs:222
↓ 14 callersMethodpush
(&mut self, entry: Vec<u8>)
hayro-syntax/src/filter/lzw_flate.rs:661
↓ 14 callersMethodto_rgba
(&self, c: &[f32], opacity: f32, manual_scale: bool)
hayro-interpret/src/color.rs:335
↓ 14 callersMethodupper
(range_low: int, prefix_length: int, range_length: int)
hayro-jbig2/generate_huffman_tables.py:33
↓ 14 callersMethodwidth
(&self)
hayro-jpeg2000/src/j2c/rect.rs:23
↓ 13 callersMethodas_bytes
Returns the string data as a byte slice.
hayro-syntax/src/object/string.rs:37
↓ 13 callersMethodpeek_byte
(&self)
hayro-postscript/src/reader.rs:50
↓ 13 callersFunctionrun_render_test_with_password
( name: &str, file_path: &str, range_str: Option<&str>, password: &str, )
hayro-tests/tests/mod.rs:238
↓ 13 callersMethodxref
Return the xref of the PDF file.
hayro-syntax/src/pdf.rs:100
↓ 12 callersMethodcast
Try casting the object to a specific subtype.
hayro-syntax/src/object/mod.rs:67
↓ 12 callersMethodcontains_key
Checks whether the dictionary contains an entry with a specific key.
hayro-syntax/src/object/dict.rs:66
↓ 12 callersMethodfinish
(mut self)
hayro-svg/src/lib.rs:402
↓ 12 callersMethodfont_ref
(&self)
hayro-interpret/src/font/blob.rs:240
next →1–100 of 3,975, ranked by callers