/external/opencv3/samples/cpp/tutorial_code/ImgProc/ |
AddingImages.cpp | 42 namedWindow("Linear Blend", 1); 47 imshow( "Linear Blend", dst );
|
/frameworks/base/libs/hwui/ |
GlopBuilder.cpp | 235 SkXfermode::Mode mode, Blend::ModeOrderSwap modeUsage, 254 mOutGlop->blend = { GL_ZERO, GL_ZERO }; 257 || (mOutGlop->fill.texture.texture && mOutGlop->fill.texture.texture->blend) 263 Blend::getFactors(mode, modeUsage, 264 &mOutGlop->blend.src, &mOutGlop->blend.dst); 266 // These blend modes are not supported by OpenGL directly and have 269 // If the blend mode cannot be implemented using shaders, fall 270 // back to the default SrcOver blend mode instead 273 mDescription.swapSrcDst = (modeUsage == Blend::ModeOrderSwap::Swap) [all...] |
DeferredLayerUpdater.h | 53 ANDROID_API bool setBlend(bool blend) { 54 if (blend != mBlend) { 55 mBlend = blend;
|
/frameworks/base/libs/hwui/renderstate/ |
Blend.h | 29 class Blend { 45 Blend();
|
RenderState.h | 22 #include "renderstate/Blend.h" 96 Blend& blend() { return *mBlend; } function in class:android::uirenderer::RenderState 116 Blend* mBlend = nullptr;
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
Blend.h | 18 // Blend.h 19 // $Id: Blend.h,v 1.23 2011/06/24 04:22:14 mbansal Exp $ 53 class Blend { 71 Blend(); 72 ~Blend();
|
/external/skia/src/animator/ |
SkOperandIterpolator.cpp | 37 bool SkOperandInterpolator::setKeyFrame(int index, SkMSec time, const SkOperand values[], SkScalar blend) 40 blend = SkScalarPin(blend, 0, SK_Scalar1); 47 timeCode->fBlend[0] = SK_Scalar1 - blend; 50 timeCode->fBlend[3] = SK_Scalar1 - blend;
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Blend.h | 18 // Blend.h 19 // $Id: Blend.h,v 1.23 2011/06/24 04:22:14 mbansal Exp $ 53 class Blend { 71 Blend(); 72 ~Blend();
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_bld_blend_soa.c | 31 * Blend LLVM IR generation -- SoA layout. 62 * lp_blend_test -o blend.tsv 115 * Build a single SOA blend factor for a color channel. 200 * Generate blend code in SOA mode. 201 * \param rt render target index (to index the blend / colormask state) 204 * \param con constant blend color 209 const struct pipe_blend_state *blend, 234 if (blend->rt[rt].colormask & (1 << i)) { 235 if (blend->logicop_enable) { 237 res[i] = lp_build_logicop(builder, blend->logicop_func, src[i], dst[i]) [all...] |
/external/skia/tools/ |
dm_flags.json | 55 "blend", 123 "blend", 127 "blend", 131 "blend", 254 "blend", 322 "blend", 326 "blend", 330 "blend", 538 "blend", 606 "blend", [all...] |
/external/llvm/test/CodeGen/X86/ |
avx-cast.ll | 4 ; Prefer a blend instruction to a vinsert128 instruction because blends 64 ; AVX1-NOT: blend 68 ; AVX2-NOT: blend 78 ; AVX1-NOT: blend 82 ; AVX2-NOT: blend 92 ; AVX1-NOT: blend 96 ; AVX2-NOT: blend
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_pixel.c | 70 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE || 71 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO || 72 ctx->Color.Blend[0].EquationRGB != GL_FUNC_ADD || 73 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE || 74 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO || 75 ctx->Color.Blend[0].EquationA != GL_FUNC_ADD)) { 76 DBG("fallback due to blend\n");
|
/external/opencv3/doc/tutorials/highgui/trackbar/ |
trackbar.markdown | 53 imshow( "Linear Blend", dst ); 69 namedWindow("Linear Blend", 1); 75 createTrackbar( TrackbarName, "Linear Blend", &alpha_slider, alpha_slider_max, on_trackbar ); 98 namedWindow("Linear Blend", 1); 102 createTrackbar( TrackbarName, "Linear Blend", &alpha_slider, alpha_slider_max, on_trackbar ); 107 - The Trackbar is located in the window named **"Linear Blend"** 122 imshow( "Linear Blend", dst );
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
Convolve5x5.java | 36 private float blend(float v1, float v2, float p) { method in class:Convolve5x5 43 float cf1 = blend(f125, -1.f, str); 44 float cf2 = blend(f125, -3.f, str); 45 float cf3 = blend(f125, -4.f, str); 46 float cf4 = blend(f125, 6.f, str); 47 float cf5 = blend(f125, 20.f, str); 48 float cf6 = blend(f125, 0.f, str);
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
Convolve5x5.java | 43 private float blend(float v1, float v2, float p) { method in class:Convolve5x5 50 float cf1 = blend(f125, -1.f, str); 51 float cf2 = blend(f125, -3.f, str); 52 float cf3 = blend(f125, -4.f, str); 53 float cf4 = blend(f125, 6.f, str); 54 float cf5 = blend(f125, 20.f, str); 55 float cf6 = blend(f125, 0.f, str);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_cc.c | 72 * Modify blend function to force destination alpha to 1.0 74 * If \c function specifies a blend function that uses destination alpha, 150 GLenum eqRGB = ctx->Color.Blend[0].EquationRGB; 151 GLenum eqA = ctx->Color.Blend[0].EquationA; 152 GLenum srcRGB = ctx->Color.Blend[0].SrcRGB; 153 GLenum dstRGB = ctx->Color.Blend[0].DstRGB; 154 GLenum srcA = ctx->Color.Blend[0].SrcA; 155 GLenum dstA = ctx->Color.Blend[0].DstA; 157 /* If the renderbuffer is XRGB, we have to frob the blend function to
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_state.c | 42 uint32_t blend[2], cmask[2]; local 62 blend[0] = cso->rt[0].blend_enable; 68 blend[1] = 0; 71 blend[1] |= cso->rt[i].blend_enable << i; 78 blend[1] = 0x0000000e * (blend[0] & 0x00000001); 87 SB_DATA (so, blend[1]); 91 if (blend[0] || blend[1]) { 93 SB_DATA (so, blend[0]) [all...] |
/external/opencv/cvaux/src/ |
cvmorphing.cpp | 119 /* Blend R */ 124 /* Blend G */ 129 /* Blend B */ 148 /* Blend R */ 152 /* Blend G */ 156 /* Blend B */ 208 /* Blend R */ 215 /* Blend G */ 223 /* Blend B */ 245 /* Blend R * [all...] |
/cts/tests/tests/rscpp/librscpptest/ |
rs_jni.cpp | 325 sp<ScriptIntrinsicBlend> blend = ScriptIntrinsicBlend::create(rs, e); local 328 blend->forEachAdd(inputAlloc, outputAlloc); 331 blend->forEachClear(inputAlloc, outputAlloc); 334 blend->forEachDst(inputAlloc, outputAlloc); 337 blend->forEachDstAtop(inputAlloc, outputAlloc); 340 blend->forEachDstIn(inputAlloc, outputAlloc); 343 blend->forEachDstOut(inputAlloc, outputAlloc); 346 blend->forEachDstOver(inputAlloc, outputAlloc); 349 blend->forEachMultiply(inputAlloc, outputAlloc); 352 blend->forEachSrc(inputAlloc, outputAlloc) [all...] |
/external/freetype/src/psaux/ |
t1decode.h | 50 PS_Blend blend,
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psaux/ |
t1decode.h | 50 PS_Blend blend,
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_state.c | 101 const struct pipe_blend_state *blend) 106 unsigned eqRGB = blend->rt[0].rgb_func; 107 unsigned srcRGB = blend->rt[0].rgb_src_factor; 108 unsigned dstRGB = blend->rt[0].rgb_dst_factor; 110 unsigned eqA = blend->rt[0].alpha_func; 111 unsigned srcA = blend->rt[0].alpha_src_factor; 112 unsigned dstA = blend->rt[0].alpha_dst_factor; 141 LOGIC_OP_FUNC(i915_translate_logic_op(blend->logicop_func))); 143 if (blend->logicop_enable) 146 if (blend->dither [all...] |
/external/pdfium/third_party/freetype/src/psaux/ |
t1decode.h | 50 PS_Blend blend,
|
/developers/build/prebuilts/gradle/DrawableTinting/Application/src/main/java/com/example/android/drawabletinting/ |
DrawableTintingFragment.java | 43 * a reference to a color and a PorterDuff blend mode. The color and blend mode can be 96 * Selector for blend type for color tinting. 111 * Identifier for state of blend mod spinner in state bundle. 188 // Set up the spinner for blend mode selection from a string array resource 193 // Set a listener to update the tinted image when a blend mode is selected 208 // Apply the default blend mode and color 249 * Update the tint of the image with the color set in the seekbars and selected blend mode. 252 * {@link Color#argb(int, int, int, int)}, it is set togethe with the blend mode on the background 279 * Listener that updates the tint when a blend mode is selected [all...] |
/developers/samples/android/ui/DrawableTinting/Application/src/main/java/com/example/android/drawabletinting/ |
DrawableTintingFragment.java | 43 * a reference to a color and a PorterDuff blend mode. The color and blend mode can be 96 * Selector for blend type for color tinting. 111 * Identifier for state of blend mod spinner in state bundle. 188 // Set up the spinner for blend mode selection from a string array resource 193 // Set a listener to update the tinted image when a blend mode is selected 208 // Apply the default blend mode and color 249 * Update the tint of the image with the color set in the seekbars and selected blend mode. 252 * {@link Color#argb(int, int, int, int)}, it is set togethe with the blend mode on the background 279 * Listener that updates the tint when a blend mode is selected [all...] |