/external/skia/gm/ |
D | texteffects.cpp | 235 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/ |
D | paper-input-decorator.css | 100 .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/ |
D | paper-input-decorator.css | 100 .underline { 105 :host([disabled]) .underline { 109 .unfocused-underline { 113 .focused-underline { 119 .focused-underline[invisible] {
|
/external/libvterm/src/ |
D | pen.c | 149 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()
|
D | screen.c | 19 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()
|
D | vterm_internal.h | 28 unsigned int underline:2; member
|
/external/v8/tools/sodium/ |
D | styles.css | 26 .hover-underline:hover { 27 text-decoration: underline;
|
/external/skia/src/animator/ |
D | SkDrawPaint.cpp | 59 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()
|
D | SkDrawPaint.h | 65 SkBool underline; variable
|
/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/icu/icu4c/ |
D | icu4c.css | 81 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/ |
D | status.css | 163 text-decoration: underline; 188 text-decoration: underline; 195 text-decoration: underline;
|
/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/owasp/sanitizer/tools/findbugs/doc/ |
D | findbugs.css | 14 text-decoration: underline;
|
/external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/ |
D | style.css | 54 text-decoration: underline; 218 text-decoration: underline; 312 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/libxml2/doc/devhelp/ |
D | style.css | 64 text-decoration: underline;
|
/external/freetype/include/ |
D | ftwinfnt.h | 197 FT_Byte underline; member
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | ftwinfnt.h | 197 FT_Byte underline; member
|
/external/clang/www/analyzer/ |
D | menu.css | 17 text-decoration: underline;
|
/external/valgrind/docs/lib/ |
D | vg_basic.css | 58 table.nav a:hover { text-decoration: underline; }
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-docs.css | 95 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/ |
D | afeclient.css | 105 text-decoration: underline; 202 text-decoration: underline;
|
/external/bzip2/ |
D | bzip.css | 61 table.nav a:hover { text-decoration: underline; }
|
/external/opencv3/samples/python2/ |
D | demo.py | 27 self.text.tag_config("link", foreground="blue", underline=1)
|