HomeSort by relevance Sort by last modified time
    Searched defs:BOLD (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium_org/ui/gfx/
font.h 36 BOLD = 1,
64 // bitmask of the values: BOLD, ITALIC and UNDERLINE.
text_constants.h 37 BOLD = 0,
  /external/llvm/utils/lit/lit/
ProgressBar.py 60 BOLD = '' #: Turn on bold mode
83 CLEAR_SCREEN=clear CLEAR_EOL=el CLEAR_BOL=el1 CLEAR_EOS=ed BOLD=bold
221 BAR = '%s${GREEN}[${BOLD}%s%s${NORMAL}${GREEN}]${NORMAL}%s'
222 HEADER = '${BOLD}${CYAN}%s${NORMAL}\n\n'
  /frameworks/base/core/java/android/widget/
TextViewWithCircularIndicator.java 73 mCirclePaint.setTypeface(Typeface.create(mCirclePaint.getTypeface(), Typeface.BOLD));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 16 BOLD = "bold"
40 weight -- font thickness: NORMAL, BOLD
202 f = Font(font=("Courier", 20, "bold"))
212 fb.config(weight=BOLD)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 16 BOLD = "bold"
40 weight -- font thickness: NORMAL, BOLD
202 f = Font(font=("Courier", 20, "bold"))
212 fb.config(weight=BOLD)
  /frameworks/base/rs/java/android/renderscript/
Font.java 35 * and point size. You can create multiple font objects to represent styles such as bold or italic text,
84 BOLD,
107 sansFamily.mBoldFileName = "Roboto-Bold.ttf";
115 serifFamily.mBoldFileName = "NotoSerif-Bold.ttf";
139 case BOLD:
  /frameworks/base/graphics/java/android/graphics/
Typeface.java 49 * The default BOLD typeface object. Note: this may be not actually be
50 * bold, depending on what fonts are installed. Call getStyle() to know
78 public static final int BOLD = 1;
94 /** Returns true if getStyle() has the BOLD bit set. */
96 return (mStyle & BOLD) != 0;
111 * @param style The style (normal, bold, italic) of the typeface.
112 * e.g. NORMAL, BOLD, ITALIC, BOLD_ITALIC
129 * @param style The style (normal, bold, italic) of the typeface.
130 * e.g. NORMAL, BOLD, ITALIC, BOLD_ITALIC
339 DEFAULT_BOLD = create((String) null, Typeface.BOLD);
    [all...]
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
PlayerSetupActivity.java 151 buttonCopy.setTypeface(child.getTypeface(), Typeface.BOLD);
254 button.setTypeface(mBobButton.getTypeface(), Typeface.BOLD);
  /external/vixl/src/a64/
simulator-a64.cc 212 #define BOLD(colour_code) "1;" colour_code
225 clr_flag_name = value ? COLOUR(BOLD(GREY)) : "";
226 clr_flag_value = value ? COLOUR(BOLD(WHITE)) : "";
227 clr_reg_name = value ? COLOUR(BOLD(BLUE)) : "";
228 clr_reg_value = value ? COLOUR(BOLD(INDIGO)) : "";
229 clr_fpreg_name = value ? COLOUR(BOLD(ORANGE)) : "";
230 clr_fpreg_value = value ? COLOUR(BOLD(PURPLE)) : "";
231 clr_memory_value = value ? COLOUR(BOLD(GREEN)) : "";
233 clr_debug_number = value ? COLOUR(BOLD(ORANGE)) : "";
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java 229 mTextHighlighter = new TextHighlighter(Typeface.BOLD);
282 mTextHighlighter = new TextHighlighter(Typeface.BOLD);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_attr.js 907 font: cvox.SemanticAttr.Font.BOLD
912 font: cvox.SemanticAttr.Font.BOLD
1033 font: cvox.SemanticAttr.Font.BOLD
    [all...]
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 600 milliseconds

1 2 3