MCPcopy Create free account

hub / github.com/connorskees/pdf / functions

Functions943 in github.com/connorskees/pdf

↓ 1 callersMethodrender_gpu
(&mut self)
src/render/mod.rs:398
↓ 1 callersMethodrender_to_image
(&mut self, p: impl AsRef<FilePath>)
src/render/canvas.rs:501
↓ 1 callersMethodreset
(&mut self)
src/font/true_type/interpreter.rs:295
↓ 1 callersMethodreset_buffer
(&mut self, buffer: Cow<'a, [u8]>)
src/postscript/lexer.rs:106
↓ 1 callersMethodresources
(&self)
src/page.rs:76
↓ 1 callersMethodrlinecurve
is equivalent to one rlineto for each pair of arguments beyond the six arguments dxb...dyd needed for the one rrcurveto command. The number of lines i
src/font/cff/charstring.rs:753
↓ 1 callersMethodrlineto
appends a line from the current point to a position at the relative coordinates dxa, dya. Additional rlineto operations are performed for all subseque
src/font/cff/charstring.rs:710
↓ 1 callersMethodrmoveto
moves the current point to a position at the relative coordinates (dx1, dy1).
src/font/cff/charstring.rs:792
↓ 1 callersMethodroff
(&mut self)
src/font/true_type/interpreter.rs:606
↓ 1 callersMethodrotate_90
(&self)
src/geometry/line.rs:22
↓ 1 callersMethodrrcurveto
appends a Bézier curve, defined by dxa...dyc, to the current point. For each subsequent set of six arguments, an additional curve is appended to the c
src/font/cff/charstring.rs:644
↓ 1 callersMethodrtdg
(&mut self)
src/font/true_type/interpreter.rs:588
↓ 1 callersMethodrtg
(&mut self)
src/font/true_type/interpreter.rs:612
↓ 1 callersMethodrthg
(&mut self)
src/font/true_type/interpreter.rs:594
↓ 1 callersFunctionrun
(to_render: &[Renderable], width: f32, height: f32)
src/render/wgpu/mod.rs:17
↓ 1 callersMethodrutg
(&mut self)
src/font/true_type/interpreter.rs:600
↓ 1 callersMethodsdb
(&mut self)
src/font/true_type/interpreter.rs:707
↓ 1 callersMethodsds
(&mut self)
src/font/true_type/interpreter.rs:715
↓ 1 callersMethodset_character_spacing
(&mut self)
src/render/mod.rs:741
↓ 1 callersMethodset_clipping_path_even_odd
Modify the current clipping path by intersecting it with the current path, using the even-odd rule to determine which regions lie inside the clipping
src/render/mod.rs:1455
↓ 1 callersMethodset_clipping_path_non_zero_winding_number
Modify the current clipping path by intersecting it with the current path, using the nonzero winding number rule to determine which regions lie inside
src/render/mod.rs:1464
↓ 1 callersMethodset_color_rendering_intent
(&mut self)
src/render/mod.rs:707
↓ 1 callersMethodset_flatness_tolerance
(&mut self)
src/render/mod.rs:733
↓ 1 callersMethodset_font_and_size
Set the text font to _font_ and the text font size to _size_. _font_ shall be the name of a font resource in the Font subdictionary of the current res
src/render/mod.rs:1056
↓ 1 callersMethodset_graphics_state_parameters
Set the specified parameters in the graphics state. dictName shall be the name of a graphics state parameter dictionary in the ExtGState subdictionary
src/render/mod.rs:825
↓ 1 callersMethodset_horizontal_scaling
(&mut self)
src/render/mod.rs:765
↓ 1 callersMethodset_line_cap_style
Set the line cap style in the graphics state
src/render/mod.rs:716
↓ 1 callersMethodset_line_dash_pattern
Set the line dash pattern in the graphics state
src/render/mod.rs:675
↓ 1 callersMethodset_line_join_style
Set the line join style in the graphics state
src/render/mod.rs:690
↓ 1 callersMethodset_line_width
Set the line width in the graphics state
src/render/mod.rs:1416
↓ 1 callersMethodset_miter_limit
(&mut self)
src/render/mod.rs:699
↓ 1 callersMethodset_nonstroking_cmyk
Same as [Renderer::set_stroking_cmyk], but used for nonstroking operations
src/render/mod.rs:803
↓ 1 callersMethodset_nonstroking_color
(&mut self)
src/render/mod.rs:497
↓ 1 callersMethodset_nonstroking_color_space
(&mut self)
src/render/mod.rs:591
↓ 1 callersMethodset_nonstroking_gray
Same as [Renderer::set_stroking_gray], but used for nonstroking operations
src/render/mod.rs:995
↓ 1 callersMethodset_nonstroking_rgb
Same as [Renderer::set_stroking_rgb] but used for nonstroking operations.
src/render/mod.rs:1021
↓ 1 callersMethodset_stroking_cmyk
Set the stroking colour space to DeviceCMYK (or the DefaultCMYK colour space) and set the colour to use for stroking operations. Each operand shall be
src/render/mod.rs:786
↓ 1 callersMethodset_stroking_color
(&mut self)
src/render/mod.rs:508
↓ 1 callersMethodset_stroking_color_space
Set the current colour space to use for stroking operations. The operand name shall be a name object. If the colour space is one that can be specified
src/render/mod.rs:567
↓ 1 callersMethodset_stroking_gray
Set the stroking colour space to DeviceGray and set the gray level to use for stroking operations. gray shall be a number between 0.0 (black) and 1.0
src/render/mod.rs:943
↓ 1 callersMethodset_stroking_rgb
Set the stroking colour space to DeviceRGB (or the DefaultRGB colour space and set the colour to use for stroking operations. Each operand shall be a
src/render/mod.rs:1009
↓ 1 callersMethodset_text_leading
(&mut self)
src/render/mod.rs:725
↓ 1 callersMethodset_text_matrix
Set the text matrix, Tm, and the text line matrix, Tlm: T_m = T_lm = [a b 0, c d 0, e f 1]
src/render/mod.rs:1525
↓ 1 callersMethodset_text_rendering_mode
(&mut self)
src/render/mod.rs:773
↓ 1 callersMethodset_text_rise
(&mut self)
src/render/mod.rs:757
↓ 1 callersMethodset_word_spacing
(&mut self)
src/render/mod.rs:749
↓ 1 callersMethodshp
(&mut self, a: u8)
src/font/true_type/interpreter.rs:723
↓ 1 callersMethodskip_comment
Assumes the leading `%` has already been consumed
src/lex.rs:90
↓ 1 callersMethodsloop
(&mut self)
src/font/true_type/interpreter.rs:556
↓ 1 callersMethodsrp0
(&mut self)
src/font/true_type/interpreter.rs:564
↓ 1 callersMethodsrp1
(&mut self)
src/font/true_type/interpreter.rs:572
↓ 1 callersMethodsrp2
(&mut self)
src/font/true_type/interpreter.rs:580
↓ 1 callersMethodstring
(&mut self)
src/postscript/interpreter.rs:696
↓ 1 callersFunctionstrip_leading_zeroes
(bytes: &[u8])
src/xref/stream/parser.rs:18
↓ 1 callersMethodstroke_cubic_bezier_curve
(&mut self, curve: CubicBezierCurve, color: u32)
src/render/canvas.rs:408
↓ 1 callersMethodstroke_line
(&mut self, line: Line, color: u32)
src/render/canvas.rs:321
↓ 1 callersMethodstroke_quadratic_bezier_curve
(&mut self, curve: QuadraticBezierCurve, color: u32)
src/render/canvas.rs:396
↓ 1 callersMethodsvtca
(&mut self, a: u8)
src/font/true_type/interpreter.rs:538
↓ 1 callersMethodszp0
(&mut self)
src/font/true_type/interpreter.rs:488
↓ 1 callersMethodszp1
(&mut self)
src/font/true_type/interpreter.rs:500
↓ 1 callersMethodszp2
(&mut self)
src/font/true_type/interpreter.rs:512
↓ 1 callersMethodszps
(&mut self)
src/font/true_type/interpreter.rs:524
↓ 1 callersMethodtransform_ctm
Modify the current transformation matrix (CTM) by concatenating the specified matrix. Although the operands specify a matrix, they shall be written as
src/render/mod.rs:1367
↓ 1 callersMethodtry_lex_operator
(&mut self)
src/content/mod.rs:83
↓ 1 callersMethodupdate
(&mut self)
src/render/wgpu/state.rs:564
↓ 1 callersMethodupdate_graphics_state
( &self, graphics_state: &mut GraphicsState<'a>, text_state: &mut TextState<'a>, )
src/resources/graphics_state_parameters.rs:369
↓ 1 callersMethodvertical_stem
(&mut self, x: f32, dx: f32)
src/geometry/path_builder.rs:85
↓ 1 callersMethodvertical_stem3
(&mut self, x0: f32, dx0: f32, x1: f32, dx1: f32, x2: f32, dx2: f32)
src/geometry/path_builder.rs:89
↓ 1 callersFunctionvertices_for_path
(path: &Path, width: f32, height: f32, color: u32)
src/render/wgpu/state.rs:106
↓ 1 callersMethodvhcurveto
appends one or more Bézier curves to the current point, where the first tangent is vertical and the second tangent is horizontal This command is the
src/font/cff/charstring.rs:895
↓ 1 callersMethodvlineto
appends a vertical line of length dy1 to the current point. With an odd number of arguments, subsequent argument pairs are interpreted as alternating
src/font/cff/charstring.rs:612
↓ 1 callersMethodvmoveto
moves the current point dy1 units in the vertical direction
src/font/cff/charstring.rs:698
↓ 1 callersMethodvstemhm
(&mut self)
src/font/cff/charstring.rs:301
↓ 1 callersMethodvvcurveto
appends one or more curves to the current point. If the argument count is a multiple of four, the curve starts and ends vertical. If the argument coun
src/font/cff/charstring.rs:975
↓ 1 callersMethodwith_distance_from_origin
(&self, new_len: f32)
src/geometry/point.rs:38
Methodadd
(self, rhs: Point)
src/geometry/point.rs:47
Methodadd_assign
(&mut self, rhs: Point)
src/geometry/point.rs:56
Functionadd_float_and_int
()
src/postscript/interpreter.rs:1186
Functionadd_int_and_float
()
src/postscript/interpreter.rs:1176
Functionadd_two_floats
()
src/postscript/interpreter.rs:1166
Functionadd_two_integers
()
src/postscript/interpreter.rs:1156
Methodapply_transform
(&mut self, transformation: Matrix)
src/geometry/quadratic_bezier.rs:125
Methodapply_transform
(&mut self, transformation: Matrix)
src/geometry/outline.rs:19
Methodapply_transform
(&mut self, transformation: Matrix)
src/geometry/cubic_bezier.rs:49
Methodapply_transform
(&mut self, transformation: Matrix)
src/geometry/path.rs:13
Methodapprox_inv_myint
Approximate the inverse of the function above
src/geometry/quadratic_bezier.rs:56
Methodapprox_myint
Compute an approximation to int (1 + 4x^2) ^ -0.25 dx
src/geometry/quadratic_bezier.rs:49
Functionarray_with_single_element_leading_and_trailing_whitespace
()
src/lex.rs:595
Functionascii_85
()
src/filter/ascii.rs:96
Methodassert_or_null
( &mut self, obj: Object, convert: impl Fn(&mut Self, Object) -> PdfResult<T>, )
src/resolve.rs:148
Methodaverage
(this_row: &[u8], row_above: Option<&Vec<Vec<u8>>>, chunk_size: u8)
src/filter/flate.rs:164
Methodblend
(&self, background: Self)
src/color/color_space.rs:120
Methodbounding_box
(&self)
src/geometry/quadratic_bezier.rs:120
Methodbounding_box
(&self)
src/geometry/outline.rs:25
Methodbounding_box
(&self)
src/geometry/cubic_bezier.rs:56
Methodbounding_box
(&self)
src/geometry/path.rs:21
Methodbuffer
(&self)
src/object_stream.rs:121
Methodbuffer
(&self)
src/postscript/lexer.rs:231
Methodbuffer
(&self)
src/font/cff/parse.rs:178
Methodbuffer
(&self)
src/font/cff/dict.rs:287
← previousnext →501–600 of 943, ranked by callers