Home
last modified time | relevance | path

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

/dports/graphics/geomview/geomview-1.9.5/src/lib/color/
H A Dmerge.h35 extern void PaintCopy(), PaintCopyN();
H A Dpaintcopy.c37 PaintCopy( f, b, t, m ) in PaintCopy() function
/dports/graphics/aseprite/aseprite-1.2.9/src/app/tools/
H A Dactive_tool.cpp90 id = tools::WellKnownInks::PaintCopy; in activeInk()
98 id = tools::WellKnownInks::PaintCopy; in activeInk()
H A Dtool_box.h38 extern const char* PaintCopy;
H A Dtool_box.cpp57 const char* WellKnownInks::PaintCopy = "paint_copy"; member in app::tools::WellKnownInks
115 m_inks[WellKnownInks::PaintCopy] = new PaintInk(PaintInk::Copy); in ToolBox()