/external/webkit/Source/WebKit2/Shared/ |
D | WebCoreArgumentCoders.h | 402 static void encode(ArgumentEncoder* encoder, const WebCore::CompositionUnderline& underline) 404 …encoder->encode(CoreIPC::In(underline.startOffset, underline.endOffset, underline.thick, underline… 407 static bool decode(ArgumentDecoder* decoder, WebCore::CompositionUnderline& underline) 409 …return decoder->decode(CoreIPC::Out(underline.startOffset, underline.endOffset, underline.thick, u…
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-properties/ |
D | webkit | 239 text-underline 240 text-underline-color 241 text-underline-mode 242 text-underline-style 243 text-underline-width
|
D | internet_explorer6 | 21 text-underline-position
|
/external/skia/src/animator/ |
D | SkDrawPaint.cpp | 61 SK_MEMBER(underline, Boolean), 76 underline(-1), xfermode((SkXfermode::Mode) -1), fOwnsColor(false), fOwnsMaskFilter(false), in SkDrawPaint() 265 if (underline != -1) in setupPaint() 266 paint->setUnderlineText(SkToBool(underline)); in setupPaint()
|
D | SkDrawPaint.h | 65 SkBool underline; variable
|
/external/skia/legacy/src/animator/ |
D | SkDrawPaint.cpp | 61 SK_MEMBER(underline, Boolean), 76 underline(-1), xfermode((SkXfermode::Mode) -1), fOwnsColor(false), fOwnsMaskFilter(false), in SkDrawPaint() 265 if (underline != -1) in setupPaint() 266 paint->setUnderlineText(SkToBool(underline)); in setupPaint()
|
D | SkDrawPaint.h | 65 SkBool underline; variable
|
/external/webkit/Source/WebCore/rendering/ |
D | InlineTextBox.cpp | 749 const CompositionUnderline& underline = underlines[index]; in paint() local 751 if (underline.endOffset <= start()) in paint() 757 if (underline.startOffset <= end()) { in paint() 759 paintCompositionUnderline(context, boxOrigin, underline); in paint() 760 if (underline.endOffset > end() + 1) in paint() 893 Color underline, overline, linethrough; in paintDecoration() local 894 renderer()->getTextDecorationColors(deco, underline, overline, linethrough, true); in paintDecoration() 900 …bool linesAreOpaque = !isPrinting && (!(deco & UNDERLINE) || underline.alpha() == 255) && (!(deco … in paintDecoration() 944 context->setStrokeColor(underline, colorSpace); in paintDecoration() 1163 …Underline(GraphicsContext* ctx, const FloatPoint& boxOrigin, const CompositionUnderline& underline) in paintCompositionUnderline() argument [all …]
|
/external/chromium/chrome/common/extensions/docs/css/ |
D | samples.css | 16 text-decoration: underline; 23 text-decoration: underline;
|
/external/icu4c/ |
D | icu4c.css | 66 text-decoration: underline; 89 text-decoration: underline; 108 text-decoration: underline; 178 text-decoration: underline; 219 text-decoration: underline;
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
D | Tooltip.css | 27 a:visited { text-decoration: underline; } 30 a.header:hover { text-decoration: underline; color: #000080; }
|
/external/webkit/Source/WebCore/css/ |
D | CSSPropertyNames.in | 146 text-underline 147 text-underline-color 148 text-underline-mode 149 text-underline-style 150 text-underline-width
|
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/ |
D | cssproperties.in | 239 text-underline 240 text-underline-color 241 text-underline-mode 242 text-underline-style 243 text-underline-width 331 text-underline-position
|
/external/llvm/docs/_themes/llvm-theme/static/ |
D | llvm-theme.css | 137 text-decoration: underline; 156 text-decoration: underline; 178 text-decoration: underline; 283 text-decoration: underline;
|
/external/webkit/Source/WebCore/svg/ |
D | svgattrs.in | 220 underline-position 221 underline-thickness
|
/external/chromium/chrome/browser/resources/ |
D | login_ui.css | 42 text-decoration: underline;
|
D | menu.css | 57 text-decoration: underline;
|
/external/libvorbis/doc/ |
D | Vorbis_I_spec.css | 62 .underline{ text-decoration:underline; } 63 .underline img{ border-bottom: 1px solid black; margin-bottom:1pt; } 95 …ht; text-align:left; margin-left:auto; margin-top:0.5em; font-size:85%; text-decoration:underline;}
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | GraphicsContextMac.mm | 114 …n Mac is a standard platform component, so it must use the standard platform artwork for underline. 162 // NOTE: Code here used to shift the underline to the left and increase the width 178 // Draw underline.
|
/external/libvpx/libvpx/examples/includes/geshi/docs/api/media/ |
D | stylesheet.css | 95 .src-code a:link { padding: 1px; text-decoration: underline; color: #0000DD; } 96 .src-code a:visited { text-decoration: underline; color: #0000DD; } 98 .src-code a:hover { background-color: #FFFF66; text-decoration: overline underline; color: #008000;…
|
/external/freetype/include/freetype/ |
D | ftwinfnt.h | 196 FT_Byte underline; member
|
/external/clang/www/analyzer/ |
D | menu.css | 17 text-decoration: underline;
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/ |
D | dillo | 84 underline
|
/external/webkit/Source/WebCore/editing/ |
D | EditingStyle.cpp | 769 …DEFINE_STATIC_LOCAL(const RefPtr<CSSPrimitiveValue>, underline, (CSSPrimitiveValue::createIdentifi… in mergeStyle() 772 … if (newTextDecorations->hasValue(underline.get()) && !textDecorations->hasValue(underline.get())) in mergeStyle() 773 textDecorations->append(underline.get()); in mergeStyle() 876 …DEFINE_STATIC_LOCAL(RefPtr<CSSPrimitiveValue>, underline, (CSSPrimitiveValue::createIdentifier(CSS… in extractTextStyles() 880 if (newTextDecoration->removeAll(underline.get())) in extractTextStyles()
|
/external/qemu/distrib/zlib-1.2.3/ |
D | configure | 432 echo Checking for underline in external names... No. 434 echo Checking for underline in external names... Yes.
|