Lines Matching refs:shape

81     SwShape shape;  member
109 if (shape.fastTrack) rleClip(target, &bbox); in clip()
110 else if (shape.rle) rleClip(target, shape.rle); in clip()
130 if (!shapePrepared(&shape) && (flags & RenderUpdateFlag::Color)) prepareShape = true; in run()
138 shapeReset(&shape); in run()
140 …if (!shapePrepare(&shape, rshape, transform, bbox, renderRegion, mpool, tid, clips.count > 0 ? tru… in run()
149 if (!shapeGenRle(&shape, rshape, antialiasing(strokeWidth))) goto err; in run()
153 if (ctable) shapeResetFill(&shape); in run()
154 … if (!shapeGenFillColors(&shape, fill, transform, surface, opacity, ctable)) goto err; in run()
156 shapeDelFill(&shape); in run()
162 shapeResetStroke(&shape, rshape, transform); in run()
164 … if (!shapeGenStrokeRle(&shape, rshape, transform, bbox, renderRegion, mpool, tid)) goto err; in run()
167 if (ctable) shapeResetStrokeFill(&shape); in run()
168 … if (!shapeGenStrokeFillColors(&shape, fill, transform, surface, opacity, ctable)) goto err; in run()
170 shapeDelStrokeFill(&shape); in run()
173 shapeDelStroke(&shape); in run()
178 shapeDelOutline(&shape, mpool, tid); in run()
184 if (shape.rle && !clipper->clip(shape.rle)) goto err; in run()
186 if (shape.strokeRle && !clipper->clip(shape.strokeRle)) goto err; in run()
195 shapeReset(&shape); in run()
196 shapeDelOutline(&shape, mpool, tid); in run()
201 shapeFree(&shape); in dispose()
278 rasterGradientShape(surface, &task->shape, fill, opacity); in _renderFill()
282 if (a > 0) rasterShape(surface, &task->shape, r, g, b, a); in _renderFill()
290 rasterGradientStroke(surface, &task->shape, strokeFill, opacity); in _renderStroke()
294 if (a > 0) rasterStroke(surface, &task->shape, r, g, b, a); in _renderStroke()