HomeSort by relevance Sort by last modified time
    Searched defs:decodePalette (Results 1 - 2 of 2) sorted by null

  /external/skia/src/codec/
SkPngCodec.cpp 95 bool SkPngCodec::decodePalette(bool premultiply, int* ctableCount) {
380 if (!this->decodePalette(kPremul_SkAlphaType == requestedInfo.alphaType(),
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 87 bool decodePalette(png_structp png_ptr, png_infop info_ptr, int bitDepth,
328 decodePalette(png_ptr, info_ptr, bitDepth, &hasAlpha, &reallyHasAlpha, &colorTable);
634 bool SkPNGImageDecoder::decodePalette(png_structp png_ptr, png_infop info_ptr,
    [all...]

Completed in 653 milliseconds