Searched defs:get_style (Results 1 – 8 of 8) sorted by relevance
28 fn get_style(&self, _class: StyleClass) -> Box<dyn Style> { in get_style() method
32 fn get_style(&self, class: StyleClass) -> Box<dyn Style> { in get_style() method
50 fn get_style(&self, class: StyleClass) -> Box<dyn Style>; in get_style() method
49 fn get_style(&self, v: &T) -> ShapeStyle { in get_style() method
131 pub fn get_style(&self) -> FontStyle { in get_style() method
203 char **get_style = nullptr; member
141 static SkFontStyle get_style(const LOGFONT& lf) { in get_style() function
1839 CJS_Result CJS_Field::get_style(CJS_Runtime* pRuntime) { in get_style() function in CJS_Field