/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/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/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/ |
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/bzip2/ |
D | bzip.css | 61 table.nav a:hover { text-decoration: underline; }
|
/external/lldb/www/cpp_reference/html/ |
D | doxygen.css | 347 text-decoration: underline; 352 text-decoration: underline; 357 text-decoration: underline;
|
/external/v8/src/ |
D | d8.js | 246 var underline = ''; 249 underline += '\t'; 251 underline += ' '; 254 underline += '^'; 257 return source_text + '\n' + underline;
|
/external/clang/docs/tools/ |
D | manpage.css | 97 color: #336699; font-size: 10pt; text-decoration: underline; 167 font-family: Arial,Helvetica; font-weight: normal; text-decoration: underline;
|
/external/pdfium/testing/resources/javascript/ |
D | consts_expected.txt | 5 Alert: border.u is underline
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | Consts.cpp | 21 JS_STATIC_CONST_ENTRY_STRING(u, underline) in JS_STATIC_CONST_ENTRY_STRING()
|
/external/chromium-trace/trace-viewer/tracing/third_party/mocha/ |
D | mocha.css | 39 text-decoration: underline;
|
/external/zlib/src/ |
D | configure | 417 echo Checking for underline in external names... No. | tee -a configure.log 419 echo Checking for underline in external names... Yes. | tee -a configure.log
|