MCPcopy Create free account

hub / github.com/alexharri/animation-editor / functions

Functions1,040 in github.com/alexharri/animation-editor

↓ 1 callersFunctionrectLayerPropertiesFactory
( opts: CreatePropertyOptions, props: Partial<RectProperties> = {}, )
src/composition/factories/rectLayerPropertiesFactory.ts:127
↓ 1 callersFunctionrectLayerPropertyMap
(layerId: string, compositionState: CompositionState)
src/composition/layer/layerPropertyMap.ts:89
↓ 1 callersFunctionrectOfVecs
(vecs: Vec2[])
src/util/math.ts:32
↓ 1 callersFunctionrectsIntersect
(a: Rect, b: Rect)
src/util/math.ts:70
↓ 1 callersFunctionredo
()
src/state/undoRedo.ts:8
↓ 1 callersFunctionreduceCompPropertiesAndGroups
( compositionId: string, compositionState: CompositionState, fn: (acc: T, property: Property | PropertyGrou
src/composition/compositionUtils.ts:287
↓ 1 callersFunctionreduceMap
( map: M, fn: (item: T) => T, )
src/util/mapUtils.ts:85
↓ 1 callersFunctionreduceVisibleCompProperties
( compositionId: string, compositionState: CompositionState, fn: (acc: T, property: Property) => T, initia
src/composition/compositionUtils.ts:304
↓ 1 callersFunctionregisterCompositionManagerByAreaId
( areaId: string, compositionManager: CompositionManager, )
src/composition/manager/compositionManager.ts:30
↓ 1 callersFunctionremoveCpFromSelection
(params: RequestActionParams)
src/workspace/penTool/penTool.ts:852
↓ 1 callersFunctionremoveDataRelatedToProperty
(op: Operation, propertyId: string)
src/property/propertyOperations.ts:6
↓ 1 callersFunctionremoveLayerFromSelection
(params: RequestActionParams)
src/timeline/timelineHandlers.ts:544
↓ 1 callersMethodremoveListener
(propertyId: string, id: string)
src/composition/manager/property/propertyStore.ts:64
↓ 1 callersFunctionremoveNodeFromSelection
(params: RequestActionParams)
src/workspace/penTool/penTool.ts:1564
↓ 1 callersFunctionremovePolygonIntersections
(polygon)
src/util/math/svgPath.js:158
↓ 1 callersFunctionremoveProperty
(op: Operation, propertyId: string)
src/property/propertyOperations.ts:23
↓ 1 callersFunctionremoveRedundantPoints
(polygon)
src/util/math/svgPath.js:202
↓ 1 callersFunctionremoveShapeFromSelection
(params: RequestActionParams)
src/workspace/penTool/penTool.ts:284
↓ 1 callersFunctionremoveTimelineFromProperty
(op: Operation, propertyId: string)
src/timeline/operations/timelineOperations.ts:21
↓ 1 callersFunctionrender
(e: React.MouseEvent, canvas: HTMLCanvasElement, opts: Options)
src/graphEditor/useGraphEditorCursor.ts:20
↓ 1 callersMethodrender
()
src/components/common/NumberInput.tsx:93
↓ 1 callersFunctionrenderBlock
(ctx: CanvasRenderingContext2D, hue: number)
src/components/colorPicker/ColorPicker.tsx:40
↓ 1 callersFunctionrenderCurves
(ctx: Ctx, curves: Curve[])
src/composition/layer/shapeLayerInteraction.ts:78
↓ 1 callersFunctionrenderDiamond
( ctx: CanvasRenderingContext2D, vectors: Vec2 | Vec2[], opts: RenderDiamondOptions, )
src/util/canvas/renderPrimitives.ts:83
↓ 1 callersFunctionrenderGraphEditor
(options: RenderOptions)
src/graphEditor/renderGraphEditor.ts:93
↓ 1 callersFunctionrenderPath
(ctx: Ctx, pathId: string, directlySelected: boolean)
src/composition/layer/shapeLayerInteraction.ts:103
↓ 1 callersFunctionrenderProperty
(propertyId: string)
src/trackEditor/renderTrackEditor.ts:131
↓ 1 callersFunctionrenderTimelineScrubber
(ctx: Ctx, options: Options)
src/timeline/scrubber/renderTimelineScrubber.ts:12
↓ 1 callersFunctionrenderTracks
(options: RenderTimelineOptions)
src/trackEditor/renderTrackEditor.ts:31
↓ 1 callersFunctionresolveExpressionNodeOutputs
( node: FlowNode, inputs: unknown[], flow: CompiledFlow, )
src/flow/graphNodeOutputs.ts:107
↓ 1 callersFunctionresolvePropertyInputNode
( actionState: ActionState, node: FlowNode, propertyStore: PropertyStore, )
src/flow/graphNodeOutputs.ts:10
↓ 1 callersFunctionsaveWindowInitData
(win: BrowserWindow)
src/main/windowInitData.ts:19
↓ 1 callersMethodscaleY
(scalar: number)
src/util/math/mat.ts:55
↓ 1 callersMethodsendDiffs
(actionState: ActionState, _diffs: Diff[], direction: "forward" | "backward")
src/composition/manager/layer/LayerManager.tsx:225
↓ 1 callersMethodsetRawPropertyValue
(propertyId: string, rawPropertyValue: any)
src/composition/manager/property/propertyStore.ts:43
↓ 1 callersFunctionshapeLayerFromCurves
( ctx: CompositionFromSvgContext, pathCurves: Array<{ curves: Curve[]; closed: boolean }>, )
src/svg/parse/shapeLayerFromCurves.ts:13
↓ 1 callersFunctionshapeLayerInteractions
( actionState: ActionState, areaId: string, addGraphic: (graphic: PIXI.Container, zIndex: number) => void,
src/composition/layer/shapeLayerInteraction.ts:195
↓ 1 callersFunctionshapeLayerPreview
( actionState: ActionState, _areaId: string, addGraphic: (graphic: PIXI.Container, zIndex: number) => void,
src/composition/layer/shapeLayerPreview.ts:71
↓ 1 callersFunctionshapeLayerPropertyMap
(layerId: string, compositionState: CompositionState)
src/composition/layer/layerPropertyMap.ts:116
↓ 1 callersFunctionshouldShowInteractions
( actionState: ActionState, layerId: string, isLayerHovered: boolean, )
src/composition/interaction/shouldShowInteraction.ts:5
↓ 1 callersFunctionsingleCompositionSelectionReducer
( state: CompositionSelection, action: Action, )
src/composition/compositionSelectionReducer.ts:49
↓ 1 callersFunctionsingleFlowGraphSelectionReducer
( state: FlowGraphSelection, action: Action, )
src/flow/state/flowSelectionReducer.ts:41
↓ 1 callersFunctionsingleShapeSelectionReducer
(state: ShapeSelection, action: Action)
src/shape/shapeSelectionReducer.ts:57
↓ 1 callersFunctionsplitLine
(line: Line, t: number)
src/util/math.ts:302
↓ 1 callersFunctionstartPlayback
(compositionId: string, startFrameIndex: number)
src/composition/compositionPlayback.ts:17
↓ 1 callersFunctionstructureProperties
( opts: CreatePropertyOptions, props: Partial<EllipseProperties>, )
src/composition/factories/ellipseLayerPropertiesFactory.ts:16
↓ 1 callersFunctionsvgNodeBaseFromTransform
( position: Vec2, boundingBox: [width: number, height: number], originalTransformString: string, transform
src/svg/svgTransform.ts:76
↓ 1 callersFunctionsvgPathElementLayerProps
( node: SVGPathNode | SVGPolygonNode | SVGPolylineNode, pathIds: string[], )
src/svg/composition/svgElementLayerProps.ts:4
↓ 1 callersFunctionsvgTreeFromSvgString
(svg: string, options: Options)
src/svg/parse/svgTree.ts:51
↓ 1 callersFunctiontick
()
src/hook/useTickedRendering.ts:74
↓ 1 callersFunctiontick
()
src/util/animation/animate.ts:44
↓ 1 callersFunctiontraceCubicBezier
( ctx: CanvasRenderingContext2D, bezier: CubicBezier, traceOptions: TraceOptions = {}, )
src/util/canvas/renderPrimitives.ts:160
↓ 1 callersFunctiontraceRect
(ctx: CanvasRenderingContext2D, rect: Rect)
src/util/canvas/renderPrimitives.ts:46
↓ 1 callersFunctiontraceStroke
(graphic: PIXI.Graphics, curves: Curve[])
src/render/pixi/shapeLayerGraphic.ts:38
↓ 1 callersFunctiontranslateRectAsVec
(rect: Rect, transformFn: (vec: Vec2) => Vec2)
src/util/math.ts:189
↓ 1 callersFunctionundo
()
src/state/undoRedo.ts:22
↓ 1 callersFunctionunregisterCompositionManagerByAreaId
(areaId: string)
src/composition/manager/compositionManager.ts:37
↓ 1 callersFunctionupdateCompositionLayerHitTestGraphic
( _actionState, _layer, graphic, map, getPropertyValue, )
src/render/pixi/compositionLayerGraphic.ts:6
↓ 1 callersFunctionupdateEllipseHitTestLayerGraphic
( _actionState, _layer, graphic, map, getPropertyValue, )
src/render/pixi/ellipseLayerGraphic.ts:29
↓ 1 callersFunctionupdateEllipseLayerGraphic
( _actionState, _layer, graphic, map, getPropertyValue, )
src/render/pixi/ellipseLayerGraphic.ts:6
↓ 1 callersMethodupdateLayerGraphic
(actionState: ActionState, layer: Layer)
src/composition/manager/graphic/GraphicManager.ts:28
↓ 1 callersFunctionupdateLayerHitTestGraphic
( actionState, layer, graphic, map, getPropertyValue, )
src/render/pixi/layerToPixi.ts:72
↓ 1 callersFunctionupdateLayerInstanceTransforms
( actionState: ActionState, parentDimensions: LayerDimension[], layer: Layer, layerPropertyMap: LayerPrope
src/composition/layer/layerInstances.ts:84
↓ 1 callersFunctionupdateMax
(index: number, length: number)
src/trackEditor/trackHandlers.ts:316
↓ 1 callersFunctionupdatePixiLayerGraphic
( actionState: ActionState, layer: Layer, graphic: PIXI.Graphics, getPropertyValue: (propertyId: string) =
src/render/pixi/layerToPixi.ts:127
↓ 1 callersFunctionupdatePixiLayerHitTestGraphic
( actionState: ActionState, layerId: string, graphic: PIXI.Graphics, getPropertyValue: (propertyId: string
src/render/pixi/layerToPixi.ts:138
↓ 1 callersMethodupdatePosition
(layerId: string)
src/composition/manager/layer/LayerManager.tsx:435
↓ 1 callersFunctionupdateRawValuesForPropertyIds
( actionState: ActionState, propertyIds: string[], propertyStore: PropertyStore, frameIndex?: number, )
src/composition/property/propertyRawValues.ts:34
↓ 1 callersFunctionupdateRectLayerGraphic
( _actionState, _layer, graphic, map, getPropertyValue, )
src/render/pixi/rectLayerGraphic.ts:6
↓ 1 callersFunctionupdateRectLayerHitTestGraphic
( _actionState, _layer, graphic, map, getPropertyValue, )
src/render/pixi/rectLayerGraphic.ts:41
↓ 1 callersFunctionupdateShapeLayerGraphic
( actionState, layer, graphic, _, _getPropertyValue, )
src/render/pixi/shapeLayerGraphic.ts:88
↓ 1 callersFunctionupdateShapeLayerHitTestGraphic
( actionState, layer, graphic, _, _getPropertyValue, )
src/render/pixi/shapeLayerGraphic.ts:187
↓ 1 callersMethodupdateTransform
(layerId: string)
src/composition/manager/layer/LayerManager.tsx:413
↓ 1 callersFunctionuseActionStateEffect
( callback: (state: ActionState, prevState: ActionState) => void, )
src/hook/useActionState.ts:29
↓ 1 callersFunctionuseAreaKeyboardShortcuts
(areaId: string, areaType: AreaType, viewport: Rect)
src/area/components/useAreaKeyboardShortcuts.ts:15
↓ 1 callersFunctionuseComputeHistory
(selector: Selector<T>)
src/hook/useComputeHistory.ts:8
↓ 1 callersFunctionuseGraphEditorCursor
( canvasRef: React.RefObject<HTMLCanvasElement>, options: Omit<Options, "keyDown">, )
src/graphEditor/useGraphEditorCursor.ts:72
↓ 1 callersFunctionusePropertyNumberInput
( property: Property, compoundProperty: CompoundProperty | null, composition: Composition, )
src/timeline/value/TimelineNumberValue.tsx:24
↓ 1 callersFunctionuseTickedRendering
( { render: renderFn, shouldUpdate: shouldUpdateFn, keyDown, }: { render: (options: { keyDown: KeyMa
src/hook/useTickedRendering.ts:9
↓ 1 callersFunctionuseTrackEditorCanvasCursor
( canvasRef: React.RefObject<HTMLCanvasElement>, options: Options, )
src/trackEditor/useTrackEditorCanvasCursor.ts:14
↓ 1 callersFunctionuseVec2TransitionState
( initialValue: Vec2, options: { bezier?: [number, number, number, number]; duration?: number } = {}, )
src/hook/useNumberTransitionState.ts:35
↓ 1 callersFunctionuseWorkspaceCursor
( canvasRef: React.RefObject<HTMLCanvasElement>, options: Omit<Options, "keyDown">, )
src/workspace/useWorkspaceCursor.ts:156
FunctionApp
()
src/App.tsx:10
FunctionAreaComponent
(props)
src/area/components/Area.tsx:65
FunctionAreaRootComponent
(props)
src/area/components/AreaRoot.tsx:24
FunctionAreaRowSeparators
src/area/components/AreaRowSeparators.tsx:26
FunctionAreaToOpenPreviewComponent
(props)
src/area/components/AreaToOpenPreview.tsx:121
FunctionArrowBoldDownIcon
src/components/icons/ArrowBoldDownIcon.tsx:3
FunctionArrowDownRightIcon
()
src/components/icons/ArrowDownRightIcon.tsx:4
FunctionArrowDownRightIcon
()
src/historyEditor/HistoryEditor.tsx:47
FunctionArrowUpIcon
()
src/timeline/property/TimelineProperty.tsx:25
FunctionB
(a)
static/js/clipper.js:135
FunctionBlock
( props, )
src/components/colorPicker/ColorPicker.tsx:147
FunctionC
(a)
static/js/clipper.js:159
FunctionCapNumberNodeComponent
(props: Props)
src/flow/nodes/CapNumberNode.tsx:16
FunctionColorFromHSLNodeComponent
(props)
src/flow/nodes/color/ColorFromHSLNode.tsx:33
FunctionColorInputNodeComponent
(props)
src/flow/nodes/color/ColorInputNode.tsx:32
FunctionColorPicker
(props)
src/components/colorPicker/ColorPicker.tsx:210
FunctionComponent
({ updateRect })
src/flow/nodes/color/ColorInputNode.tsx:62
FunctionComponent
({ updateRect })
src/flow/nodes/property/PropertyNodeSelectProperty.tsx:253
← previousnext →601–700 of 1,040, ranked by callers