Home
last modified time | relevance | path

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

12

/external/pdfium/core/fxge/dib/
Dcfx_scanlinecompositor.cpp450 int blended = bNonseparableBlend in CompositeRow_Argb2Argb() local
453 blended = FXDIB_ALPHA_MERGE(*src_scan, blended, back_alpha); in CompositeRow_Argb2Argb()
454 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, blended, alpha_ratio); in CompositeRow_Argb2Argb()
505 int blended = bNonseparableBlend in CompositeRow_Rgb2Argb_Blend_NoClip() local
508 *dest_scan = FXDIB_ALPHA_MERGE(src_color, blended, back_alpha); in CompositeRow_Rgb2Argb_Blend_NoClip()
563 int blended = bNonseparableBlend in CompositeRow_Rgb2Argb_Blend_Clip() local
566 blended = FXDIB_ALPHA_MERGE(src_color, blended, back_alpha); in CompositeRow_Rgb2Argb_Blend_Clip()
567 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, blended, alpha_ratio); in CompositeRow_Rgb2Argb_Blend_Clip()
701 int blended = bNonseparableBlend in CompositeRow_Argb2Rgb_Blend() local
704 *dest_scan = FXDIB_ALPHA_MERGE(back_color, blended, src_alpha); in CompositeRow_Argb2Rgb_Blend()
[all …]
/external/skqp/gm/
Dcrbug_905548.cpp28 auto blended = SkXfermodeImageFilter::Make(SkBlendMode::kDstOut, eroded, imageSource, nullptr); variable
31 paint.setImageFilter(blended);
/external/skia/gm/
Dcrbug_905548.cpp31 auto blended = SkImageFilters::Blend(SkBlendMode::kDstOut, eroded, imageSource, nullptr); variable
34 paint.setImageFilter(blended);
/external/libgav1/libgav1/src/dsp/x86/
Dfilm_grain_sse4.cc267 const __m128i blended = in BlendChromaPlaneWithCfl_SSE4_1() local
271 StoreUnsigned(&out_chroma_row[x], Clip3(blended, floor, ceiling)); in BlendChromaPlaneWithCfl_SSE4_1()
292 const __m128i blended = in BlendChromaPlaneWithCfl_SSE4_1() local
296 StoreUnsigned(&out_chroma_row[x], Clip3(blended, floor, ceiling)); in BlendChromaPlaneWithCfl_SSE4_1()
393 const __m128i blended = BlendChromaValsNoCfl8bpp( in BlendChromaPlane8bpp_SSE4_1() local
396 StoreUnsigned(&out_chroma_row[x], Clip3(blended, floor, ceiling)); in BlendChromaPlane8bpp_SSE4_1()
420 const __m128i blended = BlendChromaValsNoCfl8bpp( in BlendChromaPlane8bpp_SSE4_1() local
423 StoreUnsigned(&out_chroma_row[x], Clip3(blended, floor, ceiling)); in BlendChromaPlane8bpp_SSE4_1()
/external/mesa3d/src/gallium/drivers/panfrost/nir/
Dnir_lower_blend.c313 nir_ssa_def *blended = nir_vec(b, channels, 4); in nir_blend() local
314 return nir_color_mask(b, options.colormask, blended, dst); in nir_blend()
375 nir_ssa_def *blended = nir_blend(&b, options, src, src1, dst); in nir_lower_blend() local
379 nir_src_for_ssa(blended)); in nir_lower_blend()
/external/libgav1/libgav1/src/dsp/arm/
Dfilm_grain_neon.cc800 const int16x8_t blended = in BlendChromaPlaneWithCfl_NEON() local
810 vreinterpretq_u16_s16(Clip3(blended, floor, ceiling))); in BlendChromaPlaneWithCfl_NEON()
823 const int16x8_t blended = in BlendChromaPlaneWithCfl_NEON() local
832 vreinterpretq_u16_s16(Clip3(blended, floor, ceiling))); in BlendChromaPlaneWithCfl_NEON()
926 const int16x8_t blended = BlendChromaValsNoCfl( in BlendChromaPlane8bpp_NEON() local
933 vreinterpretq_u16_s16(Clip3(blended, floor, ceiling))); in BlendChromaPlane8bpp_NEON()
949 const int16x8_t blended = BlendChromaValsNoCfl( in BlendChromaPlane8bpp_NEON() local
954 vreinterpretq_u16_s16(Clip3(blended, floor, ceiling))); in BlendChromaPlane8bpp_NEON()
/external/mesa3d/docs/gallium/cso/
Dsampler.rst58 linearly weighted and blended together.
70 those two images are blended together with linear interpolation.
/external/autotest/client/site_tests/graphics_GLBench/
Dcontrol36 - blended
Dcontrol.hwqual40 - blended
Dcontrol.bvt42 - blended
/external/libdrm/man/
Ddrm-kms.7.rst47 A *plane* respresents an image source that can be blended with or overlayed
50 scale it to a destination size. The result is then blended with or overlayed
147 small buffer with an image that is blended over the CRTC framebuffer. You can
/external/deqp/doc/testspecs/GLES2/
Dperformance.compiler.txt33 - A number of texture lookups blended together in fragment shader
/external/skqp/docs/
DSkBlendMode_Reference.bmh49 Replaces destination with source blended with destination. If source is opaque,
56 Replaces destination with destination blended with source. If destination is opaque,
87 #Line # source inside destination blended with destination ##
93 #Line # destination inside source blended with source ##
Dspelling.txt20 bleeds blend blended blending blends blob blobs blue blur blurred blurs bold bone bordered both
DSkCanvas_Reference.bmh527 The Layer and blended result appear on the CPU and GPU but the large dotted
/external/angle/src/libANGLE/renderer/vulkan/shaders/src/
DOverlayDraw.comp154 // Assuming colors (C1, a1), (C2, a2) ... (Cn, an) have been so far blended, blendedSoFar will
/external/llvm/test/CodeGen/X86/
Dvec_shift6.ll199 ; The shift from 'test9' gets shifted separately and blended if we don't have AVX2/AVX512f support.
/external/llvm-project/llvm/test/CodeGen/X86/
Dvec_shift6.ll246 ; The shift from 'test9' gets shifted separately and blended if we don't have AVX2/AVX512f support.
/external/skqp/site/user/api/
DSkBlendMode_Reference.md87 Replaces destination with source blended with destination. If source is opaque,
96 Replaces destination with destination blended with source. If destination is opaque,
DSkCanvas_Reference.md867 The <a href='SkCanvas_Reference#Layer'>Layer</a> and blended result appear on the CPU and GPU but t…
5738 …<td>one per <a href='undocumented#Sprite'>sprite</a>, blended with <a href='undocumented#Sprite'>s…
5794 …<td>one per <a href='undocumented#Sprite'>sprite</a>, blended with <a href='undocumented#Sprite'>s…
/external/mesa3d/docs/
Dversions.rst1364 - blended, wide lines didn't always work correctly (bug 711595)
/external/cldr/tools/java/org/unicode/cldr/util/data/
Dasia2284 # was "blended" with the Central zone. Therefore, Kazakhstan now has
/external/libtextclassifier/native/annotator/pod_ner/test_data/
Dvocab.txt19804 blended
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dwords.shakespeare.txt.gz
/external/jline/src/src/test/resources/jline/example/
Denglish.gz

12