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

1 2 3

  /external/pdfium/xfa/src/fxbarcode/
BC_Writer.cpp 49 void CBC_Writer::SetBarcodeColor(FX_ARGB foregroundColor) {
50 m_barColor = foregroundColor;
BC_Writer.h 24 virtual void SetBarcodeColor(FX_ARGB foregroundColor);
BC_BarCode.cpp 120 void CBC_CodeBase::SetBarcodeColor(FX_ARGB foregroundColor) {
122 m_pBCWriter->SetBarcodeColor(foregroundColor);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiCategoryPageIndicatorView.java 41 public void setColors(final int foregroundColor, final int backgroundColor) {
42 mPaint.setColor(foregroundColor);
  /development/ndk/platforms/android-9/arch-mips/include/asm/fw/arc/
types.h 37 USHORT ForegroundColor;
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/fw/arc/
types.h 37 USHORT ForegroundColor;
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/fw/arc/
types.h 37 USHORT ForegroundColor;
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/fw/arc/
types.h 37 USHORT ForegroundColor;
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/fw/arc/
types.h 37 USHORT ForegroundColor;
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/fw/arc/
types.h 37 USHORT ForegroundColor;
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/fw/arc/
types.h 37 USHORT ForegroundColor;
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/fw/arc/
types.h 37 USHORT ForegroundColor;
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/fw/arc/
types.h 37 USHORT ForegroundColor;
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/fw/arc/
types.h 37 USHORT ForegroundColor;
  /frameworks/base/core/java/android/view/accessibility/
CaptioningManager.java 318 public final int foregroundColor;
359 private CaptionStyle(int foregroundColor, int backgroundColor, int edgeType, int edgeColor,
361 mHasForegroundColor = hasColor(foregroundColor);
369 this.foregroundColor = mHasForegroundColor ? foregroundColor : Color.WHITE;
403 overlay.foregroundColor : foregroundColor;
481 final int foregroundColor = Secure.getInt(
482 cr, Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR, defStyle.foregroundColor);
497 return new CaptionStyle(foregroundColor, backgroundColor, edgeType, edgeColor
    [all...]
  /external/ImageMagick/MagickCore/
image-private.h 45 ForegroundColor[],
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/data/
Cea708Data.java 219 public final CaptionColor foregroundColor;
223 public CaptionPenColor(CaptionColor foregroundColor, CaptionColor backgroundColor,
225 this.foregroundColor = foregroundColor;
  /packages/apps/Settings/src/com/android/settings/accessibility/
CaptionPropertiesFragment.java 348 final int foregroundColor = attrs.hasForegroundColor() ?
349 attrs.foregroundColor : CaptionStyle.COLOR_UNSPECIFIED;
350 parseColorOpacity(mForegroundColor, mForegroundOpacity, foregroundColor);
  /frameworks/base/core/java/com/android/internal/widget/
SubtitleView.java 277 style.foregroundColor : defStyle.foregroundColor;
  /external/pdfium/xfa/include/fxbarcode/
BC_BarCode.h 72 virtual void SetBarcodeColor(FX_ARGB foregroundColor);
  /frameworks/base/media/java/android/media/
Cea708CaptionRenderer.java 501 CaptionColor foregroundColor = new CaptionColor(opacity, red, green, blue);
516 new CaptionPenColor(foregroundColor, backgroundColor, edgeColor)));
519 "CaptionCommand SPC foregroundColor %s backgroundColor %s edgeColor %s",
520 foregroundColor, backgroundColor, edgeColor));
    [all...]
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/cc/
Cea708Parser.java 579 CaptionColor foregroundColor = new CaptionColor(opacity, red, green, blue);
594 new CaptionPenColor(foregroundColor, backgroundColor, edgeColor)));
597 "CaptionCommand SPC foregroundColor %s backgroundColor %s edgeColor %s",
598 foregroundColor, backgroundColor, edgeColor));
    [all...]
  /packages/apps/TV/usbtuner/src/com/google/android/exoplayer/text/
SubtitleView.java 171 mForegroundColor = style.foregroundColor;
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java     [all...]
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-alpha1/
asset-studio-25.2.0-alpha1.jar 

Completed in 1901 milliseconds

1 2 3