/* * Copyright 2023 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file.
*/ #ifndef SkImage_Picture_DEFINED #define SkImage_Picture_DEFINED
// This is thread safe. It is a const field set in the constructor. const SkSurfaceProps* props() const;
// Call drawPicture on the provided canvas taking care of any required mutex locking. void replay(SkCanvas*) const;
// If possible, extract key data based on the underlying drawPicture-call's parameters. // Takes care of any required mutex locking. bool getImageKeyValues(uint32_t keyValues[SkTiledImageUtils::kNumImageKeyValues]) const;
};
#endif
Messung V0.5
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet)
¤
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.