Searched refs:DXFHatchEntity (Results 1 – 4 of 4) sorted by relevance
683 DXFHatchEntity::DXFHatchEntity() : in DXFHatchEntity() function in DXFHatchEntity702 void DXFHatchEntity::EvaluateGroup( DXFGroupReader & rDGR ) in EvaluateGroup()762 DXFHatchEntity::~DXFHatchEntity() in ~DXFHatchEntity()876 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 16 milliseconds