MCPcopy Create free account

hub / github.com/KamiC6238/ayanami / functions

Functions269 in github.com/KamiC6238/ayanami

↓ 17 callersFunctiongetFrameIndex
(tabId: string, frameId: string)
src/worker/signals/records.ts:102
↓ 14 callersFunctiongetCanvasWorker
()
src/store/canvas.ts:81
↓ 13 callersFunctiongetFrameId
(tabId: string, frameIndex: number)
src/worker/signals/records.ts:116
↓ 12 callersFunctiondrawPixel
(x: number, y: number, canvasType: CanvasType)
src/worker/utils/render.ts:343
↓ 12 callersFunctiongetMousePosition
(event: MouseEvent, pixelSize?: number)
src/hooks/useToolsCommon.ts:14
↓ 8 callersFunctionfillRect
(payload: FillRectMessagePayload)
src/worker/utils/render.ts:39
↓ 8 callersFunctiontoHex
(n: number)
src/utils/colorPicker.ts:196
↓ 7 callersFunctionclearAllPixels
(payload: ClearAllPixelsMessagePayload)
src/worker/utils/render.ts:239
↓ 7 callersFunctionsetHoveredPixel
(position: Position | null)
src/hooks/useHover.ts:33
↓ 7 callersFunctionuseToolsCommon
()
src/hooks/useToolsCommon.ts:11
↓ 6 callersFunctiondrawHoverPixel
(event: MouseEvent)
src/hooks/useHover.ts:14
↓ 6 callersFunctiongetRecords
(tabId: string)
src/worker/signals/records.ts:35
↓ 6 callersFunctionuseHoverPixel
()
src/hooks/useHover.ts:8
↓ 5 callersFunctiongetColor
(tabId: string, colorIndex: number)
src/worker/signals/records.ts:68
↓ 5 callersFunctiongetColorIndex
(tabId: string, pixelColor: string)
src/worker/signals/records.ts:86
↓ 5 callersFunctiongetDrawRecordsWithFrameId
(tabId: string, frameId: string)
src/worker/signals/records.ts:54
↓ 5 callersFunctiongetFrame
(tabId: string, frameId: string)
src/worker/signals/frames.ts:47
↓ 5 callersFunctionmakeColorPositionKey
({ x, y }: Position)
src/utils/canvas.ts:12
↓ 5 callersFunctionmakeRGBA
(rgb: RGBA)
src/utils/colorPicker.ts:92
↓ 5 callersFunctionoutput
(code,outs)
src/worker/gif.worker.js:2
↓ 5 callersFunctionuseRecords
()
src/worker/signals/records.ts:20
↓ 5 callersFunctionuseRender
()
src/worker/signals/render.ts:17
↓ 4 callersFunctionclearTempVisited
()
src/worker/signals/render.ts:102
↓ 4 callersFunctionedgeCoord
(n, offset)
src/utils/pixelBorder.js:164
↓ 4 callersFunctiongetCanvas
(canvasType: CanvasType)
src/worker/signals/render.ts:40
↓ 4 callersFunctiongetContext
(canvasType: CanvasType)
src/worker/signals/render.ts:46
↓ 4 callersFunctiontoHex
(n: number)
src/store/colorPicker.ts:49
↓ 3 callersFunctionMAXCODE
(n_bits)
src/worker/gif.worker.js:2
↓ 3 callersFunctionaddRecordToUndoStack
(tabId: string, record: OpRecord)
src/worker/signals/records.ts:207
↓ 3 callersFunctionblendChannel
( top: number, topA: number, base: number, baseA: number, )
src/utils/colorPicker.ts:228
↓ 3 callersFunctionclearVisited
()
src/worker/signals/render.ts:100
↓ 3 callersFunctioncreateFrame
(payload: CreateFrameMessagePayload)
src/worker/utils/frame.ts:43
↓ 3 callersFunctiondeleteFrame
(payload: DeleteFrameMessagePayload)
src/worker/utils/frame.ts:105
↓ 3 callersFunctiongeneratePoints
(radius, pixelSize, offset = 0)
src/utils/pixelBorder.js:34
↓ 3 callersFunctiongetColorPosition
(key: string)
src/worker/signals/render.ts:51
↓ 3 callersFunctionhueToRgb
(v1: number, v2: number, vH: number)
src/utils/colorPicker.ts:59
↓ 3 callersFunctionreplayDrawRecords
( records: OpRecord[], config: ReplayRecordsConfig, )
src/worker/utils/record.ts:697
↓ 3 callersFunctionresetColorPositionMap
()
src/worker/signals/render.ts:61
↓ 3 callersFunctionswitchFrame
(payload: SwitchFrameMessagePayload)
src/worker/utils/frame.ts:58
↓ 3 callersFunctionuseFrames
()
src/worker/signals/frames.ts:36
↓ 2 callersFunction_pointsDisconnectedHandler
( toolType: ToolTypeEnum, config: PointsDisconnected, )
src/hooks/useToolsCommon.ts:21
↓ 2 callersFunction_undoRedo
( payload: RedoOrUndoMessagePayload, config: { isUndo: boolean; }, )
src/worker/utils/record.ts:595
↓ 2 callersFunction_updateFrame
( tabId: string, frameId: string, config: UpdateFrameConfig, )
src/worker/signals/frames.ts:20
↓ 2 callersFunctionaddCorners
(coords)
src/utils/pixelBorder.js:123
↓ 2 callersFunctionaddRecordToRedoStack
(tabId: string, record: OpRecord)
src/worker/signals/records.ts:215
↓ 2 callersFunctionchar_out
(c,outs)
src/worker/gif.worker.js:2
↓ 2 callersFunctioncl_hash
(hsize)
src/worker/gif.worker.js:2
↓ 2 callersFunctionclearRect
(payload: ClearRectMessagePayload)
src/worker/utils/render.ts:200
↓ 2 callersFunctioncreateCopiedFrame
( tabId: string, frameId: string, sourceFrameId: string, copyTimestamp: number, )
src/worker/utils/record.ts:408
↓ 2 callersFunctiondraw
(direction: "row" | "column")
src/utils/colorPicker.ts:96
↓ 2 callersFunctiondrawBresenhamLine
(canvasType: CanvasType)
src/hooks/useLineTool.ts:103
↓ 2 callersFunctiondrawCircle
(canvasType: CanvasType)
src/hooks/useCircleTool.ts:112
↓ 2 callersFunctiondrawPixel
(position: Position | null)
src/hooks/usePencilTool.ts:79
↓ 2 callersFunctiondrawSquare
(canvasType: CanvasType)
src/hooks/useSquareTool.ts:103
↓ 2 callersFunctionerasePixel
(position: Position | null)
src/hooks/useEraserTool.ts:79
↓ 2 callersFunctionflipCoords
(coords)
src/utils/pixelBorder.js:69
↓ 2 callersFunctionflush_char
(outs)
src/worker/gif.worker.js:2
↓ 2 callersFunctiongeneratePath
(coords, reverse = false)
src/utils/pixelBorder.js:24
↓ 2 callersFunctiongenerateTintAndShade
(hsl: HSL)
src/utils/colorPicker.ts:201
↓ 2 callersFunctiongetIsUndoOrRedo
(e: KeyboardEvent)
src/hooks/useShortcuts.ts:6
↓ 2 callersFunctiongetOffsetPosition
(position: Position, pixelSize: number)
src/utils/common.ts:98
↓ 2 callersFunctiongetPrevFrameId
(tabId: string, frameId: string)
src/worker/signals/frames.ts:53
↓ 2 callersFunctiongetUndoStack
(tabId: string)
src/worker/signals/records.ts:41
↓ 2 callersFunctionhslToRgb
(hsl: HSL)
src/utils/colorPicker.ts:49
↓ 2 callersFunctionisEllipsisCircle
(e: KeyboardEvent)
src/hooks/useShortcuts.ts:15
↓ 2 callersFunctionisPixelPositionChanged
( prePosition: Position, curPosition: Position, )
src/utils/pixel.ts:8
↓ 2 callersFunctionmakeCircleRecord
( payload: RecordMessagePayload, )
src/worker/utils/record.ts:144
↓ 2 callersFunctionmakePixelPositionKey
({ x, y }: Position)
src/utils/pixel.ts:4
↓ 2 callersFunctionnextPixel
()
src/worker/gif.worker.js:2
↓ 2 callersFunctiononMouseUpHandler
()
src/hooks/useLineTool.ts:63
↓ 2 callersFunctiononMouseUpHandler
()
src/hooks/useCircleTool.ts:72
↓ 2 callersFunctiononMouseUpHandler
()
src/hooks/useSquareTool.ts:63
↓ 2 callersFunctionparseHex
(hex: string)
src/utils/colorPicker.ts:217
↓ 2 callersFunctionplotCirclePoints
(x: number, y: number)
src/worker/utils/render.ts:370
↓ 2 callersFunctionplotEllipsePoints
(x: number, y: number)
src/worker/utils/render.ts:417
↓ 2 callersFunctionreplayCircleRecord
( record: CircleRecord, config: ReplayRecordsConfig, )
src/worker/utils/record.ts:812
↓ 2 callersFunctionreplayCurrentFrameRecords
(tabId: string, frameId: string)
src/worker/utils/record.ts:624
↓ 2 callersFunctionreplayFrameChain
( tabId: string, frameChain: string[], timestampLimits?: Record<string, number>, fallbackTimestamp?: numbe
src/worker/utils/record.ts:630
↓ 2 callersFunctionsetColorPosition
(key: string, color: string)
src/worker/signals/render.ts:97
↓ 2 callersFunctionupdateColorPositionMap
(key: string, color: string)
src/worker/signals/render.ts:64
↓ 2 callersFunctionupdatePointsRecord
( payload: | Pick<FillRectMessagePayload, "toolType" | "position"> | Pick<ClearRectMessagePayload, "to
src/worker/signals/records.ts:264
↓ 1 callersFunction_redoCopyFrame
()
src/worker/utils/record.ts:544
↓ 1 callersFunction_redoCreateFrame
()
src/worker/utils/record.ts:486
↓ 1 callersFunction_redoDeleteFrame
()
src/worker/utils/record.ts:528
↓ 1 callersFunction_undoCopyFrame
()
src/worker/utils/record.ts:535
↓ 1 callersFunction_undoCreateFrame
()
src/worker/utils/record.ts:479
↓ 1 callersFunction_undoDeleteFrame
()
src/worker/utils/record.ts:492
↓ 1 callersFunction_undoRedoDrawRecord
( record: OpRecord, config: { tabId: string; frameId: string; isUndo: boolean; }, )
src/worker/utils/record.ts:333
↓ 1 callersFunction_undoRedoFrameRecord
( record: OpRecord, config: { tabId: string; isUndo: boolean; }, )
src/worker/utils/record.ts:463
↓ 1 callersFunctionaddTempVisited
(key: string)
src/worker/signals/render.ts:95
↓ 1 callersFunctionaddVisited
(key: string)
src/worker/signals/render.ts:93
↓ 1 callersFunctionalterneigh
(radius,i,b,g,r)
src/worker/gif.worker.js:2
↓ 1 callersFunctionaltersingle
(alpha,i,b,g,r)
src/worker/gif.worker.js:2
↓ 1 callersFunctionblendHexColors
(baseHex: string, topHex: string)
src/utils/colorPicker.ts:216
↓ 1 callersFunctioncheckIfFrameRecord
(record: OpRecord)
src/worker/signals/records.ts:327
↓ 1 callersFunctioncheckIsValidPosition
(position: Position)
src/worker/signals/render.ts:70
↓ 1 callersFunctioncl_block
(outs)
src/worker/gif.worker.js:2
↓ 1 callersFunctionclearPreHoveredPixel
(position: Position)
src/hooks/useHover.ts:22
↓ 1 callersFunctionclearRecordPoints
()
src/worker/signals/records.ts:297
↓ 1 callersFunctionclearRedoStack
(tabId: string)
src/worker/signals/records.ts:302
next →1–100 of 269, ranked by callers