Searched defs:bold (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DTextAttribute.java30 public boolean bold; field in class:TextAttribute
37 FontSize size, boolean bold, boolean italic, boolean underlined,
43 this.bold = bold;
36 TextAttribute(int start, int length, TextAlignment align, FontSize size, boolean bold, boolean italic, boolean underlined, boolean strikeThrough, TextColor color) argument
/frameworks/native/services/surfaceflinger/
H A DColorizer.h49 void bold(String8& out) { function in class:android::Colorizer
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp529 // top row is regular text; the bottom row is bold.
551 font->char_height = font->texture.h / FONT_NUM_ROWS / 2; // There are bold and regular rows
557 void BootAnimation::drawText(const char* str, const Font& font, bool bold, int* x, int* y) { argument
590 // Move down to bottom of regular (one char_heigh) or bold (two char_heigh) line
591 cropRect[1] += bold ? 2 * font.char_height : font.char_height;

Completed in 56 milliseconds