Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkImageDecoder_libpng.cpp104 bool * SK_RESTRICT hasAlphap, bool *reallyHasAlphap,
504 bool* hasAlphap, in getBitmapColorType() argument
588 *hasAlphap = true; in getBitmapColorType()
598 *colorTypep = this->getPrefColorType(srcDepth, *hasAlphap); in getBitmapColorType()
600 if (*hasAlphap) { in getBitmapColorType()
628 if (this->getRequireUnpremultipliedColors() && *hasAlphap) { in getBitmapColorType()
663 int bitDepth, bool *hasAlphap, in decodePalette() argument
678 *hasAlphap = (numTrans > 0); in decodePalette()