MCPcopy Create free account

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

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

↓ 1 callersFunctiongetId
()
src/composition/manager/property/propertyStore.ts:4
↓ 1 callersFunctiongetInputHeight
(node: FlowNode<FlowNodeType>, index: number)
src/flow/util/flowNodeHeight.ts:25
↓ 1 callersFunctiongetInsertBelowLayerIndex
( mousePosGlobal: Vec2, )
src/timeline/timelineHandlers.ts:488
↓ 1 callersFunctiongetInsertIndex
( arr: T[], toInsert: T, comparator: (item: T, toInsert: T) => number, low?: number, high?: number, )
src/util/alg/getInsertIndex.ts:3
↓ 1 callersFunctiongetItemControlPointPositions
( item: ShapePathItem, shapeState: ShapeState, )
src/shape/shapeUtils.ts:40
↓ 1 callersMethodgetLayerAtPoint
(actionState: ActionState, point: Vec2)
src/composition/manager/layer/LayerManager.tsx:251
↓ 1 callersFunctiongetLayerFlowGraphOrder
(layerGraphIds: string[], compiledFlows: CompiledFlow[])
src/flow/flowGraphOrder.ts:7
↓ 1 callersFunctiongetLayerProperties
( type: T, opts: CreatePropertyOptions, props: Partial<TypeToProps[T]>, transform?: LayerTransform, )
src/composition/factories/layerFactory.ts:55
↓ 1 callersMethodgetLayerPropertyMap
(layerId: string)
src/composition/manager/layer/LayerManager.tsx:409
↓ 1 callersFunctiongetLayerRect
( actionState: ActionState, layer: Layer, propertyMap: LayerPropertyMap, getPropertyValue: (propertyId: st
src/composition/layer/layerDimensions.ts:96
↓ 1 callersFunctiongetLayerTargetsWithinComposition
( composition: Composition, layerWrapper: HTMLDivElement, )
src/project/dragCompositionEligibleTargets.ts:15
↓ 1 callersFunctiongetLayerTypeSpecificProperties
( type: T, opts: CreatePropertyOptions, props: Partial<TypeToProps[T]>, )
src/composition/factories/layerFactory.ts:34
↓ 1 callersFunctiongetMatricesToApply
(j: number)
src/render/pixi/pixiTransform.ts:59
↓ 1 callersFunctiongetNApplications
(j: number)
src/render/pixi/pixiTransform.ts:49
↓ 1 callersFunctiongetNdArrayIndex
(dimensions: number[], indices: number[])
src/util/ndArray.ts:62
↓ 1 callersFunctiongetParentPropertyInLayer
( layerId: string, propertyId: string, compositionState: CompositionState, )
src/composition/compositionUtils.ts:426
↓ 1 callersFunctiongetPathNodesBoundingBoxCenter
( nodes: Record<string, ShapeNode>, )
src/svg/svgUtils.ts:4
↓ 1 callersFunctiongetPixiLayerGraphic
( actionState: ActionState, layer: Layer, getPropertyValue: (propertyId: string) => any, )
src/render/pixi/layerToPixi.ts:116
↓ 1 callersFunctiongetPolygonIntersections
(polygon)
src/util/math/svgPath.js:75
↓ 1 callersFunctiongetPropertyIdsPotentiallyAffectedByNodes
(nodes: CompiledFlowNode[])
src/composition/property/getPropertyIdsAffectedByNodes.ts:3
↓ 1 callersFunctiongetPropertyIdsThatAffectFlow
(compiledFlow: CompiledFlow)
src/flow/flowGraphOrder.ts:3
↓ 1 callersFunctiongetPropertyMaxValue
(propertyName: PropertyName)
src/property/propertyConstants.ts:22
↓ 1 callersFunctiongetPropertyMinValue
(propertyName: PropertyName)
src/property/propertyConstants.ts:18
↓ 1 callersFunctiongetPropertyTimelineColor
(propertyName: PropertyName)
src/property/propertyConstants.ts:42
↓ 1 callersFunctiongetRect
(actionState: ActionState, layerId: string)
src/composition/manager/interaction/interactionManager.ts:92
↓ 1 callersFunctiongetSavedActionState
()
src/state/saveState.ts:29
↓ 1 callersFunctiongetSvgNodeTransformMatrix
(node: SVGNode)
src/svg/parse/svgNodeTransformMatrix.ts:5
↓ 1 callersFunctiongetWindowInitData
()
src/main/windowInitData.ts:11
↓ 1 callersFunctionglobalToNormal
(vec: Vec2)
src/workspace/penTool/penToolContext.ts:47
↓ 1 callersFunctionglobalToNormal
(vec: Vec2)
src/graphEditor/graphEditorContext.ts:91
↓ 1 callersFunctionglobalToWorkspacePosition
( globalPosition: Vec2, viewport: Rect, scale: number, pan: Vec2, )
src/workspace/workspaceUtils.ts:1
↓ 1 callersFunctionhandleAreaDragFromCorner
( e: React.MouseEvent, corner: IntercardinalDirection, areaId: string, viewport: Rect, )
src/area/handlers/areaDragFromCorner.ts:48
↓ 1 callersFunctionhandleDragAreaResize
( _e: React.MouseEvent, row: AreaRowLayout, horizontal: boolean, areaIndex: number, // 1 is the first sepa
src/area/handlers/areaDragResize.ts:11
↓ 1 callersFunctionhandleSvg
(node: SVGSvgNode)
src/svg/composition/compositionFromSvg.ts:13
↓ 1 callersFunctionhasSelectedParent
(parentLayerId: string)
src/workspace/moveTool/moveTool.ts:238
↓ 1 callersFunctioninsertAtStart
( cornerParts: [CardinalDirection, CardinalDirection], horizontal: boolean, )
src/area/util/areaToRow.ts:4
↓ 1 callersFunctioninteractionManagerDiffHandler
( compositionId: string, interactions: InteractionManager, actionState: ActionState, diffs: Diff[], direc
src/composition/manager/interaction/interactionManagerDiffHandler.ts:13
↓ 1 callersFunctionintersectInfiniteLines
(a: Line, b: Line)
src/util/math/intersection/intersectInfiniteLines.ts:13
↓ 1 callersFunctionisActualIntersection
(entry, exit, polygon)
src/util/math/svgPath.js:44
↓ 1 callersFunctionisFlatBezier
(bezier: CubicBezier)
src/timeline/timelineUtils.ts:26
↓ 1 callersFunctionisLeftClick
(e: { button: number })
src/util/mouse.ts:1
↓ 1 callersFunctionisMiddleClick
(e: { button: number })
src/util/mouse.ts:5
↓ 1 callersFunctionisObjectWithRectProperties
( value: object, )
src/flow/flowValueConversion.ts:66
↓ 1 callersFunctionisObjectWithXY
(value: object)
src/flow/flowValueConversion.ts:26
↓ 1 callersFunctionisReferencedBy
(id: string)
src/composition/layer/layerUtils.ts:62
↓ 1 callersFunctionisRightClick
(e: { button: number })
src/util/mouse.ts:9
↓ 1 callersFunctionisShapePathClosed
(path: ShapePath)
src/shape/shapeUtils.ts:682
↓ 1 callersFunctionlayerManagerDiffHandler
( compositionId: string, layerManager: LayerManager, propertyManager: PropertyManager, actionState: Action
src/composition/manager/layer/layerManagerDiffHandler.ts:22
↓ 1 callersFunctionlayerParentSort
( layerIds: string[], compositionState: CompositionState, )
src/shared/layer/layerParentSort.ts:8
↓ 1 callersFunctionlerp
(out: Vec2, a: Vec2, b: Vec2, t: number)
src/util/math/closestPoint.ts:105
↓ 1 callersFunctionlineBoundingRect
(line: Line)
src/util/math/boundingRect.ts:101
↓ 1 callersFunctionlineLayerPropertiesFactory
( opts: CreatePropertyOptions, props: Partial<LineProperties> = {}, )
src/composition/factories/lineLayerPropertiesFactory.ts:81
↓ 1 callersFunctionlineLayerPropertyMap
(layerId: string, compositionState: CompositionState)
src/composition/layer/layerPropertyMap.ts:124
↓ 1 callersFunctionlocalMinimum
Find a minimum point for a bounded function. May be a local minimum. * minX : the smallest input value * maxX : the largest input value * ƒ
src/util/math/closestPoint.ts:64
↓ 1 callersFunctionmanageTopLevelComposition
( compositionId: string, areaId: string, canvas: HTMLCanvasElement, setErrors: (errors: CompositionError[]
src/composition/manager/compositionManager.ts:134
↓ 1 callersFunctionmapKeysEqual
(a: M, b: M)
src/util/mapUtils.ts:96
↓ 1 callersFunctionmaxVec2
(a: Vec2, b: Vec2)
src/util/math/intersection/intersectBezier3Line.ts:7
↓ 1 callersFunctionminVec2
(a: Vec2, b: Vec2)
src/util/math/intersection/intersectBezier3Line.ts:6
↓ 1 callersFunctionmoveTool
(e: React.MouseEvent, el: HTMLElement, options: Options)
src/workspace/useWorkspaceCursor.ts:27
↓ 1 callersMethodmultiply
(matOrVec: T)
src/util/math/mat.ts:92
↓ 1 callersFunctionnewTess
(curves: Array<Line | CubicBezier>)
src/util/math/newTess.ts:5
↓ 1 callersFunctionnormalizePolygonDirection
(polygon)
src/util/math/svgPath.js:229
↓ 1 callersFunctiononAddSelect
(options: AddNodeOptions)
src/flow/util/flowGraphContextMenu.ts:55
↓ 1 callersFunctiononChange
(valueType: ValueType)
src/flow/nodes/expression/ExpressionNodeOutput.tsx:64
↓ 1 callersFunctiononChange
(valueType: ValueType)
src/flow/nodes/expression/ExpressionNodeInput.tsx:65
↓ 1 callersFunctiononCurve
(curve: Curve)
src/svg/parse/shapeLayerFromCurves.ts:27
↓ 1 callersMethodonDimensionsChange
(actionState: ActionState, dimensions: LayerDimension[])
src/composition/manager/layer/LayerManager.tsx:350
↓ 1 callersMethodonDimensionsUpdate
(actionState: ActionState, dimensions: LayerDimension[])
src/composition/manager/layer/LayerManager.tsx:362
↓ 1 callersFunctiononGroupClick
(index: number)
src/toolbar/Toolbar.tsx:50
↓ 1 callersFunctiononItemClick
(tool: Tool)
src/toolbar/Toolbar.tsx:40
↓ 1 callersFunctiononListMouseOut
(i: number)
src/contextMenu/normal/NormalContextMenu.tsx:128
↓ 1 callersFunctiononListMouseOver
(options: ContextMenuOption[], i: number, j: number)
src/contextMenu/normal/NormalContextMenu.tsx:101
↓ 1 callersFunctiononMouseMoveListener
(e: MouseEvent | React.MouseEvent)
src/hook/useCanvasPixelSelector.ts:17
↓ 1 callersFunctiononMouseUpFn
()
src/area/handlers/areaDragFromCorner.ts:74
↓ 1 callersFunctiononMove
(e?: MouseEvent)
src/timeline/timelineHandlers.ts:71
↓ 1 callersFunctiononRemoveParent
(params: RequestActionParams)
src/timeline/layer/TimelineLayerParent.tsx:71
↓ 1 callersFunctiononResize
()
src/hook/useRefRect.ts:23
↓ 1 callersFunctiononSelectLayer
(layerId: string)
src/flow/nodes/property/PropertyNodeSelectProperty.tsx:248
↓ 1 callersFunctiononSelectParent
(params: RequestActionParams, parentId: string)
src/timeline/layer/TimelineLayerParent.tsx:79
↓ 1 callersFunctiononSubmit
()
src/timeline/value/TimelineColorValue.tsx:60
↓ 1 callersMethodonUpdateLayerParent
(actionState: ActionState, layerId: string)
src/composition/manager/layer/LayerManager.tsx:202
↓ 1 callersFunctionopenGraphEditorContextMenu
(position: Vec2, opts: Options)
src/graphEditor/graphEditorContextMenu.ts:12
↓ 1 callersFunctionoutlineLine
(line: Line, width: number)
src/util/math.ts:327
↓ 1 callersFunctionparseChild
(parentContext: ParseSvgContext, node: ElementNode)
src/svg/parse/svgTree.ts:32
↓ 1 callersFunctionparseD
(d: string)
src/svg/parse/dToCurves.ts:31
↓ 1 callersFunctionparseItem
(item: Json)
src/state/saveState.ts:6
↓ 1 callersFunctionparseStyleString
(style: string)
src/svg/svgStylesheet.ts:33
↓ 1 callersFunctionpassDiffsToManagers
( ctx: CompositionManager, actionState: ActionState, diffs: Diff[], direction: "forward" | "backward", )
src/composition/manager/compositionDiffHandler.ts:9
↓ 1 callersFunctionpathControlPointsBoundingRect
(curves: Curve[])
src/util/math/boundingRect.ts:112
↓ 1 callersFunctionpathify
* Converts the element types specified by `toPathify` and the * nodes whose transform cannot be represented by a LayerTransform * into path elements
src/svg/parse/svgTree.ts:94
↓ 1 callersFunctionpenTool
(e: React.MouseEvent, el: HTMLElement, options: Options)
src/workspace/useWorkspaceCursor.ts:78
↓ 1 callersFunctionpenToolMovePathIds
( moveVector: Vec2, state: ShapeState, pathIds: string[], )
src/workspace/penTool/penToolMoveObjects.ts:113
↓ 1 callersFunctionpixiLineCap
(lineCap: LineCap)
src/render/pixi/pixiConstants.ts:4
↓ 1 callersFunctionpixiLineJoin
(lineJoin: LineJoin)
src/render/pixi/pixiConstants.ts:15
↓ 1 callersFunctionpointStringToPoints
(pointString: string)
src/svg/parse/polyToPoints.ts:1
↓ 1 callersFunctionpopulateLayerManager
(actionState: ActionState, layerManager: LayerManager)
src/composition/manager/populateLayerManager.ts:4
↓ 1 callersFunctionpositiveAngleRadians
(angle: number)
src/util/math.ts:134
↓ 1 callersFunctionprojectVecToAngle
(vec: Vec2, angle: number)
src/util/math.ts:158
↓ 1 callersFunctionrecomputePropertyValueArraysAffectedByNode
( node: FlowNode<FlowNodeType.property_output>, actionState: ActionState, propertyStore: PropertyStore, no
src/composition/property/recomputePropertyValuesAffectedByNode.ts:65
↓ 1 callersFunctionrecomputePropertyValuesAffectedByNode
( node: FlowNode<FlowNodeType.property_output>, actionState: ActionState, propertyStore: PropertyStore, no
src/composition/property/recomputePropertyValuesAffectedByNode.ts:4
← previousnext →501–600 of 1,040, ranked by callers