Home
last modified time | relevance | path

Searched refs:Fpdf (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/jung-kurt/gofpdf/
H A Dtemplate_impl.go37 tpl.Fpdf.AddPage()
50 images := tpl.Fpdf.images
275 Fpdf anonMember
279 t.Fpdf.compress = false
281 t.Fpdf.k = f.k
282 t.Fpdf.x = f.x
283 t.Fpdf.y = f.y
285 t.Fpdf.capStyle = f.capStyle
292 t.Fpdf.fonts = f.fonts
298 t.Fpdf.ws = f.ws
[all …]
H A Dfpdftrans.go23 func (f *Fpdf) TransformBegin() {
32 func (f *Fpdf) TransformScaleX(scaleWd, x, y float64) {
50 func (f *Fpdf) TransformScaleXY(s, x, y float64) {
76 func (f *Fpdf) TransformMirrorHorizontal(x float64) {
84 func (f *Fpdf) TransformMirrorVertical(y float64) {
92 func (f *Fpdf) TransformMirrorPoint(x, y float64) {
111 func (f *Fpdf) TransformTranslateX(tx float64) {
119 func (f *Fpdf) TransformTranslateY(ty float64) {
127 func (f *Fpdf) TransformTranslate(tx, ty float64) {
194 func (f *Fpdf) Transform(tm TransformMatrix) {
[all …]
H A Dfpdf.go61 f = new(Fpdf)
247 func (f *Fpdf) Ok() bool {
252 func (f *Fpdf) Err() bool {
642 func (f *Fpdf) RTL() {
647 func (f *Fpdf) LTR() {
652 func (f *Fpdf) open() {
660 func (f *Fpdf) Close() {
838 func (f *Fpdf) AddPage() {
1612 func (f *Fpdf) ClipEnd() {
3735 func (f *Fpdf) newobj() {
[all …]
H A Dlayer.go34 func (f *Fpdf) layerInit() {
45 func (f *Fpdf) AddLayer(name string, visible bool) (layerID int) {
55 func (f *Fpdf) BeginLayer(id int) {
65 func (f *Fpdf) EndLayer() {
74 func (f *Fpdf) OpenLayerPane() {
78 func (f *Fpdf) layerEndDoc() {
86 func (f *Fpdf) layerPutLayers() {
95 func (f *Fpdf) layerPutResourceDict() {
106 func (f *Fpdf) layerPutCatalog() {
H A Dspotcolor.go36 func (f *Fpdf) AddSpotColor(nameStr string, c, m, y, k byte) {
56 func (f *Fpdf) getSpotColor(nameStr string) (clr spotColorType, ok bool) {
70 func (f *Fpdf) SetDrawSpotColor(nameStr string, tint byte) {
89 func (f *Fpdf) SetFillSpotColor(nameStr string, tint byte) {
109 func (f *Fpdf) SetTextSpotColor(nameStr string, tint byte) {
122 func (f *Fpdf) returnSpotColor(clr colorType) (name string, c, m, y, k byte) {
143 func (f *Fpdf) GetDrawSpotColor() (name string, c, m, y, k byte) {
151 func (f *Fpdf) GetTextSpotColor() (name string, c, m, y, k byte) {
159 func (f *Fpdf) GetFillSpotColor() (name string, c, m, y, k byte) {
163 func (f *Fpdf) putSpotColors() {
[all …]
H A Dattachments.go39 func (f *Fpdf) writeCompressedFileObject(content []byte) {
52 func (f *Fpdf) embed(a *Attachment) {
76 func (f *Fpdf) SetAttachments(as []Attachment) {
82 func (f *Fpdf) putAttachments() {
90 func (f Fpdf) getEmbeddedFiles() string {
117 func (f *Fpdf) AddAttachmentAnnotation(a *Attachment, x, y, w, h float64) {
130 func (f *Fpdf) putAnnotationsAttachments() {
143 func (f *Fpdf) putAttachmentAnnotationLinks(out *fmtBuffer, page int) {
H A Dtemplate.go26 func (f *Fpdf) CreateTemplate(fn func(*Tpl)) Template {
31 func (f *Fpdf) CreateTemplateCustom(corner PointType, size SizeType, fn func(*Tpl)) Template {
58 func (f *Fpdf) UseTemplate(t Template) {
69 func (f *Fpdf) UseTemplateScaled(t Template, corner PointType, size SizeType) {
129 func (f *Fpdf) templateFontCatalog() {
148 func (f *Fpdf) putTemplates() {
H A Dgrid.go35 func StateGet(pdf *Fpdf) (st StateType) { argument
48 func (st StateType) Put(pdf *Fpdf) {
289 func lineAttr(pdf *Fpdf, clr RGBAType, lineWd float64) { argument
296 func (g GridType) Grid(pdf *Fpdf) {
427 func (g GridType) Plot(pdf *Fpdf, xMin, xMax float64, count int, fnc func(x float64) (y float64)) {
/dports/editors/o/o-2.46.0/vendor/github.com/jung-kurt/gofpdf/gofpdf-1.16.2/
H A Dtemplate_impl.go37 tpl.Fpdf.AddPage()
50 images := tpl.Fpdf.images
275 Fpdf anonMember
279 t.Fpdf.compress = false
281 t.Fpdf.k = f.k
282 t.Fpdf.x = f.x
283 t.Fpdf.y = f.y
285 t.Fpdf.capStyle = f.capStyle
292 t.Fpdf.fonts = f.fonts
298 t.Fpdf.ws = f.ws
[all …]
H A Dfpdftrans.go23 func (f *Fpdf) TransformBegin() {
32 func (f *Fpdf) TransformScaleX(scaleWd, x, y float64) {
50 func (f *Fpdf) TransformScaleXY(s, x, y float64) {
76 func (f *Fpdf) TransformMirrorHorizontal(x float64) {
84 func (f *Fpdf) TransformMirrorVertical(y float64) {
92 func (f *Fpdf) TransformMirrorPoint(x, y float64) {
111 func (f *Fpdf) TransformTranslateX(tx float64) {
119 func (f *Fpdf) TransformTranslateY(ty float64) {
127 func (f *Fpdf) TransformTranslate(tx, ty float64) {
194 func (f *Fpdf) Transform(tm TransformMatrix) {
[all …]
H A Dfpdf.go61 f = new(Fpdf)
247 func (f *Fpdf) Ok() bool {
252 func (f *Fpdf) Err() bool {
642 func (f *Fpdf) RTL() {
647 func (f *Fpdf) LTR() {
652 func (f *Fpdf) open() {
660 func (f *Fpdf) Close() {
838 func (f *Fpdf) AddPage() {
1612 func (f *Fpdf) ClipEnd() {
3735 func (f *Fpdf) newobj() {
[all …]
H A Dlayer.go34 func (f *Fpdf) layerInit() {
45 func (f *Fpdf) AddLayer(name string, visible bool) (layerID int) {
55 func (f *Fpdf) BeginLayer(id int) {
65 func (f *Fpdf) EndLayer() {
74 func (f *Fpdf) OpenLayerPane() {
78 func (f *Fpdf) layerEndDoc() {
86 func (f *Fpdf) layerPutLayers() {
95 func (f *Fpdf) layerPutResourceDict() {
106 func (f *Fpdf) layerPutCatalog() {
H A Dspotcolor.go36 func (f *Fpdf) AddSpotColor(nameStr string, c, m, y, k byte) {
56 func (f *Fpdf) getSpotColor(nameStr string) (clr spotColorType, ok bool) {
70 func (f *Fpdf) SetDrawSpotColor(nameStr string, tint byte) {
89 func (f *Fpdf) SetFillSpotColor(nameStr string, tint byte) {
109 func (f *Fpdf) SetTextSpotColor(nameStr string, tint byte) {
122 func (f *Fpdf) returnSpotColor(clr colorType) (name string, c, m, y, k byte) {
143 func (f *Fpdf) GetDrawSpotColor() (name string, c, m, y, k byte) {
151 func (f *Fpdf) GetTextSpotColor() (name string, c, m, y, k byte) {
159 func (f *Fpdf) GetFillSpotColor() (name string, c, m, y, k byte) {
163 func (f *Fpdf) putSpotColors() {
[all …]
H A Dattachments.go39 func (f *Fpdf) writeCompressedFileObject(content []byte) {
52 func (f *Fpdf) embed(a *Attachment) {
76 func (f *Fpdf) SetAttachments(as []Attachment) {
82 func (f *Fpdf) putAttachments() {
90 func (f Fpdf) getEmbeddedFiles() string {
117 func (f *Fpdf) AddAttachmentAnnotation(a *Attachment, x, y, w, h float64) {
130 func (f *Fpdf) putAnnotationsAttachments() {
143 func (f *Fpdf) putAttachmentAnnotationLinks(out *fmtBuffer, page int) {
H A Dtemplate.go26 func (f *Fpdf) CreateTemplate(fn func(*Tpl)) Template {
31 func (f *Fpdf) CreateTemplateCustom(corner PointType, size SizeType, fn func(*Tpl)) Template {
58 func (f *Fpdf) UseTemplate(t Template) {
69 func (f *Fpdf) UseTemplateScaled(t Template, corner PointType, size SizeType) {
129 func (f *Fpdf) templateFontCatalog() {
148 func (f *Fpdf) putTemplates() {
/dports/editors/o/o-2.46.0/vendor/github.com/jung-kurt/gofpdf/
H A Dtemplate_impl.go37 tpl.Fpdf.AddPage()
50 images := tpl.Fpdf.images
275 Fpdf anonMember
279 t.Fpdf.compress = false
281 t.Fpdf.k = f.k
282 t.Fpdf.x = f.x
283 t.Fpdf.y = f.y
285 t.Fpdf.capStyle = f.capStyle
292 t.Fpdf.fonts = f.fonts
298 t.Fpdf.ws = f.ws
[all …]
H A Dfpdftrans.go23 func (f *Fpdf) TransformBegin() {
32 func (f *Fpdf) TransformScaleX(scaleWd, x, y float64) {
50 func (f *Fpdf) TransformScaleXY(s, x, y float64) {
76 func (f *Fpdf) TransformMirrorHorizontal(x float64) {
84 func (f *Fpdf) TransformMirrorVertical(y float64) {
92 func (f *Fpdf) TransformMirrorPoint(x, y float64) {
111 func (f *Fpdf) TransformTranslateX(tx float64) {
119 func (f *Fpdf) TransformTranslateY(ty float64) {
127 func (f *Fpdf) TransformTranslate(tx, ty float64) {
194 func (f *Fpdf) Transform(tm TransformMatrix) {
[all …]
H A Dfpdf.go61 f = new(Fpdf)
247 func (f *Fpdf) Ok() bool {
252 func (f *Fpdf) Err() bool {
642 func (f *Fpdf) RTL() {
647 func (f *Fpdf) LTR() {
652 func (f *Fpdf) open() {
660 func (f *Fpdf) Close() {
838 func (f *Fpdf) AddPage() {
1612 func (f *Fpdf) ClipEnd() {
3735 func (f *Fpdf) newobj() {
[all …]
H A Dlayer.go34 func (f *Fpdf) layerInit() {
45 func (f *Fpdf) AddLayer(name string, visible bool) (layerID int) {
55 func (f *Fpdf) BeginLayer(id int) {
65 func (f *Fpdf) EndLayer() {
74 func (f *Fpdf) OpenLayerPane() {
78 func (f *Fpdf) layerEndDoc() {
86 func (f *Fpdf) layerPutLayers() {
95 func (f *Fpdf) layerPutResourceDict() {
106 func (f *Fpdf) layerPutCatalog() {
H A Dspotcolor.go36 func (f *Fpdf) AddSpotColor(nameStr string, c, m, y, k byte) {
56 func (f *Fpdf) getSpotColor(nameStr string) (clr spotColorType, ok bool) {
70 func (f *Fpdf) SetDrawSpotColor(nameStr string, tint byte) {
89 func (f *Fpdf) SetFillSpotColor(nameStr string, tint byte) {
109 func (f *Fpdf) SetTextSpotColor(nameStr string, tint byte) {
122 func (f *Fpdf) returnSpotColor(clr colorType) (name string, c, m, y, k byte) {
143 func (f *Fpdf) GetDrawSpotColor() (name string, c, m, y, k byte) {
151 func (f *Fpdf) GetTextSpotColor() (name string, c, m, y, k byte) {
159 func (f *Fpdf) GetFillSpotColor() (name string, c, m, y, k byte) {
163 func (f *Fpdf) putSpotColors() {
[all …]
H A Dattachments.go39 func (f *Fpdf) writeCompressedFileObject(content []byte) {
52 func (f *Fpdf) embed(a *Attachment) {
76 func (f *Fpdf) SetAttachments(as []Attachment) {
82 func (f *Fpdf) putAttachments() {
90 func (f Fpdf) getEmbeddedFiles() string {
117 func (f *Fpdf) AddAttachmentAnnotation(a *Attachment, x, y, w, h float64) {
130 func (f *Fpdf) putAnnotationsAttachments() {
143 func (f *Fpdf) putAttachmentAnnotationLinks(out *fmtBuffer, page int) {
H A Dtemplate.go26 func (f *Fpdf) CreateTemplate(fn func(*Tpl)) Template {
31 func (f *Fpdf) CreateTemplateCustom(corner PointType, size SizeType, fn func(*Tpl)) Template {
58 func (f *Fpdf) UseTemplate(t Template) {
69 func (f *Fpdf) UseTemplateScaled(t Template, corner PointType, size SizeType) {
129 func (f *Fpdf) templateFontCatalog() {
148 func (f *Fpdf) putTemplates() {
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.jpmorgan.com12 …ble=MungoBlobs&blobkey=id&blobwhere=1158454149583&blobheader=application%2Fpdf&blobheadername1=Con…
13 …ble=MungoBlobs&blobkey=id&blobwhere=1158454149578&blobheader=application%2Fpdf&blobheadername1=Con…
14 …ble=MungoBlobs&blobkey=id&blobwhere=1158454149541&blobheader=application%2Fpdf&blobheadername1=Con…
15 …lobtable=MungoBlobs&blobkey=id&blobwhere=1158448085222&blobheader=application%2Fpdf&blobnocache=tru
16 …lobtable=MungoBlobs&blobkey=id&blobwhere=1158445229174&blobheader=application%2Fpdf&blobnocache=tru
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/jung-kurt/gofpdf/contrib/tiff/
H A Dtiff.go39 func RegisterReader(fpdf *gofpdf.Fpdf, imgName string, options gofpdf.ImageOptions, r io.Reader) (i… argument
69 func RegisterFile(fpdf *gofpdf.Fpdf, imgName string, options gofpdf.ImageOptions, tiffFileStr strin… argument
/dports/editors/o/o-2.46.0/vendor/github.com/jung-kurt/gofpdf/gofpdf-1.16.2/contrib/tiff/
H A Dtiff.go39 func RegisterReader(fpdf *gofpdf.Fpdf, imgName string, options gofpdf.ImageOptions, r io.Reader) (i… argument
69 func RegisterFile(fpdf *gofpdf.Fpdf, imgName string, options gofpdf.ImageOptions, tiffFileStr strin… argument

1234567