Searched defs:setAlpha (Results 1 - 25 of 34) sorted by relevance

12

/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
H A DBetaDistribution.java35 void setAlpha(double alpha); method in interface:BetaDistribution
H A DGammaDistribution.java39 void setAlpha(double alpha); method in interface:GammaDistribution
H A DBetaDistributionImpl.java92 public void setAlpha(double alpha) { method in class:BetaDistributionImpl
H A DGammaDistributionImpl.java138 public void setAlpha(double alpha) { method in class:GammaDistributionImpl
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DTabSpecTest.java105 public void setAlpha(int alpha) { method in class:TabSpecTest.TestIcon
H A DDrawableTest.java163 public void setAlpha(int alpha) { method in class:DrawableTest.TestDrawable
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DTransformationUtils.java67 TransformationUtils.setAlpha(toCrop, result);
116 TransformationUtils.setAlpha(toFit, toReuse);
143 public static void setAlpha(Bitmap toTransform, Bitmap outBitmap) { method in class:TransformationUtils
H A DGlideBitmapDrawable.java105 public void setAlpha(int alpha) { method in class:GlideBitmapDrawable
108 state.setAlpha(alpha);
164 void setAlpha(int alpha) { method in class:GlideBitmapDrawable.BitmapState
166 paint.setAlpha(alpha);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowImageView.java101 public void setAlpha(int alpha) { method in class:ShadowImageView
H A DShadowDrawable.java176 public void setAlpha(int alpha) { method in class:ShadowDrawable
H A DShadowPaint.java58 public void setAlpha(int alpha) { method in class:ShadowPaint
/external/deqp/framework/common/
H A DtcuRGBA.hpp78 void setAlpha (int v) { DE_ASSERT(deInRange32(v, 0, 255)); m_value = (m_value & ~((deUint32)0xFFu << ALPHA_SHIFT)) | ((deUint32)v << ALPHA_SHIFT); } function in class:tcu::RGBA
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
H A DSquaringDrawable.java141 public void setAlpha(int i) { method in class:SquaringDrawable
142 wrapped.setAlpha(i);
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifDrawable.java234 public void setAlpha(int i) { method in class:GifDrawable
235 paint.setAlpha(i);
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
H A DGifDecoder.java692 setAlpha(result);
697 private static void setAlpha(Bitmap bitmap) { method in class:GifDecoder
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
H A Dcolor_cvt.hpp75 template <typename T> __device__ __forceinline__ void setAlpha(typename MakeVec<T, 3>::type& vec, T val) function in namespace:cv::cudev::color_cvt_detail
79 template <typename T> __device__ __forceinline__ void setAlpha(typename MakeVec<T, 4>::type& vec, T val) function in namespace:cv::cudev::color_cvt_detail
116 setAlpha(dst, getAlpha<T>(src));
251 setAlpha(dst, ColorChannel<T>::max());
397 setAlpha(dst, ColorChannel<T>::max());
417 setAlpha(dst, ColorChannel<float>::max());
491 setAlpha(dst, ColorChannel<T>::max());
511 setAlpha(dst, ColorChannel<float>::max());
579 setAlpha(dst, ColorChannel<T>::max());
599 setAlpha(ds
[all...]
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
H A Dcolor_detail.hpp76 template <typename T> static __device__ __forceinline__ void setAlpha(typename TypeVec<T, 3>::vec_type& vec, T val) function in namespace:cv::cuda::device::color_detail
80 template <typename T> static __device__ __forceinline__ void setAlpha(typename TypeVec<T, 4>::vec_type& vec, T val) function in namespace:cv::cuda::device::color_detail
120 setAlpha(dst, getAlpha<T>(src));
323 setAlpha(dst, ColorChannel<T>::max());
603 setAlpha(dst, ColorChannel<T>::max());
761 setAlpha(dst, ColorChannel<T>::max());
912 setAlpha(dst, ColorChannel<T>::max());
1190 setAlpha(dst, ColorChannel<T>::max());
1463 setAlpha(dst, ColorChannel<T>::max());
1711 setAlpha(ds
[all...]
/external/skia/src/core/
H A DSkPaint.cpp312 void SkPaint::setAlpha(U8CPU a) { function in class:SkPaint
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...

Completed in 559 milliseconds

12