HomeSort by relevance Sort by last modified time
    Searched full:bold (Results 551 - 575 of 1803) sorted by null

<<21222324252627282930>>

  /external/skqp/resources/lua/
slides.lua 106 bold = Sk.newFontStyle(700)
111 title[1] = make_paint("Arial", bold, 45, { a=1, r=1, g=1, b=1 })
113 title[2] = make_paint("Arial", bold, 25, { a=1, r=.75, g=.75, b=.75 })
120 slide[1] = make_tmpl(make_paint("Arial", bold, 35, { a=1, r=1, g=1, b=1 }), 18)
  /external/syslinux/bios/txt/html/
syslinux-cli.html 44 font-weight: bold;
101 font-weight: bold;
148 font-weight: bold;
210 font-weight: bold;
270 font-weight: bold;
284 font-weight: bold;
351 font-weight: bold;
430 font-weight: bold;
460 font-weight: bold;
  /external/syslinux/efi32/txt/html/
syslinux-cli.html 44 font-weight: bold;
101 font-weight: bold;
148 font-weight: bold;
210 font-weight: bold;
270 font-weight: bold;
284 font-weight: bold;
351 font-weight: bold;
430 font-weight: bold;
460 font-weight: bold;
  /external/syslinux/efi64/txt/html/
syslinux-cli.html 44 font-weight: bold;
101 font-weight: bold;
148 font-weight: bold;
210 font-weight: bold;
270 font-weight: bold;
284 font-weight: bold;
351 font-weight: bold;
430 font-weight: bold;
460 font-weight: bold;
  /external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
Theme.java 40 c.setFont(new Font(font.getFamily(), Font.BOLD, font.getSize()));
  /external/v8/tools/
perf-to-html.py 194 res = self.bold(res)
216 def bold(self, data): member in class:BenchmarkRenderer
246 font-weight: bold;
315 font-weight: bold;
  /external/webrtc/webrtc/examples/androidapp/res/layout/
fragment_hud.xml 23 android:textStyle="bold"
  /frameworks/base/core/res/res/layout/
permissions_account_and_authtokentype.xml 39 android:textStyle="bold"
ssl_certificate.xml 55 android:textStyle="bold"
135 android:textStyle="bold"
198 android:textStyle="bold"
244 android:textStyle="bold"
  /frameworks/base/graphics/java/android/graphics/
Typeface.java 84 * The default BOLD typeface object. Note: this may be not actually be
85 * bold, depending on what fonts are installed. Call getStyle() to know
131 @IntDef(value = {NORMAL, BOLD, ITALIC, BOLD_ITALIC})
137 public static final int BOLD = 1;
180 /** Returns true if getStyle() has the BOLD bit set. */
182 return (mStyle & BOLD) != 0;
326 * builder.setWeight(700); // Tell the system that this is a bold font.
505 * will render as sans serif bold.
678 * @param style The style (normal, bold, italic) of the typeface.
679 * e.g. NORMAL, BOLD, ITALIC, BOLD_ITALI
    [all...]
  /frameworks/base/libs/hwui/hwui/
MinikinSkia.h 58 // set typeface and fake bold/italic parameters
  /frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
BenchmarkListAdapter.java 94 title.setTypeface(null, Typeface.BOLD);
  /frameworks/minikin/tests/data/
Bold.ttx 220 Bold
226 BoldFontTest-Bold
232 Bold
238 BoldFontTest-Bold
  /frameworks/native/services/surfaceflinger/
Colorizer.h 49 void bold(String8& out) { function in class:android::Colorizer
  /frameworks/support/samples/Support7Demos/src/main/res/layout/
popup_menu_activity.xml 63 android:textStyle="bold"
  /frameworks/support/samples/SupportDesignDemos/src/main/res/layout/
custom_snackbar_include.xml 49 android:textStyle="bold"
  /packages/apps/Calendar/res/layout/
bubble_event.xml 27 android:textStyle="bold"
  /packages/apps/Calendar/res/values/
styles.xml 42 <item name="android:textStyle">bold</item>
55 <item name="android:textStyle">bold</item>
237 <item name="android:textStyle">bold</item>
275 <item name="android:textStyle">bold</item>
  /packages/apps/CertInstaller/res/layout/
name_credential_dialog.xml 31 android:textStyle="bold"
  /packages/apps/Contacts/res/layout/
selection_bar.xml 55 android:textStyle="bold"
  /packages/apps/Contacts/tests/src/com/android/contacts/format/
TextHighlighterTest.java 38 mTextHighlighter = new TextHighlighter(Typeface.BOLD);
  /packages/apps/DeskClock/res/layout/
alarm_row.xml 38 android:textStyle="bold"/>
  /packages/apps/Dialer/java/com/android/dialer/app/res/layout/
call_log_fragment.xml 49 android:textStyle="bold"
  /packages/apps/Dialer/java/com/android/dialer/calllog/ui/menu/
NewCallLogMenu.java 44 // not bold immediately. To do this, mark all of the calls in group as not new.
  /packages/apps/Gallery2/res/layout/
filtershow_history_panel.xml 36 android:textStyle="bold" />

Completed in 975 milliseconds

<<21222324252627282930>>