HomeSort by relevance Sort by last modified time
    Searched refs:isOpaque (Results 26 - 50 of 266) sorted by null

12 3 4 5 6 7 8 91011

  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
FadeInTexture.java 30 super(texture.getWidth(), texture.getHeight(), texture.isOpaque());
FadeOutTexture.java 29 super(texture.getWidth(), texture.getHeight(), texture.isOpaque());
FadeTexture.java 50 public boolean isOpaque() {
RawTexture.java 35 public boolean isOpaque() {
  /external/chromium_org/third_party/skia/include/core/
SkBitmapDevice.h 42 * @param isOpaque Set to true if it is known that all of the pixels will
46 SkBitmapDevice(SkBitmap::Config config, int width, int height, bool isOpaque = false);
57 * @param isOpaque Set to true if it is known that all of the pixels will
62 SkBitmapDevice(SkBitmap::Config config, int width, int height, bool isOpaque,
79 virtual bool isOpaque() const SK_OVERRIDE { return fBitmap.isOpaque(); }
271 bool isOpaque,
SkColorShader.h 37 virtual bool isOpaque() const SK_OVERRIDE;
SkColorTable.h 35 bool isOpaque() const {
  /external/skia/bench/
RepeatTileBench.cpp 56 bool isOpaque) {
70 SkAlphaType aType = isOpaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType;
95 RepeatTileBench(SkBitmap::Config c, bool isOpaque = false) {
99 fIsOpaque = isOpaque;
107 gConfigName[fBitmap.config()], isOpaque ? 'X' : 'A');
  /external/skia/include/core/
SkBitmapDevice.h 42 * @param isOpaque Set to true if it is known that all of the pixels will
46 SkBitmapDevice(SkBitmap::Config config, int width, int height, bool isOpaque = false);
57 * @param isOpaque Set to true if it is known that all of the pixels will
62 SkBitmapDevice(SkBitmap::Config config, int width, int height, bool isOpaque,
79 virtual bool isOpaque() const SK_OVERRIDE { return fBitmap.isOpaque(); }
271 bool isOpaque,
SkColorShader.h 37 virtual bool isOpaque() const SK_OVERRIDE;
SkColorTable.h 35 bool isOpaque() const {
  /external/chromium_org/skia/ext/
bitmap_platform_device_cairo.h 97 int height, bool isOpaque,
bitmap_platform_device_mac.h 67 int height, bool isOpaque,
bitmap_platform_device_skia.cc 57 SkBitmap::Config config, int width, int height, bool isOpaque,
60 return BitmapPlatformDevice::Create(width, height, isOpaque);
  /external/chromium_org/third_party/skia/include/images/
SkImageRef.h 56 sets the isOpaque flag.
58 bool isOpaque(SkBitmap* bm);
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcShader.h 21 virtual bool isOpaque() const SK_OVERRIDE;
SkBitmapDevice.cpp 27 SkBitmapDevice::SkBitmapDevice(SkBitmap::Config config, int width, int height, bool isOpaque) {
28 fBitmap.setConfig(config, width, height, 0, isOpaque ?
31 fBitmap.setConfig(config, 0, 0, 0, isOpaque ?
34 if (!isOpaque) {
39 SkBitmapDevice::SkBitmapDevice(SkBitmap::Config config, int width, int height, bool isOpaque,
43 fBitmap.setConfig(config, width, height, 0, isOpaque ?
46 fBitmap.setConfig(config, 0, 0, 0, isOpaque ?
49 if (!isOpaque) {
66 bool isOpaque,
69 isOpaque, this->getDeviceProperties()))
    [all...]
  /external/skia/include/images/
SkImageRef.h 56 sets the isOpaque flag.
58 bool isOpaque(SkBitmap* bm);
  /external/skia/src/core/
SkBitmapProcShader.h 21 virtual bool isOpaque() const SK_OVERRIDE;
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
RawTexture.java 35 public boolean isOpaque() {
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
OpaqueActivity.java 58 public boolean isOpaque() {
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
RawTexture.java 35 public boolean isOpaque() {
  /external/qemu/android/skin/
composer.h 36 char isOpaque; /* flag: TRUE iff the region is opaque */
87 extern void skin_plate_set_opaque( SkinPlate* plate, int isOpaque );
composer.c 83 if (p->any.isOpaque)
167 skin_plate_set_opaque( SkinPlate* p, int isOpaque )
169 isOpaque = !!isOpaque;
170 if (isOpaque == p->any.isOpaque)
175 p->any.isOpaque = isOpaque;
196 p->any.isOpaque = 1;
317 if (!plate->any.isOpaque)
    [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
NativeMacSubWindow.m 20 * EmuGLView inherit from NSView and override the isOpaque
29 - (BOOL)isOpaque {

Completed in 2875 milliseconds

12 3 4 5 6 7 8 91011