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

1 2

  /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;}
  /external/freetype/include/freetype/
ftwinfnt.h 196 FT_Byte underline; member in struct:FT_WinFNT_HeaderRec_
  /external/skia/src/animator/
SkDrawPaint.h 73 SkBool underline; member in class:SkDrawPaint
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));
  /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
wml.css 207 text-decoration: underline
250 text-decoration: underline;
view-source.css 110 text-decoration: underline;
html.css 535 text-decoration: underline
613 text-decoration: underline;
  /external/bzip2/
bzip.css 61 table.nav a:hover { text-decoration: underline; }
  /external/webkit/WebCore/inspector/front-end/
inspectorSyntaxHighlight.css 106 text-decoration: underline;
  /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...]
InlineFlowBox.cpp 656 // 2. Paint our underline and overline.
959 Color underline, overline, linethrough; local
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
SimpleStringTexture.java 56 paint.setUnderlineText(config.underline);
StringTexture.java 128 paint.setUnderlineText(config.underline);
246 public boolean underline = false; field in class:StringTexture.Config
  /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/qemu/distrib/zlib-1.2.3/
configure 432 echo Checking for underline in external names... No.
434 echo Checking for underline in external names... Yes.
  /external/zlib/
configure 432 echo Checking for underline in external names... No.
434 echo Checking for underline in external names... Yes.
  /build/tools/droiddoc/templates/assets/
android-developer-docs.css 97 text-decoration:underline;
261 text-decoration:underline;
297 text-decoration:underline;
430 text-decoration:underline !important;
472 text-decoration:underline;
708 text-decoration:underline;
android-developer-core.css 471 text-decoration: underline;
852 text-decoration:underline;
1118 text-decoration:underline;
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
TextDecorator.java 39 * underline, strikethrough, text with background, etc.
76 boolean ulOn = false; // Have standard underline?
116 this.ulOn = ulOn; // Has underline
165 Object underline = attributes.get(TextAttribute.UNDERLINE); local
166 boolean hasStandardUnderline = underline == TextAttribute.UNDERLINE_ON;
  /external/v8/src/
d8.js 237 // Create an underline with a caret pointing to the source position. If the
238 // source contains a tab character the underline will have a tab character in
239 // the same place otherwise the underline will have a space character.
240 var underline = '';
243 underline += '\t';
245 underline += ' ';
248 underline += '^';
250 // Return the source line text with the underline beneath.
251 return source_text + '\n' + underline;
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 511 text-decoration: underline;
983 text-decoration:underline;
1249 text-decoration:underline;
  /external/webkit/WebCore/platform/
ContextMenu.cpp 83 ContextMenuItem underline(CheckableActionType, ContextMenuItemTagUnderline, contextMenuItemTagUnderline());
95 fontMenu.appendItem(underline);
633 style->setProperty(CSSPropertyWebkitTextDecorationsInEffect, "underline", false, ec);
    [all...]
  /development/apps/Term/src/com/android/term/
Term.java 668 * foreground and background colors, plus underline and bold.
    [all...]

Completed in 405 milliseconds

1 2