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.cpp200 bitmapCreateFlags |= android::bitmap::kBitmapCreateFlag_Premultiplied; in nativeDecodeRegion()
DImageDecoder.cpp439 bitmapCreateFlags |= bitmap::kBitmapCreateFlag_Premultiplied; in ImageDecoder_nDecodeBitmap()
DBitmapFactory.cpp494 if (isPremultiplied) bitmapCreateFlags |= android::bitmap::kBitmapCreateFlag_Premultiplied; in doDecode()
DBitmap.cpp203 bool isPremultiplied = bitmapCreateFlags & kBitmapCreateFlag_Premultiplied; in createBitmap()
285 int flags = android::bitmap::kBitmapCreateFlag_Premultiplied; in getPremulBitmapCreateFlags()
Dandroid_graphics_HardwareRenderer.cpp755 android::bitmap::kBitmapCreateFlag_Premultiplied); in android_view_ThreadedRenderer_createHardwareBitmapFromRenderNode()