HomeSort by relevance Sort by last modified time
    Searched defs:FontStyle (Results 1 - 13 of 13) sorted by null

  /cts/tests/tests/graphics/src/android/graphics/fonts/
FontStyleTest.java 34 new FontStyle();
35 new FontStyle(FontStyle.FONT_WEIGHT_THIN, FontStyle.FONT_SLANT_ITALIC);
36 new FontStyle(350, FontStyle.FONT_SLANT_ITALIC);
41 FontStyle fs = new FontStyle(FontStyle.FONT_WEIGHT_THIN, FontStyle.FONT_SLANT_ITALIC)
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewFontWeightTest.java 54 private static class FontStyle {
55 FontStyle(int weight, boolean italic) {
72 private static final Map<Character, FontStyle> CHAR_FONT_MAP;
75 final HashMap<Character, FontStyle> map = new HashMap<>();
76 map.put('a', new FontStyle(100, false));
77 map.put('b', new FontStyle(100, true));
78 map.put('c', new FontStyle(200, false));
79 map.put('d', new FontStyle(200, true));
80 map.put('e', new FontStyle(300, false));
81 map.put('f', new FontStyle(300, true))
    [all...]
  /external/skia/modules/skottie/src/
SkottieTextLayer.cpp 29 SkFontStyle FontStyle(const AnimationBuilder* abuilder, const char* style) {
137 FontStyle(this, jstyle->begin())));
145 tf = fmgr->legacyMakeTypeface(nullptr, FontStyle(this, jstyle->begin()));
  /external/skqp/modules/skottie/src/
SkottieTextLayer.cpp 29 SkFontStyle FontStyle(const AnimationBuilder* abuilder, const char* style) {
137 FontStyle(this, jstyle->begin())));
145 tf = fmgr->legacyMakeTypeface(nullptr, FontStyle(this, jstyle->begin()));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiFont/
HiiFont.h 56 EFI_HII_FONT_STYLE FontStyle;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiFont.h 85 EFI_HII_FONT_STYLE FontStyle;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
String.c 286 EFI_HII_FONT_STYLE FontStyle;
502 CopyMem (&FontStyle, BlockHdr, sizeof (EFI_HII_FONT_STYLE));
511 FontInfo->FontStyle = FontStyle;
    [all...]
  /external/pdfium/core/fxcrt/css/
cfx_css.h 109 FontStyle,
  /external/kotlinc/lib/
annotations-13.0.jar 
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiInternalFormRepresentation.h 162 EFI_HII_FONT_STYLE FontStyle;
342 EFI_HII_FONT_STYLE FontStyle;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiHii.h 133 EFI_HII_FONT_STYLE FontStyle;
305 EFI_HII_FONT_STYLE FontStyle;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiInternalFormRepresentation.h 201 EFI_HII_FONT_STYLE FontStyle;
411 EFI_HII_FONT_STYLE FontStyle;
    [all...]
  /external/dokka/maven/org/jetbrains/dokka/dokka-fatjar/0.9.17-g20190326/
dokka-fatjar-0.9.17-g20190326.jar 

Completed in 869 milliseconds