Home
last modified time | relevance | path

Searched refs:underline (Results 1 – 25 of 94) sorted by relevance

1234

/external/webkit/Source/WebKit2/Shared/
DWebCoreArgumentCoders.h402 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/
Dwebkit239 text-underline
240 text-underline-color
241 text-underline-mode
242 text-underline-style
243 text-underline-width
Dinternet_explorer621 text-underline-position
/external/skia/src/animator/
DSkDrawPaint.cpp61 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()
DSkDrawPaint.h65 SkBool underline; variable
/external/skia/legacy/src/animator/
DSkDrawPaint.cpp61 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()
DSkDrawPaint.h65 SkBool underline; variable
/external/webkit/Source/WebCore/rendering/
DInlineTextBox.cpp749 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/
Dsamples.css16 text-decoration: underline;
23 text-decoration: underline;
/external/icu4c/
Dicu4c.css66 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/
DTooltip.css27 a:visited { text-decoration: underline; }
30 a.header:hover { text-decoration: underline; color: #000080; }
/external/webkit/Source/WebCore/css/
DCSSPropertyNames.in146 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/
Dcssproperties.in239 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/
Dllvm-theme.css137 text-decoration: underline;
156 text-decoration: underline;
178 text-decoration: underline;
283 text-decoration: underline;
/external/webkit/Source/WebCore/svg/
Dsvgattrs.in220 underline-position
221 underline-thickness
/external/chromium/chrome/browser/resources/
Dlogin_ui.css42 text-decoration: underline;
Dmenu.css57 text-decoration: underline;
/external/libvorbis/doc/
DVorbis_I_spec.css62 .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/
DGraphicsContextMac.mm114 …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/
Dstylesheet.css95 .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/
Dftwinfnt.h196 FT_Byte underline; member
/external/clang/www/analyzer/
Dmenu.css17 text-decoration: underline;
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
Ddillo84 underline
/external/webkit/Source/WebCore/editing/
DEditingStyle.cpp769 …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/
Dconfigure432 echo Checking for underline in external names... No.
434 echo Checking for underline in external names... Yes.

1234