/external/webp/src/webp/ |
mux_types.h | 49 // Blend operation (animation only). Indicates how transparent pixels of the 52 WEBP_MUX_BLEND, // Blend. 53 WEBP_MUX_NO_BLEND // Do not blend.
|
/frameworks/base/libs/hwui/ |
GlopBuilder.h | 22 #include "renderstate/Blend.h" 71 float alpha, SkXfermode::Mode mode, Blend::ModeOrderSwap modeUsage); 114 SkXfermode::Mode mode, Blend::ModeOrderSwap modeUsage,
|
/external/mesa3d/src/mesa/swrast/ |
s_fog.c | 85 * Template code for computing fog blend factor and applying it to colors. 87 * \param COMPUTE_F code to compute the fog blend factor, f. 128 * They fog values are either fog coordinates (Z) or fog blend factors. 158 /* The span's fog values are fog coordinates, now compute blend factors 159 * and blend the fragment colors with the fog color. 227 /* The span's fog start/step/array values are blend factors in [0,1].
|
/developers/build/prebuilts/gradle/DrawableTinting/ |
README.md | 13 with a reference to a color and a PorterDuff blend mode. The color and blend mode can be
|
/developers/samples/android/ui/DrawableTinting/ |
README.md | 13 with a reference to a color and a PorterDuff blend mode. The color and blend mode can be
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_bld_blend.h | 58 const struct pipe_blend_state *blend, 71 const struct pipe_blend_state *blend,
|
/external/skia/gm/ |
pathopsinverse.cpp | 25 SkColor blendColor = blend(oneColor, twoColor); 37 SkColor blend(SkColor one, SkColor two) { function in class:skiagm::PathOpsInverseGM
|
/external/skia/include/core/ |
SkBlitRow.h | 60 @param count number of colors to blend 67 /** Blend a single color onto a row of S32 pixels, writing the result
|
/external/skia/src/opts/ |
SkBlitRow_opts_SSE4.cpp | 51 // All 16 source pixels are fully opaque. There's no need to read dst or blend it. 58 // The general slow case: do the blend for all 16 pixels.
|
/frameworks/base/core/jni/android/graphics/ |
Interpolator.cpp | 32 SkScalar* blend = autoBlend.ptr(); local 37 interp->setKeyFrame(index, msec, scalars, blend);
|
/frameworks/native/opengl/tests/gl_perfapp/jni/ |
gl_code.cpp | 85 ALOGI("\nvarColor, texCount, modulate, extraMath, texSize, blend, Mpps, DC60\n"); 86 if (fOut) fprintf(fOut,"varColor, texCount, modulate, extraMath, texSize, blend, Mpps, DC60\r\n");
|
/external/deqp/modules/gles31/functional/ |
es31fDrawBuffersIndexedTests.cpp | 21 * \brief Indexed blend operation tests (GL_EXT_draw_buffers_indexed) 185 void setCommonBlendState (const glw::Functions& gl, const BlendState& blend) 187 if (blend.enableBlend) 189 if (*blend.enableBlend) 195 if (blend.colorMask) 197 const BVec4& mask = *blend.colorMask; 202 if (blend.blendEq) 204 const Either<BlendEq, SeparateBlendEq>& blendEq = *blend.blendEq; 214 if (blend.blendFunc) 216 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc [all...] |
/external/freetype/src/psaux/ |
t1decode.c | 815 PS_Blend blend = decoder->blend; local 821 if ( !blend ) 829 if ( arg_cnt != (FT_Int)( num_points * blend->num_designs ) ) 859 for ( mm = 1; mm < blend->num_designs; mm++ ) 860 tmp += FT_MulFix( *delta++, blend->weight_vector[mm] ); 875 PS_Blend blend = decoder->blend; local 878 if ( arg_cnt != 1 || blend == NULL ) 884 (FT_UInt)idx + blend->num_designs > decoder->len_buildchar 943 PS_Blend blend = decoder->blend; local 964 PS_Blend blend = decoder->blend; local [all...] |
/external/pdfium/third_party/freetype/src/psaux/ |
t1decode.c | 815 PS_Blend blend = decoder->blend; local 821 if ( !blend ) 829 if ( arg_cnt != (FT_Int)( num_points * blend->num_designs ) ) 859 for ( mm = 1; mm < blend->num_designs; mm++ ) 860 tmp += FT_MulFix( *delta++, blend->weight_vector[mm] ); 875 PS_Blend blend = decoder->blend; local 878 if ( arg_cnt != 1 || blend == NULL ) 884 (FT_UInt)idx + blend->num_designs > decoder->len_buildchar 943 PS_Blend blend = decoder->blend; local 964 PS_Blend blend = decoder->blend; local [all...] |
/development/perftests/panorama/ |
Android.mk | 16 feature_mos/src/mosaic/Blend.cpp \
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
Mosaic.h | 28 #include "Blend.h" 42 int blendingType = Blend::BLEND_TYPE_CYLPAN; 43 int stripType = Blend::STRIP_TYPE_THIN; 213 Blend *blender;
|
/external/deqp/modules/gles2/performance/ |
es2pBlendTests.cpp | 21 * \brief Blend performance tests. 124 : TestCaseGroup(context, "blend", "Blend Performance Tests") 145 // Single blend func, factor one.
|
/external/deqp/modules/gles3/performance/ |
es3pBlendTests.cpp | 21 * \brief Blend performance tests. 127 : TestCaseGroup(context, "blend", "Blend Performance Tests") 148 // Single blend func, factor one.
|
/external/llvm/test/CodeGen/X86/ |
commute-blend-avx2.ll | 60 %2 = call <8 x float> @llvm.x86.avx.blend.ps.256(<8 x float> %1, <8 x float> %a, i8 7) 67 declare <8 x float> @llvm.x86.avx.blend.ps.256(<8 x float>, <8 x float>, i8) nounwind readnone 82 %2 = call <4 x double> @llvm.x86.avx.blend.pd.256(<4 x double> %1, <4 x double> %a, i8 7) 89 declare <4 x double> @llvm.x86.avx.blend.pd.256(<4 x double>, <4 x double>, i8) nounwind readnone
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
pp_program.h | 43 struct pipe_blend_state blend; member in struct:program
|
/external/opencv3/modules/cudaimgproc/test/ |
test_blend.cpp | 50 // Blend 79 PARAM_TEST_CASE(Blend, cv::cuda::DeviceInfo, cv::Size, MatType, UseRoi) 97 CUDA_TEST_P(Blend, Accuracy) 118 INSTANTIATE_TEST_CASE_P(CUDA_ImgProc, Blend, testing::Combine(
|
/external/skia/src/gpu/ |
GrPipeline.h | 75 * test than isEqual because it also considers blend barriers when the two batches' bounds 170 * Alter the program desc and inputs (attribs and processors) based on the blend optimization. 181 * the function may adjust the blend coefficients. After this function is called the src and dst 182 * blend coeffs will represent those used by backend API.
|
/frameworks/native/cmds/flatland/ |
Flatland.h | 58 Composer* blend();
|
/frameworks/native/opengl/tests/gl_perf/ |
filltest.cpp | 43 printf("\nvarColor, texCount, modulate, extraMath, texSize, blend, Mpps, DC60\n");
|
/packages/apps/LegacyCamera/jni/ |
Android.mk | 20 feature_mos/src/mosaic/Blend.cpp \
|