/external/pdfium/core/fxge/dib/ |
D | cfx_scanlinecompositor.cpp | 340 int blended = bNonseparableBlend in CompositeRow_Argb2Argb() local 343 blended = FXDIB_ALPHA_MERGE(*src_scan, blended, back_alpha); in CompositeRow_Argb2Argb() 344 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, blended, alpha_ratio); in CompositeRow_Argb2Argb() 385 int blended = bNonseparableBlend in CompositeRow_Rgb2Argb_Blend_NoClip() local 388 *dest_scan = FXDIB_ALPHA_MERGE(src_color, blended, back_alpha); in CompositeRow_Rgb2Argb_Blend_NoClip() 431 int blended = bNonseparableBlend in CompositeRow_Rgb2Argb_Blend_Clip() local 434 blended = FXDIB_ALPHA_MERGE(src_color, blended, back_alpha); in CompositeRow_Rgb2Argb_Blend_Clip() 435 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, blended, alpha_ratio); in CompositeRow_Rgb2Argb_Blend_Clip() 528 int blended = bNonseparableBlend in CompositeRow_Argb2Rgb_Blend() local 531 *dest_scan = FXDIB_ALPHA_MERGE(back_color, blended, src_alpha); in CompositeRow_Argb2Rgb_Blend() [all …]
|
/external/libgav1/src/dsp/x86/ |
D | film_grain_sse4.cc | 250 const __m128i blended = in BlendChromaPlaneWithCfl_SSE4_1() local 254 StoreUnsigned(&out_chroma_row[x], Clip3(blended, floor, ceiling)); in BlendChromaPlaneWithCfl_SSE4_1() 273 const __m128i blended = in BlendChromaPlaneWithCfl_SSE4_1() local 277 StoreUnsigned(&out_chroma_row[x], Clip3(blended, floor, ceiling)); in BlendChromaPlaneWithCfl_SSE4_1() 373 const __m128i blended = BlendChromaValsNoCfl8bpp( in BlendChromaPlane8bpp_SSE4_1() local 376 StoreUnsigned(&out_chroma_row[x], Clip3(blended, floor, ceiling)); in BlendChromaPlane8bpp_SSE4_1() 400 const __m128i blended = BlendChromaValsNoCfl8bpp( in BlendChromaPlane8bpp_SSE4_1() local 403 StoreUnsigned(&out_chroma_row[x], Clip3(blended, floor, ceiling)); in BlendChromaPlane8bpp_SSE4_1()
|
/external/skia/gm/ |
D | crbug_905548.cpp | 31 auto blended = SkImageFilters::Blend(SkBlendMode::kDstOut, eroded, imageSource, nullptr); variable 34 paint.setImageFilter(blended);
|
/external/libmonet/blend/ |
D | Blend.java | 64 Hct blended = Hct.from(ucsCam.getHue(), fromCam.getChroma(), ColorUtils.lstarFromArgb(from)); in hctHue() local 65 return blended.toInt(); in hctHue()
|
/external/mesa3d/src/gallium/drivers/panfrost/nir/ |
D | nir_lower_blend.c | 313 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/src/dsp/arm/ |
D | film_grain_neon.cc | 872 const int16x8_t blended = in BlendChromaPlaneWithCfl_NEON() local 881 vreinterpretq_u16_s16(Clip3(blended, floor, ceiling))); in BlendChromaPlaneWithCfl_NEON() 899 const int16x8_t blended = in BlendChromaPlaneWithCfl_NEON() local 907 vreinterpretq_u16_s16(Clip3(blended, floor, ceiling))); in BlendChromaPlaneWithCfl_NEON() 1008 const int16x8_t blended = BlendChromaValsNoCfl( in BlendChromaPlane8bpp_NEON() local 1015 vreinterpretq_u16_s16(Clip3(blended, floor, ceiling))); in BlendChromaPlane8bpp_NEON() 1034 const int16x8_t blended = BlendChromaValsNoCfl( in BlendChromaPlane8bpp_NEON() local 1040 vreinterpretq_u16_s16(Clip3(blended, floor, ceiling))); in BlendChromaPlane8bpp_NEON() 1367 const int16x8_t blended = BlendChromaValsNoCfl( in BlendChromaPlane10bpp_NEON() local 1372 vreinterpretq_u16_s16(Clip3(blended, floor, ceiling))); in BlendChromaPlane10bpp_NEON() [all …]
|
/external/mesa3d/docs/gallium/cso/ |
D | sampler.rst | 58 linearly weighted and blended together. 70 those two images are blended together with linear interpolation.
|
/external/autotest/client/site_tests/graphics_GLBench/ |
D | control | 37 - blended
|
D | control.hwqual | 41 - blended
|
D | control.bvt | 44 - blended
|
/external/libdrm/man/ |
D | drm-kms.7.rst | 47 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/ |
D | performance.compiler.txt | 33 - A number of texture lookups blended together in fragment shader
|
/external/angle/src/libANGLE/renderer/vulkan/shaders/src/ |
D | OverlayDraw.frag | 9 // - For text widgets, the font texture is sampled based on the text and blended with a gray
|
/external/angle/doc/ |
D | DebugOverlayInVulkanBackend.md | 100 data. This is done once per frame on `present()`, and the result is blended into
|
/external/llvm/test/CodeGen/X86/ |
D | vec_shift6.ll | 199 ; The shift from 'test9' gets shifted separately and blended if we don't have AVX2/AVX512f support.
|
/external/libaom/doc/ |
D | AlgorithmDescription.md | 321 based on motion vectors from the above and left blocks are blended to generate 335 further applied and blended in the same way.
|
/external/mesa3d/docs/ |
D | versions.rst | 1364 - blended, wide lines didn't always work correctly (bug 711595)
|
/external/harfbuzz_ng/perf/texts/ |
D | en-words.txt | 1153 blended
|
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/ |
D | asia | 2279 # was "blended" with the Central zone. Therefore, Kazakhstan now has
|
/external/libtextclassifier/native/annotator/pod_ner/test_data/ |
D | vocab.txt | 19804 blended
|
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | words.shakespeare.txt.gz | 1a
2A
3Aaron
4AARON
5abaissiez
6abandon
7abandoned
8abase
9Abase
10 ... |
D | ospd.txt.gz |
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/ |
D | the-picture-of-dorian-gray.txt | 4855 blended, became to him a kind of prefiguring type of himself. And,
|
/external/libwebsockets/minimal-examples/api-tests/api-test-fts/ |
D | the-picture-of-dorian-gray.txt | 4855 blended, became to him a kind of prefiguring type of himself. And,
|