Home
last modified time | relevance | path

Searched refs:HatchType (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/inc/vcl/ !
H A Dgraphictools.hxx269 enum HatchType enum in SvtGraphicFill
318HatchType aHatchType, // TODO: vector of directions and start points
365 HatchType getHatchType () const;
419 void setHatchType ( HatchType aHatchType );
449 HatchType maHatchType;
/trunk/main/vcl/source/gdi/ !
H A Dgraphictools.cxx393 HatchType aHatchType, in SvtGraphicFill()
457 SvtGraphicFill::HatchType SvtGraphicFill::getHatchType() const in getHatchType()
663 void SvtGraphicFill::setHatchType( HatchType aHatchType ) in setHatchType()
745 rClass.maHatchType = SvtGraphicFill::HatchType( nTmp ); in operator >>()
/trunk/main/drawinglayer/source/processor2d/ !
H A Dvclmetafileprocessor2d.cxx1490 SvtGraphicFill::HatchType eHatch(SvtGraphicFill::hatchSingle); in processBasePrimitive2D()