Searched refs:DXFHatchEntity (Results 1 – 4 of 4) sorted by relevance
661 DXFHatchEntity::DXFHatchEntity() : in DXFHatchEntity() function in DXFHatchEntity680 void DXFHatchEntity::EvaluateGroup( DXFGroupReader & rDGR ) in EvaluateGroup()729 DXFHatchEntity::~DXFHatchEntity() in ~DXFHatchEntity()843 else if (strcmp(rDGR.GetS(),"HATCH" )==0) pE=new DXFHatchEntity; in Read()
464 class DXFHatchEntity : public DXFBasicEntity class486 DXFHatchEntity();487 ~DXFHatchEntity();
106 void DrawHatchEntity( const DXFHatchEntity & rE, const DXFTransform & rTransform );
610 void DXF2GDIMetaFile::DrawHatchEntity(const DXFHatchEntity & rE, const DXFTransform & rTransform ) in DrawHatchEntity()818 DrawHatchEntity((DXFHatchEntity&)*pE, *pT); in DrawEntities()
Completed in 22 milliseconds