namespace SkPixmapUtils { /** * Copy the pixels in src into dst, applying the orientation transformations specified * by origin. If the inputs are invalid, this returns false and no copy is made.
*/
SK_API bool Orient(const SkPixmap& dst, const SkPixmap& src, SkEncodedOrigin origin);
/** * Return a copy of the provided ImageInfo with the width and height swapped.
*/
SK_API SkImageInfo SwapWidthHeight(const SkImageInfo& info);
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.