HomeSort by relevance Sort by last modified time
    Searched full:blend (Results 201 - 225 of 447) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/Source/WebCore/platform/graphics/
Color.h 124 Color blend(const Color&) const;
  /external/webkit/Source/WebCore/platform/graphics/transforms/
AffineTransform.h 120 void blend(const AffineTransform& from, double progress);
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsContextWin.cpp 118 // Fill our buffer with clear if we're going to alpha blend.
  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp 284 static const BLENDFUNCTION blend = { AC_SRC_OVER, 0, 255, AC_SRC_ALPHA }; local
286 srcRect.x(), srcRect.y(), srcRect.width(), srcRect.height(), blend);
534 static const BLENDFUNCTION blend = { AC_SRC_OVER, 0, 255, AC_SRC_ALPHA }; local
536 hmemdc.get(), 0, 0, srcRectWin.right, srcRectWin.bottom, blend);
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_list.jd 155 <tr><td><em>1.</em></td><td>Inner shadow:</td><td>black | 57 % opacity | angle 120&deg; | blend mode normal | distance 1px | size 1px <td></tr>
  /frameworks/base/libs/hwui/
Caches.h 249 bool blend; member in class:android::uirenderer::Caches
TextDropShadowCache.cpp 191 texture->blend = true;
  /frameworks/native/cmds/flatland/
Composers.cpp 196 Composer* blend() { function in namespace:android
Main.cpp 84 0, staticGradient, blend,
110 0, staticGradient, blend,
  /frameworks/native/include/media/openmax/
OMX_IVCommon.h 277 * List of color blend types for pre/post processing
304 * Color blend configuration
311 * eColorBlend : Color blend type enumeration
678 * Plane blend configuration
    [all...]
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Blend.java 39 public class Blend extends TestBase {
ImageProcessingActivity.java 91 INTRINSICS_BLEND ("Intrinsics Blend"),
330 mTest = new Blend();
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Blend.java 39 public class Blend extends TestBase {
  /hardware/qcom/display/libcopybit/
copybit.h 74 /* Blend mode */
  /hardware/qcom/media/mm-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
  /hardware/qcom/media/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/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
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/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/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
  /external/skia/src/gpu/
GrDrawTarget.h 137 * blend modes it is safe to fold the coverage into constant or per-vertex
138 * color alpha value. For other blend modes they must be handled separately.
477 * clip and all other draw state (blend mode, stages, etc). Clears the
661 * Determines what optimizations can be applied based on the blend. The coefficients may have
665 * determine the blend optimizations that would be used if there was partial pixel coverage.
    [all...]
GrDrawState.h 40 * coverage rather than as input to the src/dst color blend step.
616 * The blend function will be:
635 GrPrintf("Unexpected dst blend coeff. Won't work correctly with"
646 GrPrintf("Unexpected src blend coeff. Won't work correctly with"
    [all...]
  /external/freetype/include/freetype/internal/
psaux.h 643 PS_Blend blend,
685 PS_Blend blend; /* for multiple master support */ member in struct:T1_DecoderRec_
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
utilities.cpp 434 D3DBLEND ConvertBlendFunc(GLenum blend)
438 switch (blend)
  /external/webkit/Source/WebCore/rendering/
RenderMenuList.cpp 450 backgroundColor = style()->visitedDependentColor(CSSPropertyBackgroundColor).blend(backgroundColor);
455 return Color(Color::white).blend(backgroundColor);
  /frameworks/base/docs/html/reference/renderscript/
rs__program_8rsh.html 115 <p>Get program store blend destination function</p>
139 <p>Get program store blend source function</p>

Completed in 1515 milliseconds

1 2 3 4 5 6 7 891011>>