HomeSort by relevance Sort by last modified time
    Searched refs:UNDERLINE (Results 1 - 22 of 22) 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 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/webkit/Source/WebCore/editing/mac/
EditorMac.mm 144 if (decoration & UNDERLINE)
  /external/webkit/Source/WebCore/rendering/style/
RenderStyleConstants.h 325 TDNONE = 0x0 , UNDERLINE = 0x1, OVERLINE = 0x2, LINE_THROUGH= 0x4, BLINK = 0x8
  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineTextBox.cpp 306 if (decorations & UNDERLINE)
307 paintDecoration(paintInfo.context, UNDERLINE, fragment);
460 if (decoration == UNDERLINE)
  /external/webkit/Source/WebCore/rendering/
RenderObject.cpp     [all...]
InlineTextBox.cpp 562 // 2. Now paint the foreground, including text and decorations like underline/overline (in quirks mode only).
748 const CompositionUnderline& underline = underlines[index]; local
892 Color underline, overline, linethrough; local
    [all...]
  /external/webkit/Source/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm 427 // set underline and strikethrough
429 if ((decor & UNDERLINE) == 0) {
439 if ((decor & (UNDERLINE | LINE_THROUGH)) != 0) {
442 Color underline, overline, linethrough;
443 renderer->getTextDecorationColors(decor, underline, overline, linethrough);
445 if ((decor & UNDERLINE) != 0) {
447 AXAttributeStringSetColor(attrString, NSAccessibilityUnderlineColorTextAttribute, nsColor(underline), range);
    [all...]
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp     [all...]
  /external/webkit/Source/WebCore/css/
CSSComputedStyleDeclaration.cpp 728 if (textDecoration & UNDERLINE)
    [all...]
CSSStyleSelector.cpp 372 static const char* simpleUserAgentStyleSheet = "html,body,div{display:block}head{display:none}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/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/15/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 437 milliseconds