HomeSort by relevance Sort by last modified time
    Searched full:requireunpremul (Results 1 - 6 of 6) sorted by null

  /external/skia/src/android/
SkBitmapRegionCodec.h 25 SkColorType colorType, bool requireUnpremul) override;
SkBitmapRegionCanvas.h 37 SkColorType colorType, bool requireUnpremul) override;
SkBitmapRegionCanvas.cpp 20 bool requireUnpremul) {
29 if (requireUnpremul) {
SkBitmapRegionCodec.cpp 21 bool requireUnpremul) {
54 SkAlphaType dstAlphaType = fCodec->computeOutputAlphaType(requireUnpremul);
  /external/skia/include/android/
SkBitmapRegionDecoder.h 58 * @param requireUnpremul If the image is not opaque, we will use this to determine the
64 SkColorType colorType, bool requireUnpremul) = 0;
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 131 bool requireUnpremul = false;
139 requireUnpremul = !env->GetBooleanField(options, gOptions_premultipliedFieldID);
179 if (!brd->decodeRegion(&bitmap, allocator, subset, sampleSize, colorType, requireUnpremul)) {
201 if (!requireUnpremul) {

Completed in 2969 milliseconds