Searched defs:get_style (Results 1 – 12 of 12) 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
1454 def get_style( member in Console
141 static SkFontStyle get_style(const LOGFONT& lf) { in get_style() function
1838 CJS_Result CJS_Field::get_style(CJS_Runtime* pRuntime) { in get_style() function in CJS_Field