Home
last modified time | relevance | path

Searched defs:blend (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DInterpolator.java87 public void setKeyFrame(int index, int msec, float[] values, float[] blend) { in setKeyFrame()
159 …e void nativeSetKeyFrame(long native_instance, int index, int msec, float[] values, float[] blend); in nativeSetKeyFrame()
/frameworks/base/libs/hwui/
DTexture.h69 bool blend = false; variable
DDeferredLayerUpdater.h50 ANDROID_API bool setBlend(bool blend) { in setBlend()
DLayer.h140 inline void setBlend(bool blend) { in setBlend()
DGlop.h166 } blend; member
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
DConvolve3x3.java43 private float blend(float v1, float v2, float p) { in blend() method in Convolve3x3
DConvolve5x5.java43 private float blend(float v1, float v2, float p) { in blend() method in Convolve5x5
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
DConvolve3x3.java36 private float blend(float v1, float v2, float p) { in blend() method in Convolve3x3
DConvolve5x5.java36 private float blend(float v1, float v2, float p) { in blend() method in Convolve5x5
/frameworks/base/libs/hwui/renderstate/
DRenderState.h90 Blend& blend() { return *mBlend; } in blend() function
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
DFillTest.java63 void addTest(int index, int testId, int blend, int quadCount) { in addTest()
/frameworks/base/core/jni/android/graphics/
DInterpolator.cpp33 SkScalar* blend = autoBlend.ptr(); in Interpolator_setKeyFrame() local
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DBlendComposite.java199 public abstract int[] blend(int[] src, int[] dst, int[] result); in blend() method in BlendComposite.Blender
/frameworks/native/opengl/tests/hwc/
DhwcRects.cpp153 int32_t blend; member in Rectangle
DhwcCommit.cpp172 int32_t blend; member in Rectangle
/frameworks/native/cmds/flatland/
DComposers.cpp199 Composer* blend() { in blend() function
/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicBlend.java43 private void blend(int id, Allocation ain, Allocation aout, Script.LaunchOptions opt) { in blend() method in ScriptIntrinsicBlend