19 #ifndef GNASH_OPENVG_STYLE_H
20 #define GNASH_OPENVG_STYLE_H
53 const VGPaint &
p,
float x,
float y)
78 const std::vector<gnash::GradientRecord> &records = g.
getRecords();
79 log_debug(
"Fill Style Type: Linear Gradient, %d records", records.size());
87 const std::vector<gnash::GradientRecord> &records = g.
getRecords();
88 log_debug(
"Fill Style Type: Radial Gradient: focal is: %d, %d:%d",
91 _cxform, records, _vgpaint);
106 vgSetParameteri (_vgpaint, VG_PAINT_TYPE, VG_PAINT_TYPE_COLOR);
107 vgSetParameterfv (_vgpaint, VG_PAINT_COLOR, 4, color);
135 const VGPaint& _vgpaint;
144 #endif // __RENDER_OPENVG_STYLE_H__