/frameworks/base/graphics/java/android/graphics/drawable/ |
ScaleDrawable.java | 30 import android.graphics.PixelFormat; 201 return PixelFormat.TRANSPARENT; 205 if (opacity == PixelFormat.OPAQUE && d.getLevel() < MAX_LEVEL) { 206 return PixelFormat.TRANSLUCENT;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
KeyguardPreviewContainer.java | 55 return android.graphics.PixelFormat.OPAQUE;
|
/frameworks/native/include/ui/ |
Fence.h | 24 #include <ui/PixelFormat.h>
|
/frameworks/native/services/surfaceflinger/ |
Client.h | 57 uint32_t w, uint32_t h,PixelFormat format, uint32_t flags,
|
MonitoredProducer.cpp | 69 uint32_t w, uint32_t h, PixelFormat format, uint32_t usage) { 114 PixelFormat format, uint32_t usage) {
|
/frameworks/support/core-utils/gingerbread/android/support/v4/graphics/drawable/ |
RoundedBitmapDrawable.java | 25 import android.graphics.PixelFormat; 365 return PixelFormat.TRANSLUCENT; 372 ? PixelFormat.TRANSLUCENT : PixelFormat.OPAQUE;
|
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
TngSpritePlane.cpp | 20 #include <common/PixelFormat.h> 58 if (!PixelFormat::convertFormat(mapper.getFormat(), spriteFormat, bpp)) { 92 if (mBlending == HWC_BLENDING_NONE && spriteFormat == PixelFormat::PLANE_PIXEL_FORMAT_BGRA8888) 93 mContext.ctx.sp_ctx.cntr = PixelFormat::PLANE_PIXEL_FORMAT_BGRX8888
|
TngPrimaryPlane.cpp | 20 #include <common/PixelFormat.h> 70 mContext.ctx.prim_ctx.cntr = PixelFormat::PLANE_PIXEL_FORMAT_BGRA8888;
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
ClipDrawableTest.java | 31 import android.graphics.PixelFormat; 135 dr.setOpacity(PixelFormat.OPAQUE); 139 PixelFormat.TRANSPARENT, clipDrawable.getOpacity()); 142 PixelFormat.TRANSLUCENT, clipDrawable.getOpacity()); 145 PixelFormat.OPAQUE, clipDrawable.getOpacity()); 148 dr.setOpacity(PixelFormat.TRANSLUCENT); 152 PixelFormat.TRANSLUCENT, clipDrawable.getOpacity());
|
ShapeDrawableTest.java | 24 import android.graphics.PixelFormat; 121 assertEquals(PixelFormat.TRANSLUCENT, shapeDrawable.getOpacity()); 125 assertEquals(PixelFormat.OPAQUE, shapeDrawable.getOpacity()); 128 assertEquals(PixelFormat.TRANSPARENT, shapeDrawable.getOpacity()); 131 assertEquals(PixelFormat.TRANSLUCENT, shapeDrawable.getOpacity());
|
GradientDrawableTest.java | 29 import android.graphics.PixelFormat; 60 PixelFormat.TRANSLUCENT, gradientDrawable.getOpacity()); 64 PixelFormat.TRANSLUCENT, gradientDrawable.getOpacity()); 68 PixelFormat.TRANSLUCENT, gradientDrawable.getOpacity()); 72 PixelFormat.TRANSLUCENT, gradientDrawable.getOpacity()); 76 PixelFormat.OPAQUE, gradientDrawable.getOpacity()); 80 PixelFormat.OPAQUE, gradientDrawable.getOpacity()); 85 PixelFormat.TRANSLUCENT, gradientDrawable.getOpacity());
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdiplusheaders.h | 107 PixelFormat GetPixelFormat(); 185 Bitmap(INT width, INT height, PixelFormat format = PixelFormat32bppARGB); 186 Bitmap(INT width, INT height, INT stride, PixelFormat format, BYTE *scan0); 208 Bitmap* Clone(const RectF& rect, PixelFormat format) const; 209 Bitmap* Clone(const Rect& rect, PixelFormat format) const; 211 PixelFormat format) const; 213 PixelFormat format) const; 216 Status ConvertFormat(PixelFormat format, DitherType ditherType, 227 Status LockBits(const Rect *rect, UINT flags, PixelFormat format,
|
/frameworks/native/libs/ui/ |
GraphicBuffer.cpp | 29 #include <ui/PixelFormat.h> 57 PixelFormat inFormat, uint32_t inUsage, std::string requestorName) 72 PixelFormat inFormat, uint32_t inUsage, uint32_t inStride, 138 PixelFormat inFormat, uint32_t inUsage) 159 PixelFormat inFormat, uint32_t inUsage) 169 PixelFormat inFormat, uint32_t inUsage, std::string requestorName)
|
/cts/tests/tests/view/src/android/view/cts/ |
SurfaceViewTest.java | 23 import android.graphics.PixelFormat; 94 mMockSurfaceView.setFormat(PixelFormat.TRANSPARENT);
|
/external/deqp/framework/platform/win32/ |
tcuWin32GLES3Platform.cpp | 87 PixelFormat(8, 8, 8, 8), 24, 8, 0) 92 const int pixelFormat = wgl::choosePixelFormat(wgl, deviceCtx, config); 94 if (pixelFormat < 0) 97 m_platformCtx.context = new wgl::Context(&wgl, m_window.getDeviceContext(), wgl::PROFILE_COMPATIBILITY, 3, 3, pixelFormat); 111 const wgl::PixelFormatInfo info = wgl.getPixelFormatInfo(deviceCtx, pixelFormat); 115 tcu::PixelFormat(info.redBits, info.greenBits, info.blueBits, info.alphaBits),
|
/external/deqp/modules/egl/ |
teglAndroidUtil.cpp | 63 using tcu::Android::internal::PixelFormat; 66 PixelFormat getPixelFormat (GLenum format)
|
/frameworks/base/cmds/screencap/ |
screencap.cpp | 34 #include <ui/PixelFormat.h> 60 static SkColorType flinger2skia(PixelFormat f)
|
/frameworks/base/core/java/com/android/internal/view/ |
BaseSurfaceHolder.java | 20 import android.graphics.PixelFormat; 45 protected int mRequestedFormat = PixelFormat.OPAQUE;
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/ |
CircleFramedDrawable.java | 27 import android.graphics.PixelFormat; 116 return PixelFormat.TRANSLUCENT;
|
/frameworks/native/include/gui/ |
GLConsumer.h | 201 status_t setDefaultBufferFormat(PixelFormat defaultFormat); 260 static bool isExternalFormat(PixelFormat format);
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
TouchCircleDrawable.java | 26 import android.graphics.PixelFormat; 155 return PixelFormat.TRANSLUCENT;
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
AllAppsBackgroundDrawable.java | 23 import android.graphics.PixelFormat; 186 return PixelFormat.TRANSLUCENT;
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
OnScreenHint.java | 20 import android.graphics.PixelFormat; 74 mParams.format = PixelFormat.TRANSLUCENT;
|
/packages/apps/PackageInstaller/src/android/support/wearable/view/ |
ProgressDrawable.java | 26 import android.graphics.PixelFormat; 159 return PixelFormat.OPAQUE;
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/ |
GrantPermissionsWatchViewHandler.java | 4 import android.graphics.PixelFormat; 61 outLayoutParams.format = PixelFormat.OPAQUE;
|