Home
last modified time | relevance | path

Searched defs:GraphicContext (Results 1 – 15 of 15) sorted by relevance

/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/llgcode/draw2d/draw2dpdf/
H A Dgc.go82 type GraphicContext struct { struct
83 *draw2dbase.StackGraphicContext
84 pdf *gofpdf.Fpdf
85 DPI int
111 func (gc *GraphicContext) Clear() {
124 func (gc *GraphicContext) recalc() {
130 func (gc *GraphicContext) SetDPI(dpi int) {
138 func (gc *GraphicContext) GetDPI() int {
331 func (gc *GraphicContext) Scale(sx, sy float64) {
357 func (gc *GraphicContext) Save() {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/llgcode/draw2d/draw2dimg/
H A Dftgc.go31 type GraphicContext struct { struct
32 *draw2dbase.StackGraphicContext
33 img draw.Image
34 painter Painter
35 fillRasterizer *raster.Rasterizer
36 strokeRasterizer *raster.Rasterizer
37 glyphBuf *truetype.GlyphBuf
38 DPI int
71 func (gc *GraphicContext) GetDPI() int {
76 func (gc *GraphicContext) Clear() {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/llgcode/draw2d/draw2dgl/
H A Dgc.go116 type GraphicContext struct { struct
117 *draw2dbase.StackGraphicContext
118 painter *Painter
119 fillRasterizer *raster.Rasterizer
120 strokeRasterizer *raster.Rasterizer
156 func (gc *GraphicContext) SetDPI(dpi int) {
160 func (gc *GraphicContext) GetDPI() int {
164 func (gc *GraphicContext) Clear() {
168 func (gc *GraphicContext) ClearRect(x1, y1, x2, y2 int) {
172 func (gc *GraphicContext) DrawImage(img image.Image) {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/llgcode/draw2d/samples/geometry/
H A Dgeometry.go20 func Main(gc draw2d.GraphicContext, ext string) (string, error) {
29 func Bubble(gc draw2d.GraphicContext, x, y, width, height float64) {
42 func CurveRectangle(gc draw2d.GraphicContext, x0, y0,
91 func Dash(gc draw2d.GraphicContext, x, y, width, height float64) {
109 func Arc(gc draw2d.GraphicContext, xc, yc, width, height float64) {
166 func CubicCurve(gc draw2d.GraphicContext, x, y, width, height float64) {
192 func FillString(gc draw2d.GraphicContext, x, y, width, height float64) {
221 func FillStroke(gc draw2d.GraphicContext, x, y, width, height float64) {
247 func FillStyle(gc draw2d.GraphicContext, x, y, width, height float64) {
287 func Star(gc draw2d.GraphicContext, x, y, width, height float64) {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/llgcode/draw2d/samples/helloworld/
H A Dhelloworld.go19 func Main(gc draw2d.GraphicContext, ext string) (string, error) {
28 func Draw(gc draw2d.GraphicContext, text string) {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/llgcode/draw2d/samples/postscript/
H A Dpostscript.go16 func Main(gc draw2d.GraphicContext, ext string) (string, error) {
36 func Draw(gc draw2d.GraphicContext, filename string) {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/llgcode/draw2d/samples/android/
H A Dandroid.go18 func Main(gc draw2d.GraphicContext, ext string) (string, error) {
27 func Draw(gc draw2d.GraphicContext, x, y float64) {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/llgcode/draw2d/samples/gopher2/
H A Dgopher2.go20 func Main(gc draw2d.GraphicContext, ext string) (string, error) {
35 func Draw(gc draw2d.GraphicContext, x, y, w, h float64) {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/llgcode/draw2d/samples/line/
H A Dline.go17 func Main(gc draw2d.GraphicContext, ext string) (string, error) {
34 func Draw(gc draw2d.GraphicContext, x0, y0, x1, y1 float64) {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/llgcode/draw2d/samples/frameimage/
H A Dframeimage.go18 func Main(gc draw2d.GraphicContext, ext string) (string, error) {
35 func Draw(gc draw2d.GraphicContext, png string,
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/llgcode/draw2d/samples/linecapjoin/
H A Dlinecapjoin.go16 func Main(gc draw2d.GraphicContext, ext string) (string, error) {
32 func Draw(gc draw2d.GraphicContext, cap draw2d.LineCap, join draw2d.LineJoin,
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/llgcode/draw2d/samples/gopher/
H A Dgopher.go17 func Main(gc draw2d.GraphicContext, ext string) (string, error) {
30 func Draw(gc draw2d.GraphicContext) {
/dports/games/construo/construo-0.2.3/src/
H A Dgraphic_context.hpp27 class GraphicContext class
/dports/www/beehive/beehive-0.4.0/vendor/github.com/wcharczuk/go-chart/drawing/
H A Dgraphic_context.go11 type GraphicContext interface { interface
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/llgcode/draw2d/
H A Dgc.go12 type GraphicContext interface { interface