HomeSort by relevance Sort by last modified time
    Searched refs:underline (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/chromium-trace/catapult/third_party/polymer/components/paper-action-dialog/
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/
paper-input-decorator.css 100 .underline {
105 :host([disabled]) .underline {
109 .unfocused-underline {
113 .focused-underline {
119 .focused-underline[invisible] {
  /external/skia/gm/
texteffects.cpp 235 SkPath underline; local
241 underline.moveTo(last, uPos);
242 underline.lineTo(start, uPos);
247 underline.moveTo(end, uPos);
248 underline.lineTo(finalPos, uPos);
250 return underline;
287 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize); local
289 canvas->drawPath(underline, paint);
342 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize); local
344 canvas->drawPath(underline, paint)
385 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize); local
    [all...]
  /external/clang/www/analyzer/
menu.css 17 text-decoration: underline;
  /external/libvterm/src/
pen.c 149 state->pen.underline = 0; setpenattr_int( state, VTERM_ATTR_UNDERLINE, 0);
171 setpenattr_int( state, VTERM_ATTR_UNDERLINE, state->pen.underline);
241 case 4: // Underline single
242 state->pen.underline = 1;
267 case 21: // Underline double
268 state->pen.underline = 2;
282 case 24: // Underline off
283 state->pen.underline = 0;
382 if(state->pen.underline == 1)
397 if(state->pen.underline == 2
    [all...]
screen.c 19 unsigned int underline : 2; member in struct:__anon18154
402 screen->pen.underline = val->number;
749 cell->attrs.underline = intcell->pen.underline;
786 intcell->pen.underline = cell->attrs.underline;
869 if((attrs & VTERM_ATTR_UNDERLINE_MASK) && (a->pen.underline != b->pen.underline))
vterm_internal.h 28 unsigned int underline:2; member in struct:VTermPen
  /external/ImageMagick/scripts/
txt2html 84 # * Added "underline tolerance" for when underlines are not exactly the
85 # same length as what they underline.
723 local($underline) = $nextline =~ /^\s*(\S+)\s*$/;
725 if((length($heading) > (length($underline) + $underline_tolerance_short))
726 || (length($heading) < (length($underline) -$underline_tolerance_long)))
731 # $underline =~ s/(^.).*/$1/; # Could I do this any less efficiently?
732 $underline = substr($underline,0,1);
735 $hlevel = 1 if $underline eq "*";
736 $hlevel = 2 if $underline eq "="
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
Tooltip.css 27 a:visited { text-decoration: underline; }
30 a.header:hover { text-decoration: underline; color: #000080; }
  /external/freetype/include/
ftwinfnt.h 197 FT_Byte underline; member in struct:FT_WinFNT_HeaderRec_
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftwinfnt.h 197 FT_Byte underline; member in struct:FT_WinFNT_HeaderRec_
  /external/pdfium/third_party/freetype/include/freetype/
ftwinfnt.h 197 FT_Byte underline; member in struct:FT_WinFNT_HeaderRec_
  /external/skia/src/animator/
SkDrawPaint.h 65 SkBool underline; member in class:SkDrawPaint
SkDrawPaint.cpp 59 SK_MEMBER(underline, Boolean),
74 underline(-1), xfermode((SkXfermode::Mode) -1), fOwnsColor(false), fOwnsMaskFilter(false),
263 if (underline != -1)
264 paint->setUnderlineText(SkToBool(underline));
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/data/
Cea708Data.java 199 public final boolean underline; field in class:Cea708Data.CaptionPenAttr
203 boolean underline, boolean italic) {
209 this.underline = underline;
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftwinfnt.h 197 FT_Byte underline; member in struct:FT_WinFNT_HeaderRec_
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
status.css 163 text-decoration: underline;
188 text-decoration: underline;
195 text-decoration: underline;
  /external/bzip2/
bzip.css 61 table.nav a:hover { text-decoration: underline; }
  /external/valgrind/docs/lib/
vg_basic.css 58 table.nav a:hover { text-decoration: underline; }
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/
QuickDraw.py 8 underline = 4 variable
185 underline = 4 variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
QuickDraw.py 8 underline = 4 variable
185 underline = 4 variable
  /external/icu/icu4c/
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/coverage/coverage/htmlfiles/
style.css 54 text-decoration: underline;
218 text-decoration: underline;
312 text-decoration: underline;
  /external/ImageMagick/www/api/
annotate.php 188 underline position
189 underline thickness
243 underline position
244 underline thickness
  /external/llvm/docs/_themes/llvm-theme/static/
llvm-theme.css 137 text-decoration: underline;
156 text-decoration: underline;
178 text-decoration: underline;
283 text-decoration: underline;

Completed in 780 milliseconds

1 2 3 4