* This is an experimental API for the SkiaRenderer Chromium project, and its API will surely
* evolve if it is not removed outright.
*
* This behaves very similarly to drawRect() combined with a clipPath() formed by clip
* quadrilateral. 'rect' and 'clip' are in the same coordinate space. If 'clip' is null, then it
* is as if the rectangle was not clipped (or, alternatively, clipped to itself). If not null,
* then it must provide 4 points.
*
* In addition to combining the draw and clipping into one operation, this function adds the
* additional capability of controlling each of the rectangle's edges anti-aliasing
* independently. The edges of the clip will respect the per-edge AA flags. It is required that
* 'clip' be contained inside 'rect'. In terms of mapping to edge labels, the 'clip' points
* should be ordered top-left, top-right, bottom-right, bottom-left so that the edge between [0]
* and [1] is "top", [1] and [2] is "right", [2] and [3] is "bottom", and [3] and [0] is "left".
* This ordering matches SkRect::toQuad().
*
* This API only draws solid color, filled rectangles so it does not accept a full SkPaint.
--
You received this message because you are subscribed to the Google Groups "skia-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to skia-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/skia-discuss/d45459d4-daef-4521-b13b-bd7a88173450n%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "skia-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/skia-discuss/9SzGenZ-BYA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to skia-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/skia-discuss/CANBPXuBO24wY7tQstwDhN%3D0bbdERoiuWsO%2BstYhosy-sp%2B%2Bcyg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/skia-discuss/CAO%2BCLgDrywbfeXNMCC6L3O0pmfHpOzTCMq15XQF-99%2BErTfPLA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/skia-discuss/CAMcBjo6nreCbBdKOntKNKuZpcGd4cw9KE7AL8%2BB0SvPTwVDqEQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/skia-discuss/CANBPXuBUY%3DnmmA5x76fXzZWOBbbTX7O5c4tbOHX_Z0i4uxNHnQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/skia-discuss/050b79b8-ba04-4da4-9536-e41f804e0c5bn%40googlegroups.com.