MCPcopy Create free account

hub / github.com/bolknote/go-gd / functions

Functions325 in github.com/bolknote/go-gd

↓ 1 callersMethodNeuQuant
(maxColors, sampleFactor int)
pkg/gd/misc.go:62
↓ 1 callersFunctionNewFileContext
NewFileContext creates a gdIOCtx around a C FILE opened for path with mode. Close on the returned context closes the underlying file.
pkg/gd/ioctx.go:63
↓ 1 callersMethodOpenPolygon
(points []Point, color Color)
pkg/gd/draw.go:211
↓ 1 callersMethodPaletteCopyFrom
(src *Image)
pkg/gd/color.go:159
↓ 1 callersMethodPaletteToTrueColor
()
pkg/gd/color.go:172
↓ 1 callersMethodPixel
(x, y int)
pkg/gd/draw.go:61
↓ 1 callersMethodPixelate
(blockSize int, mode PixelateMode)
pkg/gd/filter.go:190
↓ 1 callersMethodPolygon
(points []Point, color Color)
pkg/gd/draw.go:196
↓ 1 callersMethodRectangle
(x1, y1, x2, y2 int, color Color)
pkg/gd/draw.go:112
↓ 1 callersMethodRectilinear
()
pkg/gd/transform.go:250
↓ 1 callersMethodReplaceColor
(src, dst Color)
pkg/gd/color.go:237
↓ 1 callersMethodReplaceColorThreshold
(src, dst Color, threshold float32)
pkg/gd/color.go:248
↓ 1 callersMethodResolveColor
(r, g, b int)
pkg/gd/color.go:108
↓ 1 callersMethodResolveColorAlpha
(r, g, b, a int)
pkg/gd/color.go:116
↓ 1 callersMethodRotateInterpolated
(angle float32, background Color)
pkg/gd/transform.go:131
↓ 1 callersMethodSaveAlpha
(save bool)
pkg/gd/draw.go:263
↓ 1 callersMethodScale
(width, height uint)
pkg/gd/transform.go:119
↓ 1 callersMethodScatter
(sub, plus int)
pkg/gd/filter.go:201
↓ 1 callersMethodScatterColor
(sub, plus int, colors []Color)
pkg/gd/filter.go:212
↓ 1 callersMethodScatterEx
(opts ScatterOptions)
pkg/gd/filter.go:230
↓ 1 callersMethodSelectiveBlur
()
pkg/gd/filter.go:63
↓ 1 callersMethodSetAntiAliased
(color Color)
pkg/gd/draw.go:315
↓ 1 callersMethodSetAntiAliasedDontBlend
(color Color, dontBlend bool)
pkg/gd/draw.go:324
↓ 1 callersMethodSetBrush
SetBrush registers brush as the source image for libgd's brush-stroke operations. See SetTile for the lifetime contract.
pkg/gd/draw.go:366
↓ 1 callersFunctionSetErrorMethodDiscard
()
pkg/gd/misc.go:45
↓ 1 callersMethodSetInterpolationMethod
(method InterpolationMethod)
pkg/gd/transform.go:143
↓ 1 callersMethodSetPaletteQuality
(minQuality, maxQuality int)
pkg/gd/color.go:205
↓ 1 callersMethodSetResolution
SetResolution sets horizontal and vertical DPI.
pkg/gd/gd.go:220
↓ 1 callersMethodSetThickness
(thickness int)
pkg/gd/draw.go:290
↓ 1 callersMethodSetTransparentColor
(color Color)
pkg/gd/color.go:150
↓ 1 callersMethodSharpen
(percent int)
pkg/gd/filter.go:43
↓ 1 callersMethodSmooth
(weight float64)
pkg/gd/filter.go:107
↓ 1 callersMethodSquareToCircle
(radius int)
pkg/gd/misc.go:78
↓ 1 callersMethodStringFT
StringFT renders text via libgd's FreeType backend with default options. libgd exposes gdImageStringTTF as a macro alias for gdImageStringFT, so no se
pkg/gd/text.go:238
↓ 1 callersMethodStringFTCircle
(cx, cy int, radius, textRadius, fillPortion float64, font string, points float64, top, bottom string, fg Colo
pkg/gd/misc.go:86
↓ 1 callersMethodStringFTEx
(color Color, fontPath string, pointSize, angle float64, x, y int, text string, opts *FTOptions)
pkg/gd/text.go:242
↓ 1 callersMethodStringUp
StringUp draws vertical Latin-1 text with a built-in bitmap font.
pkg/gd/text.go:151
↓ 1 callersMethodTransformAffine
TransformAffine returns a new image with srcArea transformed by affine.
pkg/gd/transform.go:261
↓ 1 callersMethodTransformAffineCopy
TransformAffineCopy applies affine to srcArea of src and copies the result into dst at (dstX, dstY).
pkg/gd/transform.go:279
↓ 1 callersMethodTrueColorPixel
(x, y int)
pkg/gd/draw.go:69
↓ 1 callersMethodTrueColorToPalette
(dither bool, colorsWanted int)
pkg/gd/color.go:183
↓ 1 callersMethodTrueColorToPaletteWithMethod
(method QuantizationMethod, speed int)
pkg/gd/color.go:194
↓ 1 callersFunctionUseFontConfig
(enabled bool)
pkg/gd/text.go:231
↓ 1 callersFunctionconfiguredHeaders
()
pkg/gd/api_coverage_test.go:52
↓ 1 callersFunctionopenFileError
(path string, errno C.int)
pkg/gd/io.go:169
↓ 1 callersFunctionpackageSource
(t *testing.T)
pkg/gd/api_coverage_test.go:103
↓ 1 callersFunctionpublicSymbols
(t *testing.T, headers []string)
pkg/gd/api_coverage_test.go:81
FunctionDecodeAVIF
(data []byte)
pkg/gd/io.go:631
FunctionDecodeAVIFContext
(ctx *IOContext)
pkg/gd/ioctx.go:189
FunctionDecodeAVIFFile
(path string)
pkg/gd/io.go:637
FunctionDecodeBMP
(data []byte)
pkg/gd/io.go:435
FunctionDecodeBMPContext
(ctx *IOContext)
pkg/gd/ioctx.go:213
FunctionDecodeBMPFile
(path string)
pkg/gd/io.go:441
FunctionDecodeGD
(data []byte)
pkg/gd/io.go:513
FunctionDecodeGD2
(data []byte)
pkg/gd/io.go:545
FunctionDecodeGD2Context
(ctx *IOContext)
pkg/gd/ioctx.go:229
FunctionDecodeGD2File
(path string)
pkg/gd/io.go:563
FunctionDecodeGD2Part
(data []byte, srcX, srcY, width, height int)
pkg/gd/io.go:551
FunctionDecodeGD2PartContext
(ctx *IOContext, srcX, srcY, width, height int)
pkg/gd/ioctx.go:237
FunctionDecodeGD2PartFile
(path string, srcX, srcY, width, height int)
pkg/gd/io.go:557
FunctionDecodeGDContext
(ctx *IOContext)
pkg/gd/ioctx.go:221
FunctionDecodeGDFile
(path string)
pkg/gd/io.go:519
FunctionDecodeGIF
(data []byte)
pkg/gd/io.go:330
FunctionDecodeGIFContext
(ctx *IOContext)
pkg/gd/ioctx.go:148
FunctionDecodeGIFFile
(path string)
pkg/gd/io.go:336
FunctionDecodeHEIF
(data []byte)
pkg/gd/io.go:593
FunctionDecodeHEIFContext
(ctx *IOContext)
pkg/gd/ioctx.go:181
FunctionDecodeHEIFFile
(path string)
pkg/gd/io.go:599
FunctionDecodeTGA
(data []byte)
pkg/gd/io.go:469
FunctionDecodeTGAContext
(ctx *IOContext)
pkg/gd/ioctx.go:205
FunctionDecodeTGAFile
(path string)
pkg/gd/io.go:475
FunctionDecodeTIFF
(data []byte)
pkg/gd/io.go:481
FunctionDecodeTIFFContext
(ctx *IOContext)
pkg/gd/ioctx.go:197
FunctionDecodeTIFFFile
(path string)
pkg/gd/io.go:487
FunctionDecodeWBMPContext
(ctx *IOContext)
pkg/gd/ioctx.go:156
FunctionDecodeWebP
(data []byte)
pkg/gd/io.go:362
FunctionDecodeWebPContext
(ctx *IOContext)
pkg/gd/ioctx.go:173
FunctionDecodeWebPFile
(path string)
pkg/gd/io.go:368
FunctionDecodeXPMFile
(path string)
pkg/gd/io.go:671
MethodEncodeWBMPContext
(ctx *IOContext, foreground Color)
pkg/gd/ioctx.go:303
FunctionTestAdditionalCoreWrappers
(t *testing.T)
pkg/gd/gd_test.go:197
FunctionTestAffineShearUsesReceiver
(t *testing.T)
pkg/gd/gd_test.go:270
FunctionTestArgumentValidationEdgeCases
(t *testing.T)
pkg/gd/io_extra_test.go:364
FunctionTestBitmapTextAndFreeTypeErrors
(t *testing.T)
pkg/gd/io_extra_test.go:191
FunctionTestBrushTileAndCopyVariants
(t *testing.T)
pkg/gd/wrapper_coverage_test.go:278
FunctionTestClipAlphaInterlaceResolutionAndBounds
(t *testing.T)
pkg/gd/wrapper_coverage_test.go:125
FunctionTestClosedImageGettersZero
(t *testing.T)
pkg/gd/io_extra_test.go:291
FunctionTestColorRGBARoundTrip
(t *testing.T)
pkg/gd/io_extra_test.go:278
FunctionTestCompareFlagsHas
(t *testing.T)
pkg/gd/gd_test.go:401
FunctionTestContextEncoders
(t *testing.T)
pkg/gd/wrapper_coverage_test.go:569
FunctionTestCopyAndTransform
(t *testing.T)
pkg/gd/io_extra_test.go:76
FunctionTestCreateDrawEncodeDecodePNG
(t *testing.T)
pkg/gd/gd_test.go:9
FunctionTestCropValidation
(t *testing.T)
pkg/gd/io_extra_test.go:145
FunctionTestDecodeFixtureJPEG
(t *testing.T)
pkg/gd/gd_test.go:53
FunctionTestDrawingPrimitivesAndPixels
(t *testing.T)
pkg/gd/wrapper_coverage_test.go:40
FunctionTestEncodeFileToUnwritablePathReturnsError
(t *testing.T)
pkg/gd/io_extra_test.go:64
FunctionTestEncodePNGFileRoundTrip
(t *testing.T)
pkg/gd/io_extra_test.go:39
FunctionTestEncodeXBMRoundTrip
(t *testing.T)
pkg/gd/io_extra_test.go:244
FunctionTestEnumParityWithLibGD
TestEnumParityWithLibGD asserts that the Go-side enum constants match the underlying libgd values exposed via libgd_consts.go. The Go binding enumerat
pkg/gd/enum_parity_test.go:9
FunctionTestFilterWrappers
(t *testing.T)
pkg/gd/wrapper_coverage_test.go:383
← previousnext →201–300 of 325, ranked by callers