Lines Matching defs:info
87 * Parameters (besides info) are invalid. e.g. NULL pixels, rowBytes
339 * least (info.fHeight - 1) * rowBytes + (info.fWidth *
345 * @param info A description of the format (config, size)
347 * to the info returned by getInfo().
357 * If the info contains a non-null SkColorSpace, the codec
372 Result getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, const Options*);
377 Result getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes) {
378 return this->getPixels(info, pixels, rowBytes, nullptr);
382 return this->getPixels(pm.info(), pm.writable_addr(), pm.rowBytes(), opts);
388 std::tuple<sk_sp<SkImage>, SkCodec::Result> getImage(const SkImageInfo& info,
685 * Return info about a single frame.
691 bool getFrameInfo(int index, FrameInfo* info) const {
695 return this->onGetFrameInfo(index, info);
699 * Return info about all the frames in the image.
701 * May require reading through the stream to determine info about the
772 virtual Result onGetPixels(const SkImageInfo& info,
956 * The height stored in this info is unused