class SkColorSpace; class SkData; class SkImageGenerator; class SkMatrix; class SkPaint; class SkPicture; class SkSurfaceProps; enum SkAlphaType : int; namespace SkImages { enumclass BitDepth; } struct SkISize;
namespace SkImageGenerators { /** Return a new image generator backed by the specified picture. If the size is empty or *thepictureisNULL,thisreturnsNULL. *TheoptionalmatrixandpaintargumentsarepassedtodrawPicture()atrasterization *time.
*/
std::unique_ptr<SkImageGenerator> MakeFromPicture(const SkISize&,
sk_sp<SkPicture>, const SkMatrix*, const SkPaint*,
SkImages::BitDepth,
sk_sp<SkColorSpace>,
SkSurfaceProps props);
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.