Home
last modified time | relevance | path

Searched refs:blended (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/cc/output/
Dfilter_operations_unittest.cc147 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/
Dfx_dib_composite.cpp764 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/
Dskbitmap_operations_unittest.cc146 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()
Dinterpolated_transform.cc353 gfx::DecomposedTransform blended; in InterpolateButDoNotCompose() local
354 bool success = gfx::BlendDecomposedTransforms(&blended, in InterpolateButDoNotCompose()
359 return gfx::ComposeTransform(blended); in InterpolateButDoNotCompose()
Dskbitmap_operations.cc96 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/
Dtransform_operations.cc295 gfx::Transform blended; in BlendInternal() local
300 &blended)) in BlendInternal()
302 result->PreconcatTransform(blended); in BlendInternal()
/external/ceres-solver/data/nist/
DGauss3.dat11 Description: The data are two strongly-blended Gaussians on a
DGauss2.dat11 Description: The data are two slightly-blended Gaussians on a
/external/mesa3d/src/gallium/docs/source/cso/
Dsampler.rst58 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/
Dsampler.rst58 linearly weighted and blended together.
70 those two images are blended together with linear interpolation.
/external/chromium_org/ui/gfx/image/
Dimage_skia_operations.cc118 SkBitmap blended = SkBitmapOperations::CreateBlendedBitmap( in CreateImageSkiaRep() local
120 return ImageSkiaRep(blended, first_rep.scale()); in CreateImageSkiaRep()
/external/deqp/doc/testspecs/GLES2/
Dperformance.compiler.txt33 - A number of texture lookups blended together in fragment shader
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzWM.m56 …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/
DSkAnimateSchema.xsd692 <!-- @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/
DSkAnimateSchema.xsd692 <!-- @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/
Ddes_enc.m410 ! Version 2.0. 32/64-bit, PIC-ification, blended CPU adaptation
/external/openssl/crypto/des/asm/
Ddes_enc.m410 ! Version 2.0. 32/64-bit, PIC-ification, blended CPU adaptation
/external/chromium_org/third_party/mesa/src/docs/
DVERSIONS1130 - blended, wide lines didn't always work correctly (bug 711595)
/external/mesa3d/docs/
DVERSIONS1130 - blended, wide lines didn't always work correctly (bug 711595)
/external/chromium_org/third_party/sqlite/src/test/
Dfts1porter.test2188 blended blend