[−][src]Type Definition webrender_api::LayoutPrimitiveInfo
type LayoutPrimitiveInfo = PrimitiveInfo<LayoutPixel>;
Methods
impl LayoutPrimitiveInfo[src]
impl LayoutPrimitiveInfopub fn new(rect: TypedRect<f32, LayoutPixel>) -> Self[src]
pub fn new(rect: TypedRect<f32, LayoutPixel>) -> Selfpub 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