[−][src]Type Definition webrender_api::LayoutPrimitiveInfo
type LayoutPrimitiveInfo = PrimitiveInfo<LayoutPixel>;
Methods
impl LayoutPrimitiveInfo
[src]
impl LayoutPrimitiveInfo
pub fn new(rect: TypedRect<f32, LayoutPixel>) -> Self
[src]
pub fn new(rect: TypedRect<f32, LayoutPixel>) -> Self
pub fn with_clip_rect(
rect: TypedRect<f32, LayoutPixel>,
clip_rect: TypedRect<f32, LayoutPixel>
) -> Self
[src]
pub fn with_clip_rect(
rect: TypedRect<f32, LayoutPixel>,
clip_rect: TypedRect<f32, LayoutPixel>
) -> Self