Home
last modified time | relevance | path

Searched defs:ScrollLayerVector2D (Results 1 – 1 of 1) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender_api/src/
H A Dunits.rs72 pub type ScrollLayerVector2D = TypedVector2D<f32, ScrollLayerPixel>; typedef
114 pub fn as_scroll_parent_vector(vector: &LayerVector2D) -> ScrollLayerVector2D { in as_scroll_parent_vector()