HomeSort by relevance Sort by last modified time
    Searched refs:ITALIC (Results 1 - 25 of 29) sorted by null

1 2

  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
FontRenderingTests.java 88 Typeface.ITALIC,
95 Typeface.BOLD | Typeface.ITALIC,
117 Typeface.ITALIC,
124 Typeface.BOLD | Typeface.ITALIC,
146 Typeface.ITALIC,
153 Typeface.BOLD | Typeface.ITALIC,
175 Typeface.ITALIC,
182 Typeface.BOLD | Typeface.ITALIC,
204 Typeface.ITALIC,
211 Typeface.BOLD | Typeface.ITALIC,
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowTypefaceTest.java 38 Typeface typeface = Typeface.create(Typeface.create("roboto", Typeface.BOLD), Typeface.ITALIC);
40 assertThat(typeface.getStyle()).isEqualTo(Typeface.ITALIC);
42 assertThat(shadowOf(typeface).getFontDescription().getStyle()).isEqualTo(Typeface.ITALIC);
47 Typeface typeface = Typeface.create((Typeface) null, Typeface.ITALIC);
48 assertThat(typeface.getStyle()).isEqualTo(Typeface.ITALIC);
50 assertThat(shadowOf(typeface).getFontDescription().getStyle()).isEqualTo(Typeface.ITALIC);
  /external/harfbuzz_ng/src/
hb-ot-head-table.hh 59 ITALIC = 1u<<1,
67 bool is_italic () const { return macStyle & ITALIC; }
142 * Bit 1: Italic (if set to 1)
hb-ot-os2-table.hh 104 ITALIC = 1u<<0,
116 bool is_italic () const { return fsSelection & ITALIC; }
  /developers/samples/android/ui/text/TextStyling-Kotlin/app/src/main/java/com/android/example/text/styling/renderer/
MarkdownBuilder.kt 61 inSpans(StyleSpan(Typeface.ITALIC),
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
MeasureText.java 65 Typeface.ITALIC));
  /developers/samples/android/ui/text/TextStyling-Java/app/src/androidTest/java/com/android/example/text/styling/renderer/
MarkdownBuilderTest.java 72 assertEquals(Typeface.ITALIC, styleSpan.getStyle());
  /developers/samples/android/ui/text/TextStyling-Java/app/src/main/java/com/android/example/text/styling/renderer/
MarkdownBuilder.java 112 builder.setSpan(new StyleSpan(Typeface.ITALIC), startIndex, builder.length(),
  /frameworks/base/apct-tests/perftests/core/src/android/text/
TextPerfUtils.java 50 Typeface.NORMAL, Typeface.BOLD, Typeface.ITALIC, Typeface.BOLD_ITALIC
  /frameworks/base/apct-tests/perftests/core/src/android/widget/
TextViewOnMeasurePerfTest.java 75 Typeface.NORMAL, Typeface.BOLD, Typeface.ITALIC, Typeface.BOLD_ITALIC
  /cts/tests/tests/provider/src/android/provider/cts/
MockFontProvider.java 63 public Font(int id, int fileId, int ttcIndex, String varSettings, int weight, int italic,
70 mItalic = italic;
191 Columns.ITALIC, Columns.RESULT_CODE, Columns.FILE_ID});
199 builder.add(Columns.ITALIC, font.getItalic());
  /developers/samples/android/ui/text/TextStyling-Kotlin/app/src/androidTest/java/com/android/example/text/styling/renderer/
MarkdownBuilderTest.kt 63 assertEquals(Typeface.ITALIC.toLong(), styleSpan.style.toLong())
  /cts/tests/tests/graphics/src/android/graphics/cts/
TypefaceTest.java 112 typeface = createTypeface(Typeface.ITALIC);
114 assertEquals(Typeface.ITALIC, typeface.getStyle());
140 typeface = Typeface.create(INVALID, Typeface.ITALIC);
155 typeface = Typeface.defaultFromStyle(Typeface.ITALIC);
597 final Typeface thinFamily = Typeface.create(family, 100 /* weight */, false /* italic */);
603 final Typeface boldFamily = Typeface.create(family, 700 /* weight */, false /* italic */);
614 // - b3em.ttf with weight = 400, style=italic configuration.
616 // - c3em.ttf with weight = 700, style=italic configuration.
626 // Draw with the italic font.
627 final Typeface italicFamily = Typeface.create(family, 400 /* weight */, true /* italic */);
    [all...]
  /external/python/cpython2/Lib/lib-tk/
tkFont.py 17 ITALIC = "italic"
41 slant -- font slant: ROMAN, ITALIC
  /external/python/cpython3/Lib/tkinter/
font.py 16 ITALIC = "italic"
41 slant -- font slant: ROMAN, ITALIC
  /external/skia/src/ports/
SkFontMgr_fuchsia.cpp 60 return fuchsia::fonts::Slant::ITALIC;
71 case fuchsia::fonts::Slant::ITALIC:
  /external/skqp/src/ports/
SkFontMgr_fuchsia.cpp 60 return fuchsia::fonts::Slant::ITALIC;
71 case fuchsia::fonts::Slant::ITALIC:
  /cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
SwitchTest.java 272 () -> mSwitch.setSwitchTypeface(Typeface.SERIF, Typeface.ITALIC));
  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 141 appendStyled(text, "italic", new StyleSpan(Typeface.ITALIC));
  /developers/samples/android/deprecated/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 141 appendStyled(text, "italic", new StyleSpan(Typeface.ITALIC));
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
NotificationPresets.java 141 appendStyled(text, "italic", new StyleSpan(Typeface.ITALIC));
  /external/testng/ant/3rdparty/
DTDDoc.jar 
  /cts/tests/tests/text/src/android/text/cts/
HtmlTest.java 333 s = new SpannableString("Hello italic world");
335 s.setSpan(new StyleSpan(Typeface.ITALIC), start, end, SPAN_EXCLUSIVE_INCLUSIVE);
337 "<p dir=\"ltr\">Hello <i>italic</i> world</p>"));
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 145 appendStyled(text, "italic", new StyleSpan(Typeface.ITALIC));

Completed in 2508 milliseconds

1 2