HomeSort by relevance Sort by last modified time
    Searched full:strikethrough (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
TextAttribute.java 33 public boolean strikeThrough;
38 boolean strikeThrough, TextColor color) {
46 this.strikeThrough = strikeThrough;
ValueParser.java 248 boolean strikeThrough = (format & 0x80) != 0;
254 strikeThrough, color);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAttributeNames.in 186 strikethrough-position
187 strikethrough-thickness
  /libcore/luni/src/main/java/java/awt/font/
TextAttribute.java 141 /** The STRIKETHROUGH text attribute. */
142 public static final TextAttribute STRIKETHROUGH = new TextAttribute("strikethrough");
144 /** The Constant STRIKETHROUGH_ON indicates a single strikethrough. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Text_Suite.py 180 'strikethrough' : 'strk', # Strikethrough
Standard_Suite.py 679 'strikethrough' : 'strk', # Strikethrough
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
DWrite.h 487 /// The strikethrough position value of the font face in font design units.
488 /// Strikethrough position is the position of strikethrough relative to the English baseline.
489 /// The value is usually made positive in order to place the strikethrough above the baseline.
494 /// The suggested strikethrough thickness value of the font face in font design units.
    [all...]
  /external/libvterm/src/
pen.c 240 case 9: // Strikethrough on
281 case 29: // Strikethrough off
  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 137 appendStyled(text, "strikethrough", new StrikethroughSpan());
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 137 appendStyled(text, "strikethrough", new StrikethroughSpan());
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
NotificationPresets.java 137 appendStyled(text, "strikethrough", new StrikethroughSpan());
  /external/chromium_org/third_party/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 334 DWRITE_STRIKETHROUGH const* strikethrough,
  /external/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 334 DWRITE_STRIKETHROUGH const* strikethrough,
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 141 appendStyled(text, "strikethrough", new StrikethroughSpan());
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 141 appendStyled(text, "strikethrough", new StrikethroughSpan());
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationPresets.java 141 appendStyled(text, "strikethrough", new StrikethroughSpan());
  /frameworks/base/docs/html/tools/revisions/
studio.jd 211 well as libraries. They are listed in reverse resource overlay order, with strikethrough on
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ocidl.h     [all...]
dwrite.h     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/symbols/
latin-lower-phonetic.json     [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/
BasicHtmlSanitizerTest.java     [all...]
  /external/chromium_org/third_party/polymer/components/core-icons/
editor-icons.html 47 <g id="format-strikethrough"><path d="M10,19h4v-3h-4V19z M5,4v3h5v3h4V7h5V4H5z M3,14h18v-2H3V14z"/></g>
  /external/chromium_org/third_party/polymer/components-chromium/core-icons/
editor-icons.html 47 <g id="format-strikethrough"><path d="M10,19h4v-3h-4V19z M5,4v3h5v3h4V7h5V4H5z M3,14h18v-2H3V14z"/></g>
  /external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_view_mac.mm 536 // Add a strikethrough through the scheme.
    [all...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.h 750 * @param totalAdvance The total advance in pixels, defines underline/strikethrough length
    [all...]

Completed in 2112 milliseconds

1 2