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

  /external/skia/src/core/
SkBlendMode.cpp 107 case SkBlendMode::kLighten: stage = SkRasterPipeline::lighten; break;
SkRasterPipeline.h 68 M(exclusion) M(hardlight) M(lighten) M(overlay) M(softlight) \
  /external/skqp/src/core/
SkBlendMode.cpp 106 case SkBlendMode::kLighten: stage = SkRasterPipeline::lighten; break;
SkRasterPipeline.h 68 M(exclusion) M(hardlight) M(lighten) M(overlay) M(softlight) \
  /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/jumper/
SkJumper.cpp 234 LOWP(exclusion) LOWP(hardlight) LOWP(lighten) LOWP(overlay) NOPE(softlight)
SkJumper_stages_lowp.cpp 385 BLEND_MODE(lighten) { return s + d - div255( min(s*da, d*sa) ); }
    [all...]
SkJumper_stages.cpp     [all...]
  /external/skqp/src/jumper/
SkJumper.cpp 234 LOWP(exclusion) LOWP(hardlight) LOWP(lighten) LOWP(overlay) NOPE(softlight)
SkJumper_stages_lowp.cpp 385 BLEND_MODE(lighten) { return s + d - div255( min(s*da, d*sa) ); }
    [all...]
SkJumper_stages.cpp     [all...]
  /external/deqp/framework/referencerenderer/
rrFragmentOperations.cpp 452 inline float lighten (float src, float dst) { return de::max(src, dst); } function in namespace:rr::advblend
623 case BLENDEQUATION_ADVANCED_LIGHTEN: SAMPLE_REGISTER_ADV_BLEND(lighten); break;
    [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 1245 milliseconds