Home
last modified time | relevance | path

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

123

/external/skia/gm/
Dtexteffects.cpp235 SkPath underline; in create_underline() local
241 underline.moveTo(last, uPos); in create_underline()
242 underline.lineTo(start, uPos); in create_underline()
247 underline.moveTo(end, uPos); in create_underline()
248 underline.lineTo(finalPos, uPos); in create_underline()
250 return underline; in create_underline()
287 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize); variable
289 canvas->drawPath(underline, paint);
342 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize); variable
344 canvas->drawPath(underline, paint);
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/paper-action-dialog/
Dpaper-input-decorator.css100 .underline {
105 :host([disabled]) .underline {
109 .unfocused-underline {
113 .focused-underline {
119 .focused-underline[invisible] {
/external/chromium-trace/catapult/third_party/polymer/components/paper-input/
Dpaper-input-decorator.css100 .underline {
105 :host([disabled]) .underline {
109 .unfocused-underline {
113 .focused-underline {
119 .focused-underline[invisible] {
/external/libvterm/src/
Dpen.c149 state->pen.underline = 0; setpenattr_int( state, VTERM_ATTR_UNDERLINE, 0); in vterm_state_resetpen()
171 setpenattr_int( state, VTERM_ATTR_UNDERLINE, state->pen.underline); in vterm_state_savepen()
242 state->pen.underline = 1; in vterm_state_setpen()
268 state->pen.underline = 2; in vterm_state_setpen()
283 state->pen.underline = 0; in vterm_state_setpen()
382 if(state->pen.underline == 1) in vterm_state_getpen()
397 if(state->pen.underline == 2) in vterm_state_getpen()
431 val->number = state->pen.underline; in vterm_state_get_penattr()
Dscreen.c19 unsigned int underline : 2; member
402 screen->pen.underline = val->number; in setpenattr()
749 cell->attrs.underline = intcell->pen.underline; in vterm_screen_get_cell()
786 intcell->pen.underline = cell->attrs.underline; in vterm_screen_set_cell()
869 if((attrs & VTERM_ATTR_UNDERLINE_MASK) && (a->pen.underline != b->pen.underline)) in attrs_differ()
Dvterm_internal.h28 unsigned int underline:2; member
/external/v8/tools/sodium/
Dstyles.css26 .hover-underline:hover {
27 text-decoration: underline;
/external/skia/src/animator/
DSkDrawPaint.cpp59 SK_MEMBER(underline, Boolean),
74 underline(-1), xfermode((SkXfermode::Mode) -1), fOwnsColor(false), fOwnsMaskFilter(false), in SkDrawPaint()
263 if (underline != -1) in setupPaint()
264 paint->setUnderlineText(SkToBool(underline)); in setupPaint()
DSkDrawPaint.h65 SkBool underline; variable
/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/icu/icu4c/
Dicu4c.css81 text-decoration: underline;
100 text-decoration: underline;
118 text-decoration: underline;
200 text-decoration: underline;
241 text-decoration: underline;
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
Dstatus.css163 text-decoration: underline;
188 text-decoration: underline;
195 text-decoration: underline;
/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/owasp/sanitizer/tools/findbugs/doc/
Dfindbugs.css14 text-decoration: underline;
/external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
Dstyle.css54 text-decoration: underline;
218 text-decoration: underline;
312 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/libxml2/doc/devhelp/
Dstyle.css64 text-decoration: underline;
/external/freetype/include/
Dftwinfnt.h197 FT_Byte underline; member
/external/pdfium/third_party/freetype/include/freetype/
Dftwinfnt.h197 FT_Byte underline; member
/external/clang/www/analyzer/
Dmenu.css17 text-decoration: underline;
/external/valgrind/docs/lib/
Dvg_basic.css58 table.nav a:hover { text-decoration: underline; }
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.css95 text-decoration:underline;
262 text-decoration:underline;
298 text-decoration:underline;
430 text-decoration:underline !important;
472 text-decoration:underline;
708 text-decoration:underline;
/external/autotest/frontend/client/src/autotest/public/
Dafeclient.css105 text-decoration: underline;
202 text-decoration: underline;
/external/bzip2/
Dbzip.css61 table.nav a:hover { text-decoration: underline; }
/external/opencv3/samples/python2/
Ddemo.py27 self.text.tag_config("link", foreground="blue", underline=1)

123