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

1 2 3 4

  /external/skia/gm/
texteffects.cpp 202 SkPath underline; local
208 underline.moveTo(last, uPos);
209 underline.lineTo(start, uPos);
214 underline.moveTo(end, uPos);
215 underline.lineTo(finalPos, uPos);
217 return underline;
254 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize); local
256 canvas->drawPath(underline, paint);
309 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize); local
311 canvas->drawPath(underline, paint)
415 SkPath underline = create_underline(intercepts, start, end, uPos, uWidth, textSize); local
460 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize); local
    [all...]
  /external/clang/www/analyzer/
menu.css 17 text-decoration: underline;
  /external/fmtlib/doc/bootstrap/
print.less 20 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:__anon24675
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/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/syslinux/com32/lib/sys/
ansi.h 38 bool underline; member in struct:term_state
ansi.c 46 .underline = false,
315 st->underline = 0;
326 st->underline = 1;
339 st->underline = 0;
352 st->underline = 1;
356 st->underline = 0;
ansicon_write.c 118 if (st->underline)
  /packages/apps/TV/src/com/android/tv/tuner/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/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 83 text-decoration: underline;
102 text-decoration: underline;
120 text-decoration: underline;
202 text-decoration: underline;
243 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;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
configure 432 echo Checking for underline in external names... No.
434 echo Checking for underline in external names... Yes.
  /external/libnl/doc/stylesheets/
xhtml11.css 14 text-decoration: underline;
189 text-decoration: underline;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
QSTileView.java 86 mDivider = mLabelContainer.findViewById(R.id.underline);

Completed in 1032 milliseconds

1 2 3 4