pub type ScaleToFit = SkMatrix_ScaleToFit;
#[repr(u32)]pub enum ScaleToFit { Fill = 0, Start = 1, Center = 2, End = 3, }