Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DBitmap.h34 kBitmapCreateFlag_Premultiplied = 0x2, enumerator
DBitmapRegionDecoder.cpp223 bitmapCreateFlags |= android::bitmap::kBitmapCreateFlag_Premultiplied; in nativeDecodeRegion()
DBitmap.cpp195 bool isPremultiplied = bitmapCreateFlags & kBitmapCreateFlag_Premultiplied; in createBitmap()
277 int flags = android::bitmap::kBitmapCreateFlag_Premultiplied; in getPremulBitmapCreateFlags()
DImageDecoder.cpp436 bitmapCreateFlags |= bitmap::kBitmapCreateFlag_Premultiplied; in ImageDecoder_nDecodeBitmap()
DBitmapFactory.cpp490 if (isPremultiplied) bitmapCreateFlags |= android::bitmap::kBitmapCreateFlag_Premultiplied; in doDecode()
Dandroid_graphics_HardwareRenderer.cpp551 android::bitmap::kBitmapCreateFlag_Premultiplied); in android_view_ThreadedRenderer_createHardwareBitmapFromRenderNode()