Home
last modified time | relevance | path

Searched refs:LayoutIntSize (Results 1 – 6 of 6) sorted by relevance

/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender_api-0.60.0/src/
H A Dunits.rs84 pub type LayoutIntSize = TypedSize2D<i32, LayoutPixel>; typedef
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender_api/src/
H A Dunits.rs96 pub type LayoutIntSize = Size2D<i32, LayoutPixel>; typedef
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender_api/src/
H A Dunits.rs95 pub type LayoutIntSize = Size2D<i32, LayoutPixel>; typedef
/dports/www/firefox/firefox-99.0/gfx/wr/webrender_api/src/
H A Dunits.rs96 pub type LayoutIntSize = Size2D<i32, LayoutPixel>; typedef
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender_api/src/
H A Dunits.rs96 pub type LayoutIntSize = Size2D<i32, LayoutPixel>; typedef
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Dresource_cache.rs14 use api::{TileOffset, TileSize, TileRange, BlobImageData, LayoutIntRect, LayoutIntSize};
2288 fn blob_size(device_size: DeviceIntSize) -> LayoutIntSize { in blob_size() argument