Home
last modified time | relevance | path

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

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-hatch.h50 enum HatchUnits { enum
80 HatchUnits hatchUnits() const;
81 HatchUnits hatchContentUnits() const;
149 HatchUnits _hatchUnits : 1;
151 HatchUnits _hatchContentUnits : 1;
H A Dsp-hatch.cpp401 SPHatch::HatchUnits SPHatch::hatchUnits() const in hatchUnits()
403 HatchUnits units = _hatchUnits; in hatchUnits()
413 SPHatch::HatchUnits SPHatch::hatchContentUnits() const in hatchContentUnits()
415 HatchUnits units = _hatchContentUnits; in hatchContentUnits()