Lines Matching refs:surface
512 …rs(SwShape* shape, const Fill* fill, const Matrix& transform, SwSurface* surface, uint8_t opacity,…
513 …rs(SwShape* shape, const Fill* fill, const Matrix& transform, SwSurface* surface, uint8_t opacity,…
530 bool fillGenColorTable(SwFill* fill, const Fill* fdata, const Matrix& transform, SwSurface* surface…
566 bool rasterCompositor(SwSurface* surface);
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);
569 bool rasterImage(SwSurface* surface, SwImage* image, const Matrix& transform, const SwBBox& bbox, u…
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);
572 bool rasterClear(SwSurface* surface, uint32_t x, uint32_t y, uint32_t w, uint32_t h, pixel_t val = …
576 void rasterUnpremultiply(RenderSurface* surface);
577 void rasterPremultiply(RenderSurface* surface);
578 bool rasterConvertCS(RenderSurface* surface, ColorSpace to);