↓ 1 callersFunctiondrawBottomLeftPath({
cornerRadius,
a,
b,
c,
d,
p,
arcSectionLength,
}: CornerPathParams)
blocksuite/affine/shared/src/utils/figma-squircle/draw.ts:172
↓ 1 callersFunctiondrawBottomRightPath({
cornerRadius,
a,
b,
c,
d,
p,
arcSectionLength,
}: CornerPathParams)
blocksuite/affine/shared/src/utils/figma-squircle/draw.ts:149
↓ 1 callersFunctiondrawRect(
ctx: CanvasRenderingContext2D,
x: number,
y: number,
width: number,
height: number,
radius: numb
blocksuite/affine/gfx/shape/src/element-renderer/shape/utils.ts:99
↓ 1 callersFunctiondrawTopLeftPath({
cornerRadius,
a,
b,
c,
d,
p,
arcSectionLength,
}: CornerPathParams)
blocksuite/affine/shared/src/utils/figma-squircle/draw.ts:195
↓ 1 callersFunctiondrawTopRightPath({
cornerRadius,
a,
b,
c,
d,
p,
arcSectionLength,
}: CornerPathParams)
blocksuite/affine/shared/src/utils/figma-squircle/draw.ts:128
↓ 1 callersFunctiondrawWaveform({
canvas,
container,
waveform,
progress,
mini,
}: DrawWaveformOptions)
packages/frontend/component/src/ui/audio-player/audio-waveform.tsx:27