HomeSort by relevance Sort by last modified time
    Searched refs:darken (Results 1 - 13 of 13) sorted by null

  /frameworks/base/libs/hwui/hwui/
Canvas.cpp 129 bool darken = channelSum < (128 * 3); local
133 simplifyPaint(darken ? SK_ColorWHITE : SK_ColorBLACK, &outlinePaint);
140 simplifyPaint(darken ? SK_ColorBLACK : SK_ColorWHITE, &innerPaint);
  /external/freetype/src/cff/
cf2hints.h 208 FT_Bool darken; /* true if stem darkening */ member in struct:CF2_GlyphPathRec_
cf2hints.c     [all...]
  /external/pdfium/third_party/freetype/src/cff/
cf2hints.h 208 FT_Bool darken; /* true if stem darkening */ member in struct:CF2_GlyphPathRec_
cf2hints.c     [all...]
  /external/skia/src/core/
SkBlendMode.cpp 84 case SkBlendMode::kDarken: stage = SkRasterPipeline::darken; break;
SkRasterPipeline.h 65 M(colorburn) M(colordodge) M(darken) M(difference) \
  /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/deqp/framework/referencerenderer/
rrFragmentOperations.cpp 451 inline float darken (float src, float dst) { return de::min(src, dst); } function in namespace:rr::advblend
622 case BLENDEQUATION_ADVANCED_DARKEN: SAMPLE_REGISTER_ADV_BLEND(darken); break;
    [all...]
  /external/doclava/res/assets/templates-sdk/assets/css/
default.css     [all...]
  /external/skia/src/jumper/
SkJumper_stages.cpp 340 BLEND_MODE(darken) { return s + d - max(s*da, d*sa) ; }
    [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
docs.js     [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 1097 milliseconds