Home
last modified time | relevance | path

Searched refs:kBitmapCreateFlag_Premultiplied (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DBitmap.h33 kBitmapCreateFlag_Premultiplied = 0x2, enumerator
DBitmapRegionDecoder.cpp227 bitmapCreateFlags |= android::bitmap::kBitmapCreateFlag_Premultiplied; in nativeDecodeRegion()
DBitmapFactory.cpp501 if (isPremultiplied) bitmapCreateFlags |= android::bitmap::kBitmapCreateFlag_Premultiplied; in doDecode()
DImageDecoder.cpp446 bitmapCreateFlags |= bitmap::kBitmapCreateFlag_Premultiplied; in ImageDecoder_nDecodeBitmap()
DBitmap.cpp203 bool isPremultiplied = bitmapCreateFlags & kBitmapCreateFlag_Premultiplied; in createBitmap()
647 int flags = android::bitmap::kBitmapCreateFlag_Premultiplied; in getPremulBitmapCreateFlags()
/frameworks/base/core/jni/
Dandroid_view_ThreadedRenderer.cpp1034 android::bitmap::kBitmapCreateFlag_Premultiplied); in android_view_ThreadedRenderer_createHardwareBitmapFromRenderNode()
Dandroid_view_SurfaceControl.cpp251 android::bitmap::kBitmapCreateFlag_Premultiplied, NULL); in nativeScreenshotBitmap()