Home
last modified time | relevance | path

Searched defs:FontStyle (Results 1 – 25 of 512) sorted by relevance

12345678910>>...21

/aosp_15_r20/frameworks/minikin/include/minikin/
H A DFontStyle.h47 constexpr FontStyle() : FontStyle(Weight::NORMAL, Slant::UPRIGHT) {} in FontStyle() function
48 constexpr explicit FontStyle(Weight weight) : FontStyle(weight, Slant::UPRIGHT) {} in FontStyle() function
49 constexpr explicit FontStyle(Slant slant) : FontStyle(Weight::NORMAL, slant) {} in FontStyle() function
50 constexpr FontStyle(Weight weight, Slant slant) in FontStyle() function
52 constexpr FontStyle(uint16_t weight, Slant slant) : mWeight(weight), mSlant(slant) {} in FontStyle() function
53 explicit FontStyle(BufferReader* reader) { in FontStyle() function
H A DDebug.h32 class FontStyle; variable
/aosp_15_r20/external/rust/android-crates-io/crates/plotters-backend/src/
Dtext.rs158 pub enum FontStyle { enum
169 impl FontStyle { impl
181 impl<'a> From<&'a str> for FontStyle { implementation
182 fn from(from: &'a str) -> FontStyle { in from() method
226 fn style(&self) -> FontStyle { in style()
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/fonts/
H A DFontStyle.java47 public final class FontStyle { class
133 public FontStyle() { in FontStyle() method in FontStyle
211 public FontStyle(int weight, @FontSlant int slant) { in FontStyle() method in FontStyle
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/
H A DTextViewFontWeightTest.java54 private static class FontStyle { class in TextViewFontWeightTest
55 FontStyle(int weight, boolean italic) { in FontStyle() method in TextViewFontWeightTest.FontStyle
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/style/font/
Dab_glyph.rs18 fn insert(&mut self, style: FontStyle, font: FontRef<'static>) -> Option<FontRef<'static>> { in insert()
55 style: FontStyle, in register_font()
Dfont_desc.rs131 pub fn get_style(&self) -> FontStyle { in get_style()
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/style/
Dtext.rs253 impl<'a, F: Into<FontFamily<'a>>, T: SizeDesc> IntoTextStyle<'a> for (F, T, FontStyle) { implementation
298 fn style(&self) -> FontStyle { in style()
/aosp_15_r20/external/skia/modules/skottie/src/layers/
H A DTextLayer.cpp57 SkFontStyle FontStyle(const AnimationBuilder* abuilder, const char* style) { in FontStyle() function
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
H A DHiiFont.h85 EFI_HII_FONT_STYLE FontStyle; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
H A DHiiFont.h82 EFI_HII_FONT_STYLE FontStyle; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
H A DHiiFont.h82 EFI_HII_FONT_STYLE FontStyle; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
H A DHiiFont.h82 EFI_HII_FONT_STYLE FontStyle; member
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
Dgdiplusenums.h439 typedef enum FontStyle { enum
446 } FontStyle; typedef
/aosp_15_r20/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp719 std::vector<FontCollection::Run> FontCollection::itemize(U16StringPiece text, FontStyle, in itemize() argument
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDannotations-12.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/intellij/ org/ ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/annotations/13.0/
HDannotations-13.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/intellij/ org/ ...
/aosp_15_r20/external/kotlinc/lib/
HDannotations-13.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/intellij/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/kotlinc/kotlin-annotations/android_common_apex33/combined/
Dkotlin-annotations.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/aosp_15_r20/prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
HDannotations-13.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/intellij/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/kotlinc/kotlin-annotations/android_common_apex34/local-combined/
Dkotlin-annotations.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/aosp_15_r20/out/soong/.intermediates/external/kotlinc/kotlin-annotations/android_common_apex35/local-combined/
Dkotlin-annotations.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/aosp_15_r20/out/soong/.intermediates/external/kotlinc/kotlin-annotations/android_common/combined/
Dkotlin-annotations.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/aosp_15_r20/out/soong/.intermediates/external/kotlinc/kotlin-annotations/android_common_apex30/local-combined/
Dkotlin-annotations.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/aosp_15_r20/out/soong/.intermediates/external/kotlinc/kotlin-annotations/android_common_apex30/combined/
Dkotlin-annotations.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...

12345678910>>...21