Searched defs:isOpaque (Results 1 - 25 of 30) sorted by relevance

12

/external/skia/src/opts/
H A DSkBlitMask_opts_arm.cpp40 SkBlitMask::BlitLCD16RowProc SkBlitMask::PlatformBlitRowProcs16(bool isOpaque) { argument
41 if (isOpaque) {
H A DSkBlitMask_opts_none.cpp16 SkBlitMask::BlitLCD16RowProc SkBlitMask::PlatformBlitRowProcs16(bool isOpaque) { argument
H A DSkBitmapProcState_opts_mips_dsp.cpp372 bool isOpaque = 256 == fAlphaScale; local
384 if (isOpaque) {
H A Dopts_check_x86.cpp287 SkBlitMask::BlitLCD16RowProc SkBlitMask::PlatformBlitRowProcs16(bool isOpaque) { argument
289 if (isOpaque) {
/external/skia/include/core/
H A DSkImage.h88 virtual bool isOpaque() const { return false; } function in class:SkImage
H A DSkDevice.h71 bool isOpaque() const { function in class:SkBaseDevice
72 return this->imageInfo().isOpaque();
H A DSkImageInfo.h212 bool isOpaque() const { function in struct:SkImageInfo
H A DSkShader.h111 virtual bool isOpaque() const { return false; } function in class:SkShader
H A DSkBitmap.h175 bool isOpaque() const { function in class:SkBitmap
203 * this (isOpaque). Only call this if you need to compute this value from
257 bool SK_WARN_UNUSED_RESULT tryAllocN32Pixels(int width, int height, bool isOpaque = false) {
259 isOpaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType);
263 void allocN32Pixels(int width, int height, bool isOpaque = false) {
265 isOpaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType);
/external/skia/samplecode/
H A DSampleTinyBitmap.cpp59 static void setBitmapOpaque(SkBitmap* bm, bool isOpaque) { argument
61 bm->setAlphaType(isOpaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType);
H A DSampleDitherBitmap.cpp101 static void setBitmapOpaque(SkBitmap* bm, bool isOpaque) { argument
103 bm->setAlphaType(isOpaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType);
/external/skia/src/gpu/
H A DGrProcOptInfo.h46 bool isOpaque() const { return fInOut.isOpaque(); } function in class:GrProcOptInfo
H A DSkGr.cpp742 SkImageInfo GrMakeInfoFromTexture(GrTexture* tex, int w, int h, bool isOpaque) { argument
750 SkAlphaType at = isOpaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType;
758 void GrWrapTextureInBitmap(GrTexture* src, int w, int h, bool isOpaque, SkBitmap* dst) { argument
759 const SkImageInfo info = GrMakeInfoFromTexture(src, w, h, isOpaque);
/external/skia/src/images/
H A DSkMovie.cpp47 int SkMovie::isOpaque() function in class:SkMovie
/external/skia/bench/
H A DShaderMaskBench.cpp40 ShaderMaskBench(bool isOpaque, FontQuality fq) { argument
46 fPaint.setShader(new SkColorShader(isOpaque ? 0xFFFFFFFF : 0x80808080))->unref();
/external/skia/src/image/
H A DSkImage_Gpu.cpp44 GrWrapTextureInBitmap(fTexture, this->width(), this->height(), this->isOpaque(), &bm);
49 SkAlphaType at = this->isOpaque() ? kOpaque_SkAlphaType : kPremul_SkAlphaType;
60 bool SkImage_Gpu::isOpaque() const { function in class:SkImage_Gpu
H A DSkImage_Raster.cpp71 bool isOpaque() const override;
222 bool SkImage_Raster::isOpaque() const { function in class:SkImage_Raster
223 return fBitmap.isOpaque();
/external/llvm/include/llvm/IR/
H A DDerivedTypes.h247 /// isOpaque - Return true if this is a type with an identity that has no body
249 bool isOpaque() const { return (getSubclassData() & SCDB_HasBody) == 0; } function in class:llvm::StructType
/external/skia/include/gpu/
H A DGrInvariantOutput.h83 if (this->isOpaque()) {
300 bool isOpaque() const { function in class:GrInvariantOutput
/external/skia/src/core/
H A DSkBitmapProcShader.cpp83 bool SkBitmapProcShader::isOpaque() const { function in class:SkBitmapProcShader
84 return fRawBitmap.isOpaque();
121 bool bitmapIsOpaque = bitmap.isOpaque();
H A DSkBlitMask_D32.cpp74 SkBlitMask::BlitLCD16RowProc SkBlitMask::BlitLCD16RowFactory(bool isOpaque) { argument
75 BlitLCD16RowProc proc = PlatformBlitRowProcs16(isOpaque);
80 if (isOpaque) {
96 bool isOpaque = (0xFF == SkColorGetA(color)); local
97 proc = SkBlitMask::BlitLCD16RowFactory(isOpaque);
100 if (isOpaque) {
H A DSkShader.cpp261 bool SkColorShader::isOpaque() const { function in class:SkColorShader
/external/skia/src/effects/gradients/
H A DSkTwoPointConicalGradient.cpp207 bool SkTwoPointConicalGradient::isOpaque() const { function in class:SkTwoPointConicalGradient
H A DSkGradientShader.cpp267 bool SkGradientShaderBase::isOpaque() const { function in class:SkGradientShaderBase
1065 fIsOpaque = shader.isOpaque();
/external/robolectric/src/main/java/android/net/
H A DUri__FromAndroid.java137 public boolean isOpaque() { method in class:Uri__FromAndroid
1500 if (isOpaque()) {
1563 if (isOpaque()) {

Completed in 1911 milliseconds

12