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

1 2 3 4 5

  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
ImageViewBindingObject.java 48 mTintMode = PorterDuff.Mode.LIGHTEN;
  /frameworks/base/graphics/java/android/graphics/
PorterDuff.java 52 LIGHTEN (17),
97 case 17: return Mode.LIGHTEN;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
PorterDuffUtility.java 91 case LIGHTEN:
92 return BlendComposite.getInstance(BlendingMode.LIGHTEN, alpha1);
  /developers/build/prebuilts/gradle/DrawableTinting/Application/src/main/res/values/
strings.xml 37 <item>Lighten</item>
  /developers/samples/android/ui/DrawableTinting/Application/src/main/res/values/
strings.xml 37 <item>Lighten</item>
  /development/samples/browseable/DrawableTinting/res/values/
strings.xml 37 <item>Lighten</item>
  /build/core/
config_sanitizers.mk 35 # Add a filter point for 32-bit vs 64-bit sanitization (to lighten the burden).
41 # Add a filter point based on module owner (to lighten the burden). The format is a space- or
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Xfermodes.java 87 new PorterDuffXfermode(PorterDuff.Mode.LIGHTEN),
96 "Darken", "Lighten", "Multiply", "Screen"
  /external/chromium-trace/catapult/tracing/tracing/base/
color_scheme.html 144 return c.lighten(0.3, 0.9);
149 return c.lighten(0.48, 0.9);
154 return c.lighten(0.65, 0.9);
  /external/skia/gm/
colortypexfermode.cpp 90 { SkXfermode::kLighten_Mode, "Lighten" },
lcdblendmodes.cpp 109 { SkXfermode::kLighten_Mode, "Lighten" },
drawatlascolor.cpp 100 { SkXfermode::kLighten_Mode, "Lighten" },
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
AdvancedBlendActivity.java 87 PorterDuff.Mode.LIGHTEN);
FramebufferBlendActivity.java 72 drawBlendedBitmap(canvas, PorterDuff.Mode.LIGHTEN);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
PorterDuffColorFilter_Delegate.java 99 // CLEAR, DST, SRC_IN, DST_IN, DST_OUT, SRC_ATOP, DARKEN, LIGHTEN, MULTIPLY, SCREEN,
BlendComposite.java 43 LIGHTEN(),
224 case LIGHTEN:
  /external/deqp/android/cts/master/
gles31-multisample.txt 68 dEQP-GLES31.functional.blend_equation_advanced.basic.lighten
83 dEQP-GLES31.functional.blend_equation_advanced.barrier.lighten
98 dEQP-GLES31.functional.blend_equation_advanced.coherent.lighten
  /external/deqp/android/cts/mnc/
gles31-multisample.txt 68 dEQP-GLES31.functional.blend_equation_advanced.basic.lighten
83 dEQP-GLES31.functional.blend_equation_advanced.barrier.lighten
98 dEQP-GLES31.functional.blend_equation_advanced.coherent.lighten
  /external/skia/samplecode/
SampleXfermodesBlur.cpp 141 { SkXfermode::kLighten_Mode, "Lighten" },
  /external/skia/src/gpu/
GrXferProcessor.cpp 115 return "lighten";
  /external/skia/src/pdf/
SkPDFGraphicState.cpp 29 return "Lighten";
  /external/ImageMagick/ImageMagick/api/
statistic.html 59 <p>EvaluateImage() applies a value to the image with an arithmetic, relational, or logical operator to an image. Use these operations to lighten or darken an image, to increase or decrease contrast in an image, or to produce the "negative" of an image.</p>
98 <p>FunctionImage() applies a value to the image with an arithmetic, relational, or logical operator to an image. Use these operations to lighten or darken an image, to increase or decrease contrast in an image, or to produce the "negative" of an image.</p>
  /external/ImageMagick/www/api/
statistic.php 59 <p>EvaluateImage() applies a value to the image with an arithmetic, relational, or logical operator to an image. Use these operations to lighten or darken an image, to increase or decrease contrast in an image, or to produce the "negative" of an image.</p>
98 <p>FunctionImage() applies a value to the image with an arithmetic, relational, or logical operator to an image. Use these operations to lighten or darken an image, to increase or decrease contrast in an image, or to produce the "negative" of an image.</p>
  /external/skia/src/opts/
SkXfermode_opts.h 100 XFERMODE(Lighten) {
343 CASE(Lighten);
  /external/ImageMagick/utilities/
display.1 98 \-raise value lighten/darken image edges to create a 3-D effect

Completed in 2016 milliseconds

1 2 3 4 5