Lines Matching defs:info
173 // Initialize the decompress info and the source manager
245 SkEncodedInfo info = SkEncodedInfo::Make(dinfo->image_width, dinfo->image_height,
249 SkJpegCodec* codec = new SkJpegCodec(std::move(info), std::unique_ptr<SkStream>(stream),
277 SkJpegCodec::SkJpegCodec(SkEncodedInfo&& info, std::unique_ptr<SkStream> stream,
279 : INHERITED(std::move(info), skcms_PixelFormat_RGBA_8888, std::move(stream), origin)
560 // Get a pointer to the decompress info since we will use it quite frequently
872 // Get a pointer to the decompress info since we will use it quite frequently
896 SkYUVAPixmapInfo info;
897 SkASSERT(is_yuv_supported(dinfo, *this, nullptr, &info));
898 SkASSERT(info.yuvaInfo() == yuvaPixmaps.yuvaInfo());
899 for (int i = 0; i < info.numPlanes(); ++i) {
901 SkASSERT(info.planeInfo(i) == planes[i].info());