/external/skia/src/effects/ |
SkTransparentShader.cpp | 33 if (fAlpha == 255 && fDevice->isOpaque())
|
/external/skia/src/gpu/ |
GrPaint.cpp | 38 bool GrPaint::isOpaque() const {
|
SkGpuDevice.cpp | 122 static SkBitmap::Config grConfig2skConfig(GrPixelConfig config, bool* isOpaque) { 125 *isOpaque = false; 128 *isOpaque = true; 131 *isOpaque = false; 136 *isOpaque = false; 139 *isOpaque = false; 149 bool isOpaque; 150 SkBitmap::Config config = grConfig2skConfig(renderTarget->config(), &isOpaque); 154 isOpaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType); 166 static SkBitmap make_bitmap(SkBitmap::Config config, int width, int height, bool isOpaque) { [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
GLES11Canvas.java | 287 && (!tex.isOpaque() || alpha < OPAQUE_ALPHA)); 382 && (!texture.isOpaque() || alpha < OPAQUE_ALPHA)); 399 && (!texture.isOpaque() || mAlpha < OPAQUE_ALPHA)); 411 && (!texture.isOpaque() || mAlpha < OPAQUE_ALPHA)); 533 mGLState.setBlendEnabled(mBlendEnabled && (!from.isOpaque() 534 || !Utils.isOpaque(toColor) || alpha < OPAQUE_ALPHA)); 558 mGLState.setBlendEnabled(mBlendEnabled && (!from.isOpaque() 559 || !Utils.isOpaque(toColor) || alpha < OPAQUE_ALPHA)); 649 setBlendEnabled(!Utils.isOpaque(color) || alpha < OPAQUE_ALPHA); [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
SkGpuDevice.cpp | 122 static SkBitmap::Config grConfig2skConfig(GrPixelConfig config, bool* isOpaque) { 125 *isOpaque = false; 128 *isOpaque = true; 131 *isOpaque = false; 136 *isOpaque = false; 139 *isOpaque = false; 149 bool isOpaque; 150 SkBitmap::Config config = grConfig2skConfig(renderTarget->config(), &isOpaque); 154 isOpaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType); 166 static SkBitmap make_bitmap(SkBitmap::Config config, int width, int height, bool isOpaque) { [all...] |
/external/chromium_org/skia/ext/ |
bitmap_platform_device_cairo.cc | 183 SkBitmap::Config config, int width, int height, bool isOpaque, 186 return BitmapPlatformDevice::Create(width, height, isOpaque);
|
bitmap_platform_device_mac.cc | 242 SkBitmap::Config config, int width, int height, bool isOpaque, 247 isOpaque);
|
/external/chromium_org/third_party/skia/src/core/ |
SkBlitRow_D32.cpp | 204 bool isOpaque = (0xFF == SkGetPackedA32(color)); 206 if (!isOpaque || width >= MIN_WIDTH_FOR_SCANLINE_PROC) {
|
/external/chromium_org/third_party/skia/src/utils/ |
SkPictureUtils.cpp | 61 virtual bool isOpaque() const SK_OVERRIDE { return false; } 168 bool isOpaque,
|
SkDeferredCanvas.cpp | 171 bool isOpaque, 260 immediateDevice->isOpaque(), 272 surface->getCanvas()->getDevice()->isOpaque(), 497 SkBitmap::Config config, int width, int height, bool isOpaque, 507 return immediateDevice()->createCompatibleDevice(config, width, height, isOpaque); [all...] |
/external/skia/src/core/ |
SkBlitRow_D32.cpp | 204 bool isOpaque = (0xFF == SkGetPackedA32(color)); 206 if (!isOpaque || width >= MIN_WIDTH_FOR_SCANLINE_PROC) {
|
/external/skia/src/utils/ |
SkPictureUtils.cpp | 61 virtual bool isOpaque() const SK_OVERRIDE { return false; } 168 bool isOpaque,
|
SkDeferredCanvas.cpp | 171 bool isOpaque, 260 immediateDevice->isOpaque(), 272 surface->getCanvas()->getDevice()->isOpaque(), 497 SkBitmap::Config config, int width, int height, bool isOpaque, 507 return immediateDevice()->createCompatibleDevice(config, width, height, isOpaque); [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
NavigationBarTransitions.java | 94 final boolean isOpaque = mode == MODE_OPAQUE || mode == MODE_LIGHTS_OUT; 95 return isOpaque ? KeyButtonView.DEFAULT_QUIESCENT_ALPHA : 1f;
|
/frameworks/base/tools/aapt/ |
Images.cpp | 815 bool isOpaque = true; 855 if (isOpaque) { 859 isOpaque = false; 891 *hasTransparency = !isOpaque; 892 int bpp = isOpaque ? 3 : 4; 896 NOISY(printf("isOpaque = %s\n", isOpaque ? "true" : "false")); 909 if (isOpaque) { 927 *colorType = isOpaque ? PNG_COLOR_TYPE_GRAY : PNG_COLOR_TYPE_GRAY_ALPHA; 929 *colorType = isOpaque ? PNG_COLOR_TYPE_RGB : PNG_COLOR_TYPE_RGB_ALPHA [all...] |
/external/chromium_org/third_party/skia/include/gpu/ |
GrPaint.h | 165 bool isOpaque() const; 168 * Returns true if isOpaque would return true and the paint represents a solid constant color 176 * Helper for isOpaque and isOpaqueAndConstantColor.
|
/external/chromium_org/third_party/skia/src/image/ |
SkSurface_Gpu.cpp | 90 fDevice->height(), fDevice->isOpaque()));
|
/external/chromium_org/third_party/skia/src/images/ |
SkImageRef.cpp | 63 bool SkImageRef::isOpaque(SkBitmap* bitmap) {
|
/external/skia/include/gpu/ |
GrPaint.h | 165 bool isOpaque() const; 168 * Returns true if isOpaque would return true and the paint represents a solid constant color 176 * Helper for isOpaque and isOpaqueAndConstantColor.
|
/external/skia/src/image/ |
SkSurface_Gpu.cpp | 90 fDevice->height(), fDevice->isOpaque()));
|
/external/skia/src/images/ |
SkImageRef.cpp | 67 bool SkImageRef::isOpaque(SkBitmap* bitmap) {
|
/frameworks/base/libs/hwui/ |
AssetAtlas.cpp | 130 texture->blend = !bitmap->isOpaque();
|
TextureCache.cpp | 259 texture->blend = !bitmap->isOpaque(); 265 texture->blend = !bitmap->isOpaque();
|
/external/chromium_org/third_party/skia/src/ports/ |
SkImageDecoder_WIC.cpp | 309 if (SkBitmap::kARGB_8888_Config == bitmapOrig.config() && bitmapOrig.isOpaque()) { 319 if (!bitmap->isOpaque()) {
|
/external/skia/src/ports/ |
SkImageDecoder_WIC.cpp | 309 if (SkBitmap::kARGB_8888_Config == bitmapOrig.config() && bitmapOrig.isOpaque()) { 319 if (!bitmap->isOpaque()) {
|