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

1 2 3 4

  /developers/build/prebuilts/gradle/DownloadableFonts/kotlinApp/app/src/main/kotlin/com/example/android/downloadablefonts/
QueryBuilder.kt 25 val italic: Float? = null,
29 if (weight == null && width == null && italic == null && besteffort == null) {
36 italic?.let { builder.append("&italic=").append(italic) }
  /developers/samples/android/ui/fonts/DownloadableFonts/kotlinApp/app/src/main/kotlin/com/example/android/downloadablefonts/
QueryBuilder.kt 25 val italic: Float? = null,
29 if (weight == null && width == null && italic == null && besteffort == null) {
36 italic?.let { builder.append("&italic=").append(italic) }
  /developers/build/prebuilts/gradle/DownloadableFonts/app/src/main/java/com/example/android/downloadablefonts/
QueryBuilder.java 68 QueryBuilder withItalic(float italic) {
69 if (italic < Constants.ITALIC_MIN || italic > Constants.ITALIC_MAX) {
70 throw new IllegalArgumentException("Italic must be between 0 and 1 (inclusive)");
72 mItalic = italic;
94 builder.append("&italic=").append(mItalic);
  /developers/samples/android/ui/fonts/DownloadableFonts/app/src/main/java/com/example/android/downloadablefonts/
QueryBuilder.java 68 QueryBuilder withItalic(float italic) {
69 if (italic < Constants.ITALIC_MIN || italic > Constants.ITALIC_MAX) {
70 throw new IllegalArgumentException("Italic must be between 0 and 1 (inclusive)");
72 mItalic = italic;
94 builder.append("&italic=").append(mItalic);
  /cts/tests/tests/graphics/src/android/graphics/fonts/
FontTest.java 130 boolean italic = style.second.booleanValue();
131 final int slant = italic ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT;
132 String path = FontTestUtil.getFontPathFromStyle(weight, italic);
151 boolean italic = style.second.booleanValue();
152 final int slant = italic ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT;
156 int ttcIndex = FontTestUtil.getTtcIndexFromStyle(weight, italic);
173 boolean italic = style.second.booleanValue();
175 final int slant = italic ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT;
179 FontTestUtil.getVarSettingsFromStyle(weight, italic));
197 boolean italic = style.second.booleanValue()
    [all...]
NativeSystemFontHelper.java 71 boolean italic, String languageTags, int familyVariant, String text) {
72 final long fontPtr = nMatchFamilyStyleCharacter(familyName, weight, italic, languageTags,
74 final int runLength = nMatchFamilyStyleCharacter_runLength(familyName, weight, italic,
96 boolean italic, String languageTags, int familyVariant, String text);
98 boolean italic, String languageTags, int familyVariant, String text);
FontTestUtil.java 41 * 'a' has 3em width and others have 1em width. The metadata has weight=100, non-italic value.
43 * 'b' has 3em width and others have 1em width. The metadata has weight=100, italic value.
45 * 'c' has 3em width and others have 1em width. The metadata has weight=200, non-italic value.
47 * 'd' has 3em width and others have 1em width. The metadata has weight=200, italic value.
49 * 'e' has 3em width and others have 1em width. The metadata has weight=300, non-italic value.
51 * 'f' has 3em width and others have 1em width. The metadata has weight=300, italic value.
53 * 'g' has 3em width and others have 1em width. The metadata has weight=400, non-italic value.
55 * 'h' has 3em width and others have 1em width. The metadata has weight=400, italic value.
57 * 'i' has 3em width and others have 1em width. The metadata has weight=500, non-italic value.
59 * 'j' has 3em width and others have 1em width. The metadata has weight=500, italic value
    [all...]
NativeSystemFontTest.java 110 for (boolean italic : italics) {
116 familyName, weight, italic, languageTag,
  /external/libdaemon/doc/
style.css 28 div.news-date { font-size: 80%; font-style: italic; }
  /dalvik/docs/
prettify.css 19 .com { color: #600; font-style: italic; }
  /cts/tests/tests/graphics/src/android/graphics/cts/
TypefaceCustomFallbackBuilderTest.java 47 * Returns Typeface with a font family which has 100-900 weight and upright/italic style fonts.
54 final boolean italic = style.second.booleanValue();
58 FontTestUtil.getFontPathFromStyle(weight, italic)).build());
61 FontTestUtil.getFontPathFromStyle(weight, italic)).build());
72 final boolean italic = style.second.booleanValue();
74 final String path = FontTestUtil.getFontPathFromStyle(weight, italic);
87 final boolean italic = style.second.booleanValue();
89 final int ttcIndex = FontTestUtil.getTtcIndexFromStyle(weight, italic);
103 final boolean italic = style.second.booleanValue();
105 final String varSettings = FontTestUtil.getVarSettingsFromStyle(weight, italic);
    [all...]
  /external/libnl/doc/stylesheets/
pygments.css 6 .highlight .c { color: #008800; font-style: italic } /* Comment */
10 .highlight .cm { color: #008800; font-style: italic } /* Comment.Multiline */
12 .highlight .c1 { color: #008800; font-style: italic } /* Comment.Single */
15 .highlight .ge { font-style: italic } /* Generic.Emph */
52 .highlight .sd { color: #BB4444; font-style: italic } /* Literal.String.Doc */
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.css 4 font-style: italic;
  /cts/tests/tests/graphics/jni/
android_graphics_fonts_cts_SystemFonts.cpp 110 FontMatcher& setStyle(uint16_t weight, bool italic) {
111 AFontMatcher_setStyle(mMatcher.get(), weight, italic);
188 jboolean italic, jstring langTags, jint familyVariant,
196 .setStyle(weight, italic)
203 jboolean italic, jstring langTags, jint familyVariant,
210 .setStyle(weight, italic)
  /external/grpc-grpc/third_party/nanopb/docs/
lsr.css 75 font-style: italic;
144 font-style: italic;
198 font-style: italic;
238 font-style: italic;
  /external/libopus/doc/
opus_in_isobmff.css 36 font-style : italic;
  /external/nanopb-c/docs/
lsr.css 75 font-style: italic;
144 font-style: italic;
198 font-style: italic;
238 font-style: italic;
  /external/freetype/include/freetype/
ftwinfnt.h 196 FT_Byte italic; member in struct:FT_WinFNT_HeaderRec_
  /external/python/cpython2/Lib/plat-mac/Carbon/
QuickDraw.py 7 italic = 2 variable
184 italic = 2 variable
  /external/python/httplib2/ref/
ref.css 71 font-style: italic;
103 .release-info { font-style: italic;
202 .refcount-info { font-style: italic; }
231 font-style: italic; }
  /external/libvterm/src/
pen.c 174 state->pen.italic = 0; setpenattr_bool(state, VTERM_ATTR_ITALIC, 0);
194 setpenattr_bool(state, VTERM_ATTR_ITALIC, state->pen.italic);
295 case 3: // Italic on
296 state->pen.italic = 1;
336 case 23: // Italic and Gothic (currently unsupported) off
337 state->pen.italic = 0;
463 if(state->pen.italic)
503 val->boolean = state->pen.italic;
  /external/shflags/doc/
rst2html.css 87 font-style: italic }
183 font-style: italic }
186 font-style: italic ;
  /external/llvm/docs/_ocamldoc/
style.css 22 em { font-style: italic }
55 h4 { font-style: italic; }
  /external/skia/tools/fonts/
create_test_font.cpp 384 constexpr NamedFontStyle italic = {"Italic", "Italic", SkFontStyle::Italic() }; local
385 constexpr NamedFontStyle bolditalic = {"Bold Italic", "BoldItalic", SkFontStyle::BoldItalic()};
390 {italic, "LiberationMono-Italic.ttf"},
397 {italic, "LiberationSans-Italic.ttf"},
404 {italic, "LiberationSerif-Italic.ttf"}
    [all...]
  /external/skqp/tools/fonts/
create_test_font.cpp 384 constexpr NamedFontStyle italic = {"Italic", "Italic", SkFontStyle::Italic() }; local
385 constexpr NamedFontStyle bolditalic = {"Bold Italic", "BoldItalic", SkFontStyle::BoldItalic()};
390 {italic, "LiberationMono-Italic.ttf"},
397 {italic, "LiberationSans-Italic.ttf"},
404 {italic, "LiberationSerif-Italic.ttf"}
    [all...]

Completed in 605 milliseconds

1 2 3 4