Searched defs:entities (Results 1 - 2 of 2) sorted by relevance
/inkscape/share/extensions/ |
H A D | dxf_input.py | 344 entities = {'MTEXT': export_MTEXT, 'TEXT': export_MTEXT, 'POINT': export_POINT, 'LINE': export_LINE, 'SPLINE': export_SPLINE, 'CIRCLE': export_CIRCLE, 'ARC': export_ARC, 'ELLIPSE': export_ELLIPSE, 'LEADER': export_LEADER, 'LWPOLYLINE': export_LWPOLYLINE, 'HATCH': export_HATCH, 'DIMENSION': export_DIMENSION, 'INSERT': export_INSERT, 'BLOCK': export_BLOCK, 'ENDBLK': export_ENDBLK, 'ATTDEF': export_ATTDEF, 'VIEWPORT': False, 'ENDSEC': False} variable 478 elif entities.has_key(line[1]): 479 if entities.has_key(entity): 521 if entities[entity]: 522 entities[entity]()
|
/inkscape/ |
H A D | buildtool.cpp | 925 * output, escaping its entities. 1129 static EntityEntry entities[] = member in namespace:buildtool 1329 for (EntityEntry *ee = entities ; ee->value ; ee++) 1567 for (EntityEntry *ee = entities ; ee->value ; ee++)
|
Completed in 31 milliseconds