Home
last modified time | relevance | path

Searched defs:get_style (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/annotate-snippets/src/stylesheets/
Dno_color.rs28 fn get_style(&self, _class: StyleClass) -> Box<dyn Style> { in get_style() method
Dcolor.rs32 fn get_style(&self, class: StyleClass) -> Box<dyn Style> { in get_style() method
/aosp_15_r20/external/rust/android-crates-io/crates/annotate-snippets/src/formatter/
Dstyle.rs50 fn get_style(&self, class: StyleClass) -> Box<dyn Style>; in get_style() method
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/series/
Dsurface.rs49 fn get_style(&self, v: &T) -> ShapeStyle { in get_style() method
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/style/font/
Dfont_desc.rs131 pub fn get_style(&self) -> FontStyle { in get_style() method
/aosp_15_r20/external/harfbuzz_ng/util/
H A Dhb-info.cc203 char **get_style = nullptr; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dconsole.py1454 def get_style( member in Console
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dconsole.py1454 def get_style( member in Console
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dconsole.py1454 def get_style( member in Console
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dconsole.py1454 def get_style( member in Console
/aosp_15_r20/external/skia/src/ports/
H A DSkFontHost_win.cpp141 static SkFontStyle get_style(const LOGFONT& lf) { in get_style() function
/aosp_15_r20/external/pdfium/fxjs/
H A Dcjs_field.cpp1838 CJS_Result CJS_Field::get_style(CJS_Runtime* pRuntime) { in get_style() function in CJS_Field