/** Iterator that returns the clipped segements of a quad clipped to a rect. Thesegmentswillbeeitherlinesorquads(basedonSkPath::Verb),and willallbemonotonicinY
*/ class SkQuadClipper2 {
public: bool clipQuad(const SkPoint pts[3], const SkRect& clip); bool clipCubic(const SkPoint pts[4], const SkRect& clip);
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.