servo/components/canvas
Anthony Ramine 19f40cdf0b Introduce ImageData::get_rect
We use that to send only the pixels that will be actually drawn to the
canvas thread in CanvasRenderingContext2d::PutImageData.

We also make the canvas thread byte swap and premultiply colours in-place.
2018-10-06 01:12:05 +02:00
..
webgl_mode Kill WebGLThreadObserver 2018-09-12 23:46:49 +02:00
canvas_data.rs Introduce ImageData::get_rect 2018-10-06 01:12:05 +02:00
canvas_paint_thread.rs Introduce ImageData::get_rect 2018-10-06 01:12:05 +02:00
Cargo.toml Merge some byte swap/premultiply functions in their own crate 2018-10-06 01:11:55 +02:00
gl_context.rs Make HTMLCanvasElement::get_size return a Size2D<u32> 2018-10-02 14:21:06 +02:00
lib.rs Merge some byte swap/premultiply functions in their own crate 2018-10-06 01:11:55 +02:00
webgl_thread.rs Merge some byte swap/premultiply functions in their own crate 2018-10-06 01:11:55 +02:00