MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / copyCel

Method copyCel

src/app/document_api.cpp:357–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357void DocumentApi::copyCel(
358 LayerImage* srcLayer, frame_t srcFrame,
359 LayerImage* dstLayer, frame_t dstFrame)
360{
361 copyCel(
362 srcLayer, srcFrame,
363 dstLayer, dstFrame, dstLayer->isContinuous());
364}
365
366void DocumentApi::copyCel(
367 LayerImage* srcLayer, frame_t srcFrame,

Callers 3

drop_range_opFunction · 0.80
onExecuteMethod · 0.80
pasteFunction · 0.80

Calls 2

isContinuousMethod · 0.80
executeMethod · 0.45

Tested by

no test coverage detected