Searched defs:CleanAperture (Results 1 – 4 of 4) sorted by relevance
39 struct CleanAperture { struct46 // Converts the CleanAperture value into a rectangle with bounds left, top, right and bottom. argument
19 pub struct CleanAperture { struct20 pub width: UFraction,21 pub height: UFraction,22 pub horiz_off: UFraction,23 pub vert_off: UFraction,56 clap: &CleanAperture, in create_from()
64 impl From<&avifCleanApertureBox> for CleanAperture { implementation
310 CleanAperture(CleanAperture), enumerator