class SkData; class SkDrawable; class SkImage; class SkMatrix; class SkPath; class SkPicture; class SkRRect; class SkRegion; class SkTextBlob; class SkVertices; enumclass SkBlendMode; namespace sktext { class GlyphRunList; } struct SkDrawShadowRec; struct SkPoint; struct SkRSXform; struct SkRect;
/** * Captures all drawing commands. Rather than draw the actual content, this device * increments the alpha channel of each pixel every time it would have been touched * by a draw call. This is useful for detecting overdraw.
*/ class SK_API SkOverdrawCanvas : public SkCanvasVirtualEnforcer<SkNWayCanvas> { public: /* Does not take ownership of canvas */
SkOverdrawCanvas(SkCanvas*);
using INHERITED = SkCanvasVirtualEnforcer<SkNWayCanvas>;
};
#endif
Messung V0.5 in Prozent
¤ 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.0.14Bemerkung:
(vorverarbeitet am 2026-04-28)
¤
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.