Home
last modified time | relevance | path

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

/dports/databases/spatialite/libspatialite-5.0.1/src/headers/spatialite/
H A Dgg_dxf.h421 gaiaDxfPolylinePtr last_polyg; member
466 gaiaDxfPolylinePtr last_polyg; member
/dports/databases/spatialite/libspatialite-5.0.1/src/dxf/
H A Ddxf_parser.c1479 if (lyr->last_polyg != NULL) in insert_dxf_polyline()
1480 lyr->last_polyg->next = ln; in insert_dxf_polyline()
1481 lyr->last_polyg = ln; in insert_dxf_polyline()
1537 if (dxf->curr_block.last_polyg != NULL) in insert_dxf_block_polyline()
1539 dxf->curr_block.last_polyg = ln; in insert_dxf_block_polyline()
1592 blk->last_polyg = NULL; in alloc_dxf_block()
1696 blk->last_polyg = dxf->curr_block.last_polyg; in insert_dxf_block()
1698 dxf->curr_block.last_polyg = NULL; in insert_dxf_block()
1727 lyr->last_polyg = NULL; in alloc_dxf_layer()
2055 dxf->curr_block.last_polyg = NULL; in reset_dxf_block()
[all …]