Lines Matching refs:shape
503 void shapeReset(SwShape* shape);
504 bool shapePrepare(SwShape* shape, const RenderShape* rshape, const Matrix& transform, const SwBBox&…
505 bool shapePrepared(const SwShape* shape);
506 bool shapeGenRle(SwShape* shape, const RenderShape* rshape, bool antiAlias);
507 void shapeDelOutline(SwShape* shape, SwMpool* mpool, uint32_t tid);
508 void shapeResetStroke(SwShape* shape, const RenderShape* rshape, const Matrix& transform);
509 bool shapeGenStrokeRle(SwShape* shape, const RenderShape* rshape, const Matrix& transform, const Sw…
510 void shapeFree(SwShape* shape);
511 void shapeDelStroke(SwShape* shape);
512 bool shapeGenFillColors(SwShape* shape, const Fill* fill, const Matrix& transform, SwSurface* surfa…
513 bool shapeGenStrokeFillColors(SwShape* shape, const Fill* fill, const Matrix& transform, SwSurface*…
514 void shapeResetFill(SwShape* shape);
515 void shapeResetStrokeFill(SwShape* shape);
516 void shapeDelFill(SwShape* shape);
517 void shapeDelStrokeFill(SwShape* shape);
519 void strokeReset(SwStroke* stroke, const RenderShape* shape, const Matrix& transform);
567 bool rasterGradientShape(SwSurface* surface, SwShape* shape, const Fill* fdata, uint8_t opacity);
568 bool rasterShape(SwSurface* surface, SwShape* shape, uint8_t r, uint8_t g, uint8_t b, uint8_t a);
570 bool rasterStroke(SwSurface* surface, SwShape* shape, uint8_t r, uint8_t g, uint8_t b, uint8_t a);
571 bool rasterGradientStroke(SwSurface* surface, SwShape* shape, const Fill* fdata, uint8_t opacity);