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

1 2

  /external/chromium_org/ui/gfx/
text_constants.h 50 UNDERLINE,
font.h 37 UNDERLINE = 4,
68 // bitmask of the values: BOLD, ITALIC and UNDERLINE.
canvas_skia.cc 87 // Returns a range in |text| to underline or gfx::Range::InvalidRange() if
154 render_text->SetStyle(UNDERLINE, (font_style & Font::UNDERLINE) != 0);
282 render_text->ApplyStyle(UNDERLINE, true, range);
319 render_text->ApplyStyle(UNDERLINE, true, range);
platform_font_win.cc 58 font_info->lfUnderline = (font_style & gfx::Font::UNDERLINE) != 0;
258 style |= Font::UNDERLINE;
render_text_pango.cc 49 // Sets underline metrics on |renderer| according to Pango font |desc|.
458 if (style.style(UNDERLINE))
461 style.style(UNDERLINE), style.style(STRIKE),
platform_font_pango.cc 249 case gfx::Font::UNDERLINE:
250 // TODO(deanm): How to do underline? Where do we use it? Probably have
render_text.cc 41 // Fraction of the text size to lower an underline below the baseline.
156 // Value of |underline_thickness_| that indicates that underline metrics have
268 void SkiaTextRenderer::DrawDecorations(int x, int y, int width, bool underline,
270 if (underline)
899 // Save the underline and color breaks to undo the temporary styles later.
902 saved_underlines_ = styles_[UNDERLINE];
904 // Apply an underline to the composition range in |underlines|.
906 styles_[UNDERLINE].ApplyValue(true, composition_range_);
917 // Restore the underline and color breaks to undo the temporary styles.
920 styles_[UNDERLINE] = saved_underlines_
    [all...]
render_text_mac.cc 175 run.underline, run.strike, run.diagonal_strike);
186 underline(false),
217 if (style.style(UNDERLINE)) {
328 const CFNumberRef underline = local
332 if (underline && CFNumberGetValue(underline, kCFNumberSInt32Type, &value))
333 run->underline = (value == kCTUnderlineStyleSingle);
render_text_unittest.cc 112 render_text->SetStyle(UNDERLINE, false);
117 EXPECT_TRUE(render_text->styles()[UNDERLINE].EqualsValueForTesting(false));
    [all...]
render_text_win.cc 274 underline(false),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 92 UNDERLINE='underline'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 92 UNDERLINE='underline'
  /external/chromium_org/ui/views/controls/
link.cc 187 void Link::SetUnderline(bool underline) {
188 if (underline_ == underline)
190 underline_ = underline;
222 // Underline the link iff it is enabled and |underline_| is true.
225 (style | gfx::Font::UNDERLINE) : (style & ~gfx::Font::UNDERLINE);
styled_label.cc 36 link->SetUnderline((style_info.font_style & gfx::Font::UNDERLINE) != 0);
styled_label_unittest.cc 189 style_info.font_style = gfx::Font::UNDERLINE;
200 EXPECT_EQ(gfx::Font::UNDERLINE,
  /external/chromium_org/ui/views/examples/
multiline_example.cc 70 render_text_->SetStyle(gfx::UNDERLINE, false);
71 render_text_->ApplyStyle(gfx::UNDERLINE, true, test_range);
textfield_example.cc 126 name_->ApplyStyle(gfx::UNDERLINE, true, big_range);
131 name_->ApplyStyle(gfx::UNDERLINE, false, small_range);
text_example.cc 227 underline_checkbox_ = AddCheckbox(layout, "Underline");
249 SetFlagFromCheckbox(underline_checkbox_, &style, gfx::Font::UNDERLINE);
  /libcore/luni/src/main/java/java/awt/font/
TextAttribute.java 77 "input method underline");
180 /** The Constant UNDERLINE text attribute. */
181 public static final TextAttribute UNDERLINE = new TextAttribute("underline");
184 * The Constant UNDERLINE_ON indicates a standard underline
191 * pixel solid low underline.
197 * pixel solid low underline.
203 * single pixel dotted low underline.
209 * gray low underline.
215 * low underline
    [all...]
  /external/chromium_org/chrome/browser/chromeos/ui/
echo_dialog_view.cc 56 service_name_style.font_style = gfx::Font::UNDERLINE;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 

Completed in 225 milliseconds

1 2