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

1 2

  /external/pdfium/core/fpdfdoc/
cpdf_defaultappearance.h 16 enum class BorderStyle { SOLID, DASH, BEVELED, INSET, UNDERLINE };
cpdf_annot.h 51 UNDERLINE,
cpdf_annot.cpp 33 type == CPDF_Annot::Subtype::UNDERLINE;
108 else if (m_nSubtype == CPDF_Annot::Subtype::UNDERLINE)
262 if (sSubtype == "Underline")
263 return CPDF_Annot::Subtype::UNDERLINE;
321 if (nSubtype == CPDF_Annot::Subtype::UNDERLINE)
322 return "Underline";
cpvt_generateap.cpp 143 nBorderStyle = BorderStyle::UNDERLINE;
    [all...]
  /external/python/cpython2/Lib/lib-tk/
Tkconstants.py 92 UNDERLINE='underline'
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkconstants.py 92 UNDERLINE='underline'
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkconstants.py 92 UNDERLINE='underline'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 92 UNDERLINE='underline'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 92 UNDERLINE='underline'
  /development/tools/
monkey 20 UNDERLINE = "\033[4m"
29 UNDERLINE = ""
38 sys.stdout.write(UNDERLINE)
  /libcore/ojluni/src/main/java/java/awt/font/
TextAttribute.java 558 * Attribute key for underline. Values are instances of
560 * means no underline.
564 * <p>The underline affects both the visual bounds and the outline
567 public static final TextAttribute UNDERLINE =
568 new TextAttribute("underline");
571 * Standard underline.
573 * @see #UNDERLINE
723 * value is <code>-1</code>, which means no underline.
730 * <p>This may be used in conjunction with {@link #UNDERLINE} if
735 * <p>The input method underline affects both the visual bounds an
    [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_baannot.cpp 210 case BorderStyle::UNDERLINE:
231 return BorderStyle::UNDERLINE;
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Utils.cpp 686 case BorderStyle::UNDERLINE:
720 case BorderStyle::UNDERLINE: {
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
VDUBuffer.java 71 * |||| |||| |||| |||| |||| ||`-- Underline |||| |||| |||| |||| |||| |||| |||| |`--- Invert ||||
82 /** Underline character. */
83 public final static int UNDERLINE = 0x02;
155 * @see #UNDERLINE
212 * @see #UNDERLINE
261 * @see #UNDERLINE
289 * @see #UNDERLINE
vt320.java     [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
TerminalBridge.java 606 defaultPaint.setUnderlineText((currAttr & VDUBuffer.UNDERLINE) != 0);
  /external/pdfium/fpdfsdk/javascript/
Field.cpp 481 case BorderStyle::UNDERLINE:
482 vp << L"underline";
508 else if (string == "underline")
509 nBorderStyle = BorderStyle::UNDERLINE;
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /packages/apps/TV/libs/
exoplayer.jar 
exoplayer_v2.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/
log4j-core-2.5.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 

Completed in 682 milliseconds

1 2