Home
last modified time | relevance | path

Searched defs:LayerGroup (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Drestore_visible_layers.h15 class LayerGroup; variable
H A Ddoc_api.h23 class LayerGroup; variable
/dports/graphics/aseprite/aseprite-1.2.9/src/doc/
H A Dselected_layers.h19 class LayerGroup; variable
H A Dobject_type.h23 LayerGroup, enumerator
H A Dsprite.h37 class LayerGroup; variable
H A Dlayer.h27 class LayerGroup; variable
H A Dlayer.cpp372 LayerGroup::LayerGroup(Sprite* sprite) in LayerGroup() function in doc::LayerGroup
/dports/astro/merkaartor/merkaartor-0.19.0/src/Layers/
H A DLayer.h55 enum LayerGroup { enum
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/txp/
H A DTXPParser.cpp37 class LayerGroup : public osg::Group class
40 LayerGroup() : osg::Group() {} in LayerGroup() function in LayerGroup
42 LayerGroup(const LayerGroup& gg,const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY): in LayerGroup() function in LayerGroup
/dports/cad/pcb/pcb-4.2.0/src/
H A Dfind.c2121 LookupLOConnectionsToArc (ArcType *Arc, Cardinal LayerGroup, int flag, bool AndRats) in LookupLOConnectionsToArc()
2259 LookupLOConnectionsToLine (LineType *Line, Cardinal LayerGroup, in LookupLOConnectionsToLine()
2404 LookupLOConnectionsToRatEnd (PointType *Point, Cardinal LayerGroup, int flag) in LookupLOConnectionsToRatEnd()
2547 LookupLOConnectionsToPad (PadType *Pad, Cardinal LayerGroup, int flag, bool AndRats) in LookupLOConnectionsToPad()
2694 LookupLOConnectionsToPolygon (PolygonType *Polygon, Cardinal LayerGroup, int flag, bool AndRats) in LookupLOConnectionsToPolygon()
H A Dmisc.c1098 ParseGroupString (char *group_string, LayerGroupType *LayerGroup, int *LayerN) in ParseGroupString()