HomeSort by relevance Sort by last modified time
    Searched full:underline (Results 1 - 25 of 175) sorted by null

1 2 3 4 5 6 7

  /cts/tools/signature-tools/templates/
Styles.st 7 a.default:hover {color: blue; text-decoration: underline;}
13 a.discreet:hover {color: black; text-decoration: underline;}
  /frameworks/base/tools/localize/testdata/
pseudo.xliff 16 <source>First <g id="string:complex:0" ctype="underline">underline</g>, <g id="string:complex:1" ctype="italic">italic<g id="string:complex:2" ctype="bold">italicbold</g></g> End </source>
19 <source xml:space="preserve">First <g id="string:complex-quoted:0" ctype="underline">underline</g>, <g id="string:complex-quoted:1" ctype="italic">italic<g id="string:complex-quoted:2" ctype="bold">italicbold</g></g> End</source>
xliff1.xliff 16 <source>First <g id="string:complex:0" ctype="underline">underline</g>, <g id="string:complex:1" ctype="italic">italic<g id="string:complex:2" ctype="bold">italicbold</g></g> End </source>
20 <source xml:space="preserve">First <g id="string:complex-quoted:0" ctype="underline">underline</g>, <g id="string:complex-quoted:1" ctype="italic">italic<g id="string:complex-quoted:2" ctype="bold">italicbold</g></g> End</source>
merge_en_current.xml 23 <string name="formatted_string"><b>bold</b><i>italic<u>italic_underline</u></i><u>underline</u></string>
merge_en_old.xml 23 <string name="formatted_string"><b>bold</b><i>italic<u>italic_underline</u></i><u>underline</u></string>
  /libcore/luni/src/main/java/java/awt/font/
TextAttribute.java 101 "input method underline");
204 /** The Constant UNDERLINE text attribute. */
205 public static final TextAttribute UNDERLINE = new TextAttribute("underline");
208 * The Constant UNDERLINE_ON indicates a standard underline
215 * pixel solid low underline.
221 * pixel solid low underline.
227 * single pixel dotted low underline.
233 * gray low underline.
239 * low underline
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintFlagsDrawFilterTest.java 112 // underline is at least one pixel high
114 // underline is roughly the same length at the text (5% tolerance)
116 // underline is under the text or at least at the bottom of it
  /external/webkit/WebCore/rendering/
InlineTextBox.cpp 401 // 2. Now paint the foreground, including text and decorations like underline/overline (in quirks mode only).
532 const CompositionUnderline& underline = underlines[index]; local
534 if (underline.endOffset <= start())
535 // underline is completely before this run. This might be an underline that sits
540 if (underline.startOffset <= end()) {
541 // underline intersects this run. Paint it.
542 paintCompositionUnderline(context, tx, ty, underline);
543 if (underline.endOffset > end() + 1)
544 // underline also runs into the next run. Bail now, no more marker advancement
663 Color underline, overline, linethrough; local
    [all...]
SVGInlineTextBox.cpp 456 const CompositionUnderline& underline = underlines[index]; local
458 if (underline.endOffset <= start())
459 // underline is completely before this run. This might be an underline that sits
464 if (underline.startOffset <= end()) {
465 // underline intersects this run. Paint it.
466 paintCompositionUnderline(paintInfo.context, tx, ty, underline);
467 if (underline.endOffset > end() + 1)
468 // underline also runs into the next run. Bail now, no more marker advancement.
471 // underline is completely after this run, bail. A later run will paint it
    [all...]
  /external/webkit/WebCore/svg/
svgattrs.in 220 underline-position
221 underline-thickness
  /external/chromium/net/url_request/
url_request_job_metrics.h 36 // Total number of bytes the job reads from underline IO.
  /external/quake/quake/src/WinQuake/
vregset.h 44 #define UNDERLINE 0x14
vgamodes.h 65 VRS_BYTE_OUT, CRTC_INDEX, UNDERLINE,
95 VRS_BYTE_OUT, CRTC_INDEX, UNDERLINE,
230 VRS_BYTE_OUT, CRTC_INDEX, UNDERLINE,
277 VRS_BYTE_OUT, CRTC_INDEX, UNDERLINE,
330 VRS_BYTE_OUT, CRTC_INDEX, UNDERLINE,
366 VRS_BYTE_OUT, CRTC_INDEX, UNDERLINE,
417 VRS_BYTE_OUT, CRTC_INDEX, UNDERLINE,
  /external/webkit/WebCore/manual-tests/
keep_spelling_markers.html 16 <li>make sure that no other misspellings lost their red squiggly underline</li>
  /external/zlib/contrib/masmx86/
gvmat32c.c 15 /* if your C compiler don't add underline before function name,
  /external/webkit/WebCore/css/
CSSPropertyNames.in 132 text-underline
133 text-underline-color
134 text-underline-mode
135 text-underline-style
136 text-underline-width
  /external/skia/src/animator/
SkDrawPaint.cpp 69 SK_MEMBER(underline, Boolean),
84 underline(-1), xfermode((SkXfermode::Mode) -1), fOwnsColor(false), fOwnsMaskFilter(false),
273 if (underline != -1)
274 paint->setUnderlineText(SkToBool(underline));
SkDrawPaint.h 73 SkBool underline; member in class:SkDrawPaint
  /frameworks/base/tools/localize/testdata/res/values/
strings.xml 23 <string name="formatted_string"><b>bold</b><i>italic<u>italic_underline</u></i><u>underline</u></string>
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsContextMac.mm 121 // WebKit on Mac is a standard platform component, so it must use the standard platform artwork for underline.
150 // NOTE: Code here used to shift the underline to the left and increase the width
166 // Draw underline.
  /external/chromium/third_party/icu/
icu4c.css 66 text-decoration: underline;
89 text-decoration: underline;
108 text-decoration: underline;
178 text-decoration: underline;
219 text-decoration: underline;
  /external/icu4c/
icu4c.css 66 text-decoration: underline;
89 text-decoration: underline;
108 text-decoration: underline;
178 text-decoration: underline;
219 text-decoration: underline;
  /external/webkit/WebKitTools/iExploder/htdocs/
cssproperties.in 225 text-underline
226 text-underline-color
227 text-underline-mode
228 text-underline-style
229 text-underline-width
314 text-underline-position
  /external/webkit/WebCore/platform/graphics/win/
GraphicsContextCGWin.cpp 191 // NOTE: Code here used to shift the underline to the left and increase the width
200 // Draw the underline
215 // Dash lengths for the top and bottom of the error underline are the same.
  /external/bzip2/
bzip.css 61 table.nav a:hover { text-decoration: underline; }

Completed in 575 milliseconds

1 2 3 4 5 6 7