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

  /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,
  /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...]
  /external/webkit/WebCore/rendering/
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...]
SVGRootInlineBox.cpp 619 if (textDecorations & UNDERLINE && textWidth != 0.0f)
620 textBox->paintDecoration(UNDERLINE, m_paintInfo.context, decorationOrigin.x(), decorationOrigin.y(), textWidth, *it, info);
    [all...]
InlineFlowBox.cpp 667 // 2. Paint our underline and overline.
970 Color underline, overline, linethrough; local
    [all...]
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...]
RenderObject.cpp     [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyleConstants.h 313 TDNONE = 0x0 , UNDERLINE = 0x1, OVERLINE = 0x2, LINE_THROUGH= 0x4, BLINK = 0x8
  /external/webkit/WebCore/page/mac/
FrameMac.mm 453 if (decoration & UNDERLINE)
  /external/webkit/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm 341 // set underline and strikethrough
343 if ((decor & UNDERLINE) == 0) {
353 if ((decor & (UNDERLINE | LINE_THROUGH)) != 0) {
356 Color underline, overline, linethrough;
357 renderer->getTextDecorationColors(decor, underline, overline, linethrough);
359 if ((decor & UNDERLINE) != 0) {
361 AXAttributeStringSetColor(attrString, NSAccessibilityUnderlineColorTextAttribute, nsColor(underline), range);
    [all...]
  /external/webkit/WebCore/css/
CSSComputedStyleDeclaration.cpp 620 if (textDecoration & UNDERLINE)
    [all...]
CSSStyleSelector.cpp 390 static const char* simpleUserAgentStyleSheet = "html,body,div{display:block}body{margin:8px}div:focus,span:focus{outline:auto 5px -webkit-focus-ring-color}a:-webkit-any-link{color:-webkit-link;text-decoration:underline}a:-webkit-any-link:active{color:-webkit-activelink}";
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 215 milliseconds