Docs.rs
  • rasterize-0.1.9
    • rasterize 0.1.9
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • aslpavel
    • Dependencies
      • png ^0.17 normal
      • tracing ^0.1 normal
      • criterion ^0.3 dev
      • tracing-subscriber ^0.3 dev
    • Versions
    • 61.68% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
☰
logo

Crate rasterize

Version 0.1.9

Back to index

logo
Change settings

List of all items

Structs

  • ActiveEdgeIter
  • ActiveEdgeRasterizer
  • BBox
  • ColorU8
  • Cubic
  • CurveFlattenIter
  • EllipArc
  • GradLinear
  • GradRadial
  • GradStop
  • GradStops
  • ImageIter
  • ImageMutIter
  • ImageMutRef
  • ImageOwned
  • ImageRef
  • Layer
  • LinColor
  • Line
  • Path
  • PathBuilder
  • Pixel
  • Point
  • Quad
  • Scene
  • Shape
  • SignedDifferenceRasterizer
  • Size
  • StrokeStyle
  • SubPath
  • SvgPathParser
  • Transform
  • utils::ArrayIter
  • utils::M3x3
  • utils::M4x4

Enums

  • Align
  • FillRule
  • GradSpread
  • LineCap
  • LineJoin
  • Segment
  • SvgPathCmd
  • SvgPathParserError
  • Units

Traits

  • Color
  • Curve
  • Image
  • ImageMut
  • Paint
  • Rasterizer

Functions

  • linear_to_srgb
  • scalar_fmt
  • srgb_to_linear
  • utils::clamp
  • utils::cubic_solve
  • utils::integrate_quadrature
  • utils::quadratic_solve

Typedefs

  • CurveExtremities
  • CurveRoots
  • Scalar

Constants

  • DEFAULT_FLATNESS
  • EPSILON
  • EPSILON_SQRT
  • PI
  • utils::QUADRATURE_16
  • utils::QUADRATURE_32
  • utils::QUADRATURE_4
  • utils::QUADRATURE_8