typedefenum { /* The whole area is clipped, no drawing is necessary. *Thiscan'tbehandledbyreturnvaluesbecauseforreturn *valueswereturnifclipscouldevenbecomputed.
*/
GSK_GPU_CLIP_ALL_CLIPPED, /* No clipping is necessary, but the clip rect is set *totheactualboundsoftheunderlyingframebuffer *orhandledviathescissor.
*/
GSK_GPU_CLIP_NONE, /* The clip exists outside the rect, so clipping must
* happen if rendering can't be proven to stay in the rect */
GSK_GPU_CLIP_CONTAINED, /* The clip is a rectangular area */
GSK_GPU_CLIP_RECT, /* The clip is a rounded rectangle */
GSK_GPU_CLIP_ROUNDED
} GskGpuClipComplexity;
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.