Searched refs:onDecodeInit (Results 1 – 1 of 1) sorted by relevance
86 bool onDecodeInit(SkStream* stream, png_structp *png_ptrp, png_infop *info_ptrp);195 bool SkPNGImageDecoder::onDecodeInit(SkStream* sk_stream, png_structp *png_ptrp, in onDecodeInit() function in SkPNGImageDecoder285 if (!onDecodeInit(sk_stream, &png_ptr, &info_ptr)) { in onDecode()