MCPcopy Create free account

hub / github.com/danfragoso/thdwb / functions

Functions486 in github.com/danfragoso/thdwb

↓ 1 callersMethodjoiner
()
gg/context.go:406
↓ 1 callersFunctionlayoutDOM
(ctx *gg.Context, node *hotdog.NodeDOM, childIdx int)
bun/bun.go:62
↓ 1 callersFunctionlayoutNode
(ctx *gg.Context, node *hotdog.NodeDOM)
bun/layout.go:32
↓ 1 callersFunctionloadErrorPage
(err string)
sauce/pages.go:3
↓ 1 callersFunctionmapPropToStylesheet
(parsedStyleSheet *hotdog.Stylesheet, propSlice []string)
mayo/mayo.go:50
↓ 1 callersFunctionpaintBlockElement
(ctx *gg.Context, node *hotdog.NodeDOM)
bun/block.go:8
↓ 1 callersFunctionpaintDebugRect
(ctx *gg.Context, node *hotdog.NodeDOM)
browser/browser.go:139
↓ 1 callersFunctionpaintInlineElement
(ctx *gg.Context, node *hotdog.NodeDOM)
bun/inline.go:13
↓ 1 callersFunctionpaintListItemElement
(ctx *gg.Context, node *hotdog.NodeDOM)
bun/listItem.go:8
↓ 1 callersFunctionpaintText
(ctx *gg.Context, node *hotdog.NodeDOM)
bun/layout.go:36
↓ 1 callersFunctionparseHexColor
(x string)
gg/util.go:92
↓ 1 callersFunctionparseInlineStylesheet
(attributes []*hotdog.Attribute, elementStylesheet *hotdog.Stylesheet)
mayo/mayo.go:74
↓ 1 callersMethodprocessFrame
()
mustard/window.go:101
↓ 1 callersFunctionprocessPointerPositionEvent
(browser *hotdog.WebBrowser, x, y float64)
browser/browser.go:88
↓ 1 callersFunctionquadratic
(x0, y0, x1, y1, x2, y2, t float64)
gg/bezier.go:5
↓ 1 callersFunctionredrawWidgets
(widget Widget)
mustard/app.go:46
↓ 1 callersFunctionretrieveAttributes
(node *html.Node)
ketchup/helpers.go:76
↓ 1 callersFunctionretrieveChildren
(node *html.Node)
ketchup/helpers.go:59
↓ 1 callersFunctionselectNodeByValue
(nodes []*TreeWidgetNode, value string)
mustard/tree.go:76
↓ 1 callersMethodselectWidget
(widget Widget)
mustard/events.go:24
↓ 1 callersMethodsetCoords
(top, left, width, height float64)
mustard/contextMenu.go:177
↓ 1 callersFunctionsetWidgetWindow
(widget Widget, window *Window)
mustard/app.go:38
↓ 1 callersFunctionsplitOnSpace
(x string)
gg/wrap.go:12
↓ 1 callersMethodstroke
(painter raster.Painter)
gg/context.go:416
↓ 1 callersFunctiontreeNodeFromDOM
(node *hotdog.NodeDOM)
browser/browser.go:72
↓ 1 callersFunctionwordWrap
(m measureStringer, s string, width float64)
gg/wrap.go:28
MethodAddColorStop
(offset float64, color color.Color)
gg/gradient.go:74
MethodAddColorStop
(offset float64, color color.Color)
gg/gradient.go:141
MethodAddNode
(childNode *TreeWidgetNode)
mustard/types.go:285
MethodAsMask
AsMask returns an *image.Alpha representing the alpha channel of this context. This can be useful for advanced clipping operations where you first ren
gg/context.go:530
MethodBaseWidget
()
mustard/widget.go:223
FunctionBenchmarkCircles
(b *testing.B)
gg/context_test.go:307
MethodBuffer
()
mustard/widget.go:186
MethodClick
()
mustard/button.go:73
MethodColorAt
(x, y int)
gg/pattern.go:28
MethodColorAt
(x, y int)
gg/pattern.go:42
MethodColorAt
(x, y int)
gg/gradient.go:42
MethodColorAt
(x, y int)
gg/gradient.go:103
MethodComputedBox
()
mustard/widget.go:170
FunctionCreateTextWidget
CreateTextWidget - Creates and returns a new Text Widget
mustard/text.go:12
FunctionDegrees
(radians float64)
gg/util.go:26
MethodDetachWidget
(wd Widget)
mustard/widget.go:203
MethodDisableScrolling
()
mustard/canvas.go:50
MethodDrawImageAnchored
DrawImageAnchored draws the specified image at the specified anchor point. The anchor point is x - w * ax, y - h * ay, where w, h is the size of the i
gg/context.go:680
MethodDrawRegularPolygon
(n int, x, y, r, rotation float64)
gg/context.go:657
MethodDrawRoundedRectangle
(x, y, w, h, r float64)
gg/context.go:599
MethodEnableScrolling
()
mustard/canvas.go:46
MethodEncodeJPG
EncodeJPG encodes the image as a JPG and writes it to the provided io.Writer in JPEG 4:2:0 baseline format with the given options. Default parameters
gg/context.go:164
MethodEncodePNG
EncodePNG encodes the image as a PNG and writes it to the provided io.Writer.
gg/context.go:157
MethodGetAllProfiles
()
profiler/profiler.go:42
MethodGetContent
GetContent - Gets the label content
mustard/label.go:63
MethodGetContent
GetContent - Gets the text content
mustard/text.go:65
MethodGetContent
GetContent - Gets the button content
mustard/button.go:78
MethodGetCurrentPoint
GetCurrentPoint will return the current point and if there is a current point. The point will have been transformed by the context's transformation ma
gg/context.go:124
MethodGetCursorPos
()
mustard/input.go:79
MethodGetHeight
()
mustard/widget.go:166
MethodGetLeft
()
mustard/widget.go:158
MethodGetName
()
profiler/profiler.go:62
MethodGetSize
SetRootFrame - Sets the window root frame
mustard/window.go:97
MethodGetWidth
()
mustard/widget.go:162
MethodInvertMask
InvertMask inverts the alpha values in the current clipping mask such that a fully transparent region becomes fully opaque and vice versa.
gg/context.go:538
MethodInvertY
InvertY flips the Y axis so that Y grows from bottom to top and Y=0 is at the bottom of the image.
gg/context.go:928
MethodJSON
()
hotdog/node.go:36
MethodLess
Less satisfies the Sort interface.
gg/gradient.go:22
MethodLoadAssetFont
(font []byte, points float64)
gg/context.go:719
MethodLoadFontFace
(path string, points float64)
gg/context.go:710
FunctionLoadImage
(path string)
gg/util.go:30
FunctionLoadJPG
(path string)
gg/util.go:63
FunctionLoadPNG
(path string)
gg/util.go:45
MethodMeasureMultilineString
(s string, lineSpacing float64)
gg/context.go:826
MethodNeedsRepaint
()
mustard/widget.go:227
FunctionNewContextForImage
NewContextForImage copies the specified image into a new image.RGBA and prepares a context for rendering onto that image.
gg/context.go:91
FunctionNewSurfacePattern
(im image.Image, op RepeatOp)
gg/pattern.go:63
MethodNextSibling
()
mustard/types.go:291
MethodPaint
Paint satisfies the Painter interface.
gg/pattern.go:74
FunctionParseMui
(muiString string)
mustard/mui.go:3
MethodPop
()
hotdog/structs.go:79
MethodPush
(URL *url.URL)
hotdog/structs.go:63
FunctionReflowNode
(node *hotdog.NodeDOM, prev *hotdog.NodeDOM, siblingsOffset float64)
mayo/reflow.go:7
MethodRequestRepaint
()
mustard/widget.go:146
MethodResetClip
ResetClip clears the clipping region.
gg/context.go:557
FunctionSansSerif
()
assets/fonts.go:3
MethodSaveJPG
SaveJPG encodes the image as a JPG and writes it to disk.
gg/context.go:152
MethodSavePNG
SavePNG encodes the image as a PNG and writes it to disk.
gg/context.go:147
MethodScale
(x, y float64)
gg/matrix.go:78
MethodScaleAbout
ScaleAbout updates the current matrix with a scaling factor. Scaling occurs about the specified point.
gg/context.go:886
MethodSetBackgroundColor
SetBackgroundColor - Sets the tree background color
mustard/tree.go:164
MethodSetBackgroundColor
SetBackgroundColor - Sets the label background color
mustard/label.go:76
MethodSetBackgroundColor
SetBackgroundColor - Sets the text background color
mustard/text.go:78
MethodSetBackgroundColor
SetBackgroundColor - Sets the input background color
mustard/input.go:84
MethodSetBackgroundColor
SetBackgroundColor - Sets the button background color
mustard/button.go:91
MethodSetBuffer
(buffer *image.RGBA)
mustard/widget.go:174
MethodSetContent
SetContent - Sets the label content
mustard/label.go:57
MethodSetContent
SetContent - Sets the button content
mustard/button.go:68
MethodSetDashOffset
SetDashOffset sets the initial offset into the dash pattern to use when stroking dashed paths.
gg/context.go:177
MethodSetFillRule
(fillRule FillRule)
gg/context.go:213
MethodSetFillRuleEvenOdd
()
gg/context.go:221
MethodSetFillRuleWinding
()
gg/context.go:217
MethodSetFontColor
SetFontColor - Sets the label font color
mustard/label.go:68
MethodSetFontColor
SetFontColor - Sets the text font color
mustard/text.go:70
← previousnext →301–400 of 486, ranked by callers