Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkImageDecoder_libpng.cpp88 bool * SK_RESTRICT hasAlphap, bool *reallyHasAlphap,
476 bool* hasAlphap, in getBitmapColorType() argument
560 *hasAlphap = true; in getBitmapColorType()
570 *colorTypep = this->getPrefColorType(srcDepth, *hasAlphap); in getBitmapColorType()
572 if (*hasAlphap) { in getBitmapColorType()
600 if (this->getRequireUnpremultipliedColors() && *hasAlphap) { in getBitmapColorType()
635 int bitDepth, bool *hasAlphap, in decodePalette() argument
650 *hasAlphap = (numTrans > 0); in decodePalette()