Searched refs:HatchUnits (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsp-hatch.h46 enum HatchUnits { enum in class:SPHatch
76 HatchUnits hatchUnits() const;
77 HatchUnits hatchContentUnits() const;
138 HatchUnits _hatchUnits : 1;
140 HatchUnits _hatchContentUnits : 1;
H A Dsp-hatch.cpp408 SPHatch::HatchUnits SPHatch::hatchUnits() const
410 HatchUnits units = _hatchUnits;
420 SPHatch::HatchUnits SPHatch::hatchContentUnits() const
422 HatchUnits units = _hatchContentUnits;

Completed in 74 milliseconds