/external/chromium_org/cc/output/ |
D | filter_operations_unittest.cc | 147 FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75); in TEST() local 149 EXPECT_EQ(expected, blended); in TEST() 151 blended = FilterOperation::Blend(&from, &to, 0.75); in TEST() 153 EXPECT_EQ(expected, blended); in TEST() 155 blended = FilterOperation::Blend(&from, &to, 1.8); in TEST() 157 EXPECT_EQ(expected, blended); in TEST() 163 FilterOperation blended = FilterOperation::Blend(&filter, NULL, 0.25); in TEST() local 165 EXPECT_EQ(expected, blended); in TEST() 167 blended = FilterOperation::Blend(NULL, &filter, 0.25); in TEST() 169 EXPECT_EQ(expected, blended); in TEST() [all …]
|
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_composite.cpp | 764 int blended = bNonseparableBlend ? blended_colors[color] : in _CompositeRow_Argb2Argb() local 766 blended = FXDIB_ALPHA_MERGE(*src_scan, blended, back_alpha); in _CompositeRow_Argb2Argb() 767 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, blended, alpha_ratio); in _CompositeRow_Argb2Argb() 811 int blended = bNonseparableBlend ? blended_colors[color] : in _CompositeRow_Argb2Argb() local 813 blended = FXDIB_ALPHA_MERGE(*src_scan, blended, back_alpha); in _CompositeRow_Argb2Argb() 814 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, blended, alpha_ratio); in _CompositeRow_Argb2Argb() 865 int blended = bNonseparableBlend ? blended_colors[color] : in _CompositeRow_Argb2Argb() local 867 blended = FXDIB_ALPHA_MERGE(*src_scan, blended, back_alpha); in _CompositeRow_Argb2Argb() 868 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, blended, alpha_ratio); in _CompositeRow_Argb2Argb() 916 int blended = bNonseparableBlend ? blended_colors[color] : in _CompositeRow_Argb2Argb() local [all …]
|
/external/chromium_org/ui/gfx/ |
D | skbitmap_operations_unittest.cc | 146 SkBitmap blended = SkBitmapOperations::CreateBlendedBitmap( in TEST() local 150 SkAutoLockPixels blended_lock(blended); in TEST() 156 SkColorGetA(*blended.getAddr32(x, y))); in TEST() 158 SkColorGetR(*blended.getAddr32(x, y))); in TEST() 160 SkColorGetG(*blended.getAddr32(x, y))); in TEST() 162 SkColorGetB(*blended.getAddr32(x, y))); in TEST()
|
D | interpolated_transform.cc | 353 gfx::DecomposedTransform blended; in InterpolateButDoNotCompose() local 354 bool success = gfx::BlendDecomposedTransforms(&blended, in InterpolateButDoNotCompose() 359 return gfx::ComposeTransform(blended); in InterpolateButDoNotCompose()
|
D | skbitmap_operations.cc | 96 SkBitmap blended; in CreateBlendedBitmap() local 97 blended.allocN32Pixels(first.width(), first.height()); in CreateBlendedBitmap() 98 blended.eraseARGB(0, 0, 0, 0); in CreateBlendedBitmap() 105 uint32* dst_row = blended.getAddr32(0, y); in CreateBlendedBitmap() 124 return blended; in CreateBlendedBitmap()
|
/external/chromium_org/cc/animation/ |
D | transform_operations.cc | 295 gfx::Transform blended; in BlendInternal() local 300 &blended)) in BlendInternal() 302 result->PreconcatTransform(blended); in BlendInternal()
|
/external/ceres-solver/data/nist/ |
D | Gauss3.dat | 11 Description: The data are two strongly-blended Gaussians on a
|
D | Gauss2.dat | 11 Description: The data are two slightly-blended Gaussians on a
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | sampler.rst | 58 linearly weighted and blended together. 70 those two images are blended together with linear interpolation.
|
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/cso/ |
D | sampler.rst | 58 linearly weighted and blended together. 70 those two images are blended together with linear interpolation.
|
/external/chromium_org/ui/gfx/image/ |
D | image_skia_operations.cc | 118 SkBitmap blended = SkBitmapOperations::CreateBlendedBitmap( in CreateImageSkiaRep() local 120 return ImageSkiaRep(blended, first_rep.scale()); in CreateImageSkiaRep()
|
/external/deqp/doc/testspecs/GLES2/ |
D | performance.compiler.txt | 33 - A number of texture lookups blended together in fragment shader
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
D | SDL_QuartzWM.m | 56 …to all black pixels because the inversion effect doesn't work with Cocoa's alpha-blended cursors */
|
/external/chromium_org/third_party/skia/src/animator/ |
D | SkAnimateSchema.xsd | 692 <!-- @pattern srcOver The default. Set the destination to the source color blended 695 <!-- @pattern dstOver Set the destination to the destination color blended 711 blended with the destination times the inverse of the source alpha. --> 714 blended with the source times the inverse of the destination alpha. --> 718 blended with the source times the inverse of the destination alpha. --> 936 <!-- @attribute blend Specifies how the from and to values are blended. A value from 0.0 to
|
/external/skia/src/animator/ |
D | SkAnimateSchema.xsd | 692 <!-- @pattern srcOver The default. Set the destination to the source color blended 695 <!-- @pattern dstOver Set the destination to the destination color blended 711 blended with the destination times the inverse of the source alpha. --> 714 blended with the source times the inverse of the destination alpha. --> 718 blended with the source times the inverse of the destination alpha. --> 936 <!-- @attribute blend Specifies how the from and to values are blended. A value from 0.0 to
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/asm/ |
D | des_enc.m4 | 10 ! Version 2.0. 32/64-bit, PIC-ification, blended CPU adaptation
|
/external/openssl/crypto/des/asm/ |
D | des_enc.m4 | 10 ! Version 2.0. 32/64-bit, PIC-ification, blended CPU adaptation
|
/external/chromium_org/third_party/mesa/src/docs/ |
D | VERSIONS | 1130 - blended, wide lines didn't always work correctly (bug 711595)
|
/external/mesa3d/docs/ |
D | VERSIONS | 1130 - blended, wide lines didn't always work correctly (bug 711595)
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | fts1porter.test | 2188 blended blend
|