Home
last modified time | relevance | path

Searched refs:isSpray (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/src/app/tools/
H A Dpoint_shape.h23 virtual bool isSpray() { return false; } in isSpray() function
H A Dpoint_shapes.h150 bool isSpray() override { return true; } in isSpray() function
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/editor/
H A Dtool_loop_impl.cpp669 if (m_pointShape->isSpray()) { in PreviewToolLoopImpl()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Dcontext_bar.cpp1422 (tool->getPointShape(0)->isSpray() || in updateForTool()
1423 tool->getPointShape(1)->isSpray()); in updateForTool()
/dports/graphics/blender/blender-2.91.0/extern/mantaflow/preprocessed/
H A Dparticle.h304 inline bool isSpray(IndexInt idx) const in isSpray() function