mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 08:00:53 +00:00
line-visualizer: plumb off-screen rendering mechanics
This starts getting the mechanics in place for off screen rendering using a cairo image surface. We create our own point cache for storing x,y pairs and then simplify our drawing based on that.
This commit is contained in:
@ -33,9 +33,6 @@ struct _SpLineVisualizerRowClass
|
||||
|
||||
void (*counter_added) (SpLineVisualizerRow *self,
|
||||
guint counter_id);
|
||||
void (*prepare) (SpLineVisualizerRow *self,
|
||||
cairo_t *cr,
|
||||
guint counter_id);
|
||||
|
||||
gpointer _reserved1;
|
||||
gpointer _reserved2;
|
||||
|
||||
Reference in New Issue
Block a user