class SkImage; class SkMipmap; class SkPixmap; struct SkImageInfo;
class SkMipmapBuilder { public:
SkMipmapBuilder(const SkImageInfo&);
~SkMipmapBuilder();
int countLevels() const;
SkPixmap level(int index) const;
/** * If these levels are compatible with src, return a new Image that combines src's base level * with these levels as mip levels. If not compatible, this returns nullptr.
*/
sk_sp<SkImage> attachTo(const sk_sp<const SkImage>& src);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.