HomeSort by relevance Sort by last modified time
    Searched full:blend (Results 451 - 475 of 948) sorted by null

<<11121314151617181920>>

  /hardware/qcom/display/msm8084/libcopybit/
copybit.h 72 /* Blend mode */
  /hardware/qcom/display/msm8226/libcopybit/
copybit.h 72 /* Blend mode */
  /hardware/qcom/display/msm8909/libcopybit/
copybit.h 73 /* Blend mode */
  /hardware/qcom/display/msm8960/libcopybit/
copybit.h 72 /* Blend mode */
  /hardware/qcom/display/msm8994/libcopybit/
copybit.h 75 /* Blend mode */
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_IVCommon.h 261 * List of color blend types for pre/post processing
288 * Color blend configuration
295 * eColorBlend : Color blend type enumeration
662 * Plane blend configuration
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_IVCommon.h 248 * List of color blend types for pre/post processing
275 * Color blend configuration
282 * eColorBlend : Color blend type enumeration
649 * Plane blend configuration
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_IVCommon.h 261 * List of color blend types for pre/post processing
288 * Color blend configuration
295 * eColorBlend : Color blend type enumeration
662 * Plane blend configuration
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_IVCommon.h 248 * List of color blend types for pre/post processing
275 * Color blend configuration
282 * eColorBlend : Color blend type enumeration
649 * Plane blend configuration
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_IVCommon.h 274 * List of color blend types for pre/post processing
301 * Color blend configuration
308 * eColorBlend : Color blend type enumeration
675 * Plane blend configuration
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_IVCommon.h 248 * List of color blend types for pre/post processing
275 * Color blend configuration
282 * eColorBlend : Color blend type enumeration
649 * Plane blend configuration
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/
QuickDraw.py 33 blend = 32 variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
QuickDraw.py 33 blend = 32 variable
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java 99 BLEND("Blending"),
  /system/core/libpixelflinger/arch-mips64/
t32cb16blend.S 24 * blend one of 2 16bpp RGB pixels held in dreg selected by shift
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 454 private static int blend(float alpha, int from, int to) { method in class:GameView
461 paint.setARGB(blend(alpha, a1, a2), blend(alpha, r1, r2), method
462 blend(alpha, g1, g2), blend(alpha, b1, b2)); method
    [all...]
  /external/ImageMagick/ImageMagick/api/
fx.html 164 <p>ColorizeImage() blends the fill color with each pixel in the image. A percentage blend is specified with opacity. Control the application of different color components by specifying a different percentage for each component (e.g. 90/100/10 is 90 red, 100 green, and 10 blue).</p>
169 Image *ColorizeImage(const Image *image,const char *blend,
184 <dt>blend</dt>
674 Image *TintImage(const Image *image,const char *blend,
689 <dt>blend</dt>
  /external/ImageMagick/www/api/
fx.html 168 <p>ColorizeImage() blends the fill color with each pixel in the image. A percentage blend is specified with opacity. Control the application of different color components by specifying a different percentage for each component (e.g. 90/100/10 is 90 red, 100 green, and 10 blue).</p>
173 Image *ColorizeImage(const Image *image,const char *blend,
188 <dt>blend</dt>
678 Image *TintImage(const Image *image,const char *blend,
693 <dt>blend</dt>
fx.php 164 <p>ColorizeImage() blends the fill color with each pixel in the image. A percentage blend is specified with opacity. Control the application of different color components by specifying a different percentage for each component (e.g. 90/100/10 is 90 red, 100 green, and 10 blue).</p>
169 Image *ColorizeImage(const Image *image,const char *blend,
184 <dt>blend</dt>
674 Image *TintImage(const Image *image,const char *blend,
689 <dt>blend</dt>
  /external/deqp/modules/egl/
teglRenderTests.cpp 122 BlendMode blend; member in struct:deqp::egl::__anon10697::DrawPrimitiveOp
162 drawOp.blend = (BlendMode)rnd.getInt(0, BLENDMODE_LAST-1);
285 if (drawOp.blend != BLENDMODE_NONE)
289 switch (drawOp.blend)
532 switch (drawOp.blend)
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttobjs.c 646 if ( face->blend->mmvar->namedstyle )
655 named_style = face->blend->mmvar->namedstyle + instance_index - 1;
669 face->blend->mmvar->num_axis,
764 tt_done_blend( memory, face->blend );
765 face->blend = NULL;
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_win.cc     [all...]
  /external/mesa3d/src/mesa/main/
get.c 414 { GL_BLEND_SRC, CONTEXT_ENUM(Color.Blend[0].SrcRGB), NO_EXTRA },
476 { GL_BLEND_SRC_RGB_EXT, CONTEXT_ENUM(Color.Blend[0].SrcRGB), NO_EXTRA },
477 { GL_BLEND_DST_RGB_EXT, CONTEXT_ENUM(Color.Blend[0].DstRGB), NO_EXTRA },
478 { GL_BLEND_SRC_ALPHA_EXT, CONTEXT_ENUM(Color.Blend[0].SrcA), NO_EXTRA },
479 { GL_BLEND_DST_ALPHA_EXT, CONTEXT_ENUM(Color.Blend[0].DstA), NO_EXTRA },
483 { GL_BLEND_EQUATION, CONTEXT_ENUM(Color.Blend[0].EquationRGB), NO_EXTRA },
484 { GL_BLEND_EQUATION_ALPHA_EXT, CONTEXT_ENUM(Color.Blend[0].EquationA), NO_EXTRA },
565 { GL_BLEND_DST, CONTEXT_ENUM(Color.Blend[0].DstRGB), NO_EXTRA },
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp 197 Name == "x86.avx.blend.pd.256" ||
198 Name == "x86.avx.blend.ps.256" ||
217 // Several blend and other instructions with masks used the wrong number of
563 Name == "llvm.x86.avx.blend.pd.256" ||
564 Name == "llvm.x86.avx.blend.ps.256" ||
607 // be handled as a blend.
    [all...]

Completed in 2860 milliseconds

<<11121314151617181920>>