Home
last modified time | relevance | path

Searched refs:explicitlySetCurrentTime (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_switch_time_stroke_strategy.cpp69 m_d->interface->explicitlySetCurrentTime(frameId); in initStrokeCallback()
H A Dkis_image_animation_interface.h186 void explicitlySetCurrentTime(int frameId);
H A Dkis_image_animation_interface.cpp259 void KisImageAnimationInterface::explicitlySetCurrentTime(int frameId) in explicitlySetCurrentTime() function in KisImageAnimationInterface
/dports/graphics/krita/krita-4.4.8/plugins/tools/tool_transform2/strokes/
H A Dtransform_stroke_strategy.cpp194 clonedImage->animationInterface()->explicitlySetCurrentTime(desiredAnimTime); in doStrokeCallback()