MCPcopy Create free account

hub / github.com/danfragoso/thdwb / functions

Functions486 in github.com/danfragoso/thdwb

↓ 2 callersMethodClick
()
mustard/tree.go:41
↓ 2 callersFunctionCreateCanvasWidget
CreateImageWidget - Creates and returns a new Image Widget
mustard/canvas.go:10
↓ 2 callersFunctionCreateNewApp
(name string)
mustard/app.go:3
↓ 2 callersFunctionCreateProfiler
()
profiler/profiler.go:15
↓ 2 callersFunctionCubicBezier
(x0, y0, x1, y1, x2, y2, x3, y3 float64)
gg/bezier.go:43
↓ 2 callersMethodDestroyContextMenu
()
mustard/contextMenu.go:29
↓ 2 callersMethodDestroyWindow
(window *Window)
mustard/app.go:25
↓ 2 callersMethodDrawContextMenu
()
mustard/contextMenu.go:54
↓ 2 callersMethodFillPreserve
FillPreserve fills the current path with the current color. Open subpaths are implicity closed. The path is preserved after this operation.
gg/context.go:476
↓ 2 callersMethodFontHeight
()
gg/context.go:728
↓ 2 callersMethodGetElapsedTime
()
profiler/profiler.go:58
↓ 2 callersMethodGetHeight
SetHeight - Sets the frame height
mustard/frame.go:43
↓ 2 callersFunctionGetImage
(URL *url.URL)
sauce/sauce.go:105
↓ 2 callersMethodGetProfile
(profileName string)
profiler/profiler.go:46
↓ 2 callersFunctionGetResource
GetResource - Makes an http request and returns a resource struct
sauce/sauce.go:22
↓ 2 callersMethodGetValue
SetFontColor - Sets the input font color
mustard/input.go:75
↓ 2 callersFunctionIdentity
()
gg/matrix.go:9
↓ 2 callersMethodNeedsRepaint
()
mustard/types.go:129
↓ 2 callersMethodPageCount
()
hotdog/structs.go:59
↓ 2 callersFunctionParseHTML
(document string)
ketchup/html.go:127
↓ 2 callersFunctionParseURL
(link string)
sauce/sauce.go:96
↓ 2 callersMethodQuadraticTo
QuadraticTo adds a quadratic bezier curve to the current path starting at the current point. If there is no current point, it first performs MoveTo(x1
gg/context.go:325
↓ 2 callersFunctionRGBAToColor
RGBAToColor - Transforms RGBA color string to *hotdog.ColorRGBA TODO - Fix this spaghetti and parse alpha values
mayo/color.go:22
↓ 2 callersMethodRecreateContext
()
mustard/window.go:133
↓ 2 callersFunctionRenderDocument
(ctx *gg.Context, document *hotdog.Document, experimentalLayout bool)
bun/bun.go:10
↓ 2 callersMethodRequestReflow
()
mustard/widget.go:140
↓ 2 callersMethodRequestReflow
()
hotdog/node.go:134
↓ 2 callersFunctionSavePNG
(path string, im image.Image)
gg/util.go:54
↓ 2 callersMethodSetColor
SetColor sets the current color(for both fill and stroke).
gg/context.go:248
↓ 2 callersMethodSetCoords
(top, left, width, height float64)
mustard/types.go:114
↓ 2 callersMethodSetDrawingRepaint
(repaint bool)
mustard/canvas.go:71
↓ 2 callersMethodSetFillStyle
SetFillStyle sets current fill style
gg/context.go:234
↓ 2 callersMethodSetFontColor
SetFontColor - Sets the tree font color
mustard/tree.go:156
↓ 2 callersFunctionSetGLFWHints
()
mustard/window.go:15
↓ 2 callersMethodSetRGBA255
SetRGBA255 sets the current color. r, g, b, a values should be between 0 and 255, inclusive.
gg/context.go:262
↓ 2 callersMethodSetScrollerOffset
(scrollerOffset float64)
mustard/scrollbar.go:70
↓ 2 callersMethodSetScrollerSize
(scrollerSize float64)
mustard/scrollbar.go:55
↓ 2 callersMethodStop
(profileName string)
profiler/profiler.go:34
↓ 2 callersMethodWordWrap
WordWrap wraps the specified string to the given max width and current font face.
gg/context.go:861
↓ 2 callersFunctioncompileShader
(source string, shaderType uint32)
mustard/shaders.go:38
↓ 2 callersFunctioncreateStatusLabel
(perf *profiler.Profiler)
browser/browser.go:83
↓ 2 callersMethoddrawString
(im *image.RGBA, s string, x, y float64)
gg/context.go:732
↓ 2 callersFunctionfetchNodeImage
(node *hotdog.NodeDOM)
bun/inline.go:37
↓ 2 callersMethodfill
(painter raster.Painter)
gg/context.go:432
↓ 2 callersMethodfireClickEvents
(key MustardKey)
mustard/events.go:183
↓ 2 callersFunctionfixp
(x, y float64)
gg/util.go:113
↓ 2 callersFunctionflattenPath
(p raster.Path)
gg/path.go:10
↓ 2 callersMethodgenerateTexture
()
mustard/window.go:282
↓ 2 callersFunctiongetElementName
(NodeDOM *hotdog.NodeDOM)
bun/bun.go:45
↓ 2 callersFunctionloadDocument
(browser *hotdog.WebBrowser, link string)
browser/browser.go:18
↓ 2 callersFunctionnewPatternPainter
(im *image.RGBA, mask *image.Alpha, p Pattern)
gg/pattern.go:121
↓ 2 callersFunctionpaintNode
(ctx *gg.Context, node *hotdog.NodeDOM)
bun/bun.go:76
↓ 2 callersFunctionprepEntry
(ctx *gg.Context, entry string, width float64)
mustard/contextMenu.go:36
↓ 2 callersFunctionrasterPath
(paths [][]Point)
gg/path.go:132
↓ 2 callersMethodrefreshContextMenu
()
mustard/contextMenu.go:107
↓ 2 callersFunctionshowDebugOverlay
(browser *hotdog.WebBrowser)
browser/browser.go:124
↓ 1 callersMethodAddImage
(key string, value []byte)
hotdog/structs.go:188
↓ 1 callersMethodAddOverlay
(overlay *Overlay)
mustard/window.go:363
↓ 1 callersMethodAddResource
(resource *Resource)
hotdog/structs.go:166
↓ 1 callersMethodAddStaticOverlay
(overlay *Overlay)
mustard/window.go:385
↓ 1 callersMethodAllPages
()
hotdog/structs.go:55
↓ 1 callersMethodAttachClickEventListener
(callback func(MustardKey))
mustard/window.go:348
↓ 1 callersMethodAttachPointerPositionEventListener
(callback func(pointerX, pointerY float64))
mustard/window.go:340
↓ 1 callersMethodAttachScrollEventListener
(callback func(direction int))
mustard/window.go:344
↓ 1 callersMethodCalcPointIntersection
(x, y float64)
hotdog/node.go:107
↓ 1 callersMethodClip
Clip updates the clipping region by intersecting the current clipping region with the current path as it would be filled by dc.Fill(). The path is cle
gg/context.go:551
↓ 1 callersMethodClipPreserve
ClipPreserve updates the clipping region by intersecting the current clipping region with the current path as it would be filled by dc.Fill(). The pat
gg/context.go:503
↓ 1 callersMethodColorAt
(x, y int)
gg/pattern.go:20
↓ 1 callersFunctionCreateHTMLBase
()
ketchup/html.go:62
↓ 1 callersFunctionCreateImageWidget
CreateImageWidget - Creates and returns a new Image Widget
mustard/image.go:12
↓ 1 callersFunctionCreateInputWidget
CreateInputWidget - Creates and returns a new Input Widget
mustard/input.go:12
↓ 1 callersFunctionCreateScrollBarWidget
CreateScrollBarWidget - Creates and returns a new ScrollBar Widget
mustard/scrollbar.go:11
↓ 1 callersFunctionCreateStaticOverlay
(ref string, ctx *gg.Context, position image.Point)
mustard/window.go:406
↓ 1 callersFunctionCreateTreeWidget
CreateTreeWidget - Creates and returns a new Tree Widget
mustard/tree.go:12
↓ 1 callersFunctionCreateTreeWidgetNode
(key, value string)
mustard/types.go:249
↓ 1 callersMethodCubicTo
CubicTo adds a cubic bezier curve to the current path starting at the current point. If there is no current point, it first performs MoveTo(x1, y1). B
gg/context.go:342
↓ 1 callersMethodDeselectEntries
()
mustard/contextMenu.go:153
↓ 1 callersMethodDistance
(b Point)
gg/point.go:17
↓ 1 callersMethodDrawEllipse
(x, y, rx, ry float64)
gg/context.go:641
↓ 1 callersMethodDrawPoint
DrawPoint is like DrawCircle but ensures that a circle of the specified size is drawn regardless of the current transformation matrix. The position is
gg/context.go:577
↓ 1 callersMethodEnableContextMenus
()
mustard/contextMenu.go:11
↓ 1 callersMethodFindByXPath
(xPath string)
hotdog/node.go:45
↓ 1 callersMethodGetContext
()
mustard/canvas.go:63
↓ 1 callersMethodGetImage
(imageKey string)
hotdog/structs.go:197
↓ 1 callersFunctionGetPageTitle
(TreeDOM *hotdog.NodeDOM)
bun/bun.go:98
↓ 1 callersMethodGetRect
()
mustard/widget.go:150
↓ 1 callersMethodGetRect
()
hotdog/structs.go:106
↓ 1 callersMethodGetResource
(resourceKey string)
hotdog/structs.go:170
↓ 1 callersMethodGetTop
()
mustard/widget.go:154
↓ 1 callersMethodIdentity
Transformation Matrix Operations Identity resets the current transformation matrix to the identity matrix. This results in no translating, scaling, ro
gg/context.go:869
↓ 1 callersMethodInterpolate
(b Point, t float64)
gg/point.go:21
↓ 1 callersMethodLen
Len satisfies the Sort interface.
gg/gradient.go:17
↓ 1 callersFunctionLoadAssetFont
(font []byte, points float64)
gg/util.go:154
↓ 1 callersFunctionLoadFontFace
LoadFontFace is a helper function to load the specified font file with the specified point size. Note that the returned `font.Face` objects are not th
gg/util.go:138
↓ 1 callersFunctionLoadSettings
(path string)
hotdog/settings.go:33
↓ 1 callersFunctionLogo
()
assets/logo.go:3
↓ 1 callersMethodMeasureString
MeasureString returns the rendered width and height of the specified text given the current font face.
gg/context.go:851
↓ 1 callersFunctionNewLinearGradient
(x0, y0, x1, y1 float64)
gg/gradient.go:79
↓ 1 callersFunctionNewRadialGradient
(x0, y0, r0, x1, y1, r1 float64)
gg/gradient.go:146
↓ 1 callersMethodNextPages
()
hotdog/structs.go:51
← previousnext →101–200 of 486, ranked by callers