Searched refs:makeImageInfo (Results 1 – 3 of 3) sorted by relevance
120 SkImageInfo makeImageInfo(int width, int height, sk_sp<SkColorSpace> colorSpace) const { in makeImageInfo() function
120 , fSrcInfo(info.makeImageInfo(width, height, std::move(colorSpace))) in SkCodec()
930 SkImageInfo imageInfo = encodedInfo.makeImageInfo(origWidth, origHeight, colorSpace); in infoCallback()