Home
last modified time | relevance | path

Searched refs:tmpshp (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapgeomtransform.c198 shapeObj *tmpshp; in msDrawTransformedShape() local
220 tmpshp = p.result.shpval; in msDrawTransformedShape()
222 switch (tmpshp->type) { in msDrawTransformedShape()
232 msFreeShape(tmpshp); in msDrawTransformedShape()
233 msFree(tmpshp); in msDrawTransformedShape()
271 shapeObj *tmpshp; in msGeomTransformShape() local
294 tmpshp = p.result.shpval; in msGeomTransformShape()
301 for(i=0; i<tmpshp->numlines; i++) in msGeomTransformShape()
302 msAddLine(shape, &(tmpshp->line[i])); /* copy each line */ in msGeomTransformShape()
304 msFreeShape(tmpshp); in msGeomTransformShape()
[all …]
/dports/games/avp/avp-20170505/src/win95/
H A Dmishchnk.cpp812 Shape_Chunk * tmpshp; in check_file() local
819 tmpshp = (Shape_Chunk *)shpchls(); in check_file()
820 tmpshph = tmpshp->get_header(); in check_file()
827 tmpshp->updated_outside = TRUE; in check_file()
830 if (!tmpshp->local_lock) { in check_file()
831 tmpshp->external_lock = TRUE; in check_file()
836 tmpshp->external_lock = TRUE; in check_file()
H A Dchnkload.cpp632 Chunk_With_Children * tmpshp in setup_tex_conv_array() argument
644 Chunk * pChunk = tmpshp->lookup_single_child("SHPEXTFL"); in setup_tex_conv_array()
765 tmpshp, in copy_to_mainshapelist()
778 tmpshp->shape_data, in copy_to_mainshapelist()
780 tmpshp, in copy_to_mainshapelist()
791 Chunk * pChunk = tmpshp->lookup_single_child("SHPEXTFL"); in copy_to_mainshapelist()
801 List<Object_Chunk*> const & oblist=tmpshp->list_assoc_objs(); in copy_to_mainshapelist()
817 if (tmpshp->count_children("ANIMSEQU")) in copy_to_mainshapelist()
820 pChunk=tmpshp->lookup_single_child("ASALTTEX"); in copy_to_mainshapelist()
856 pChunk = tmpshp->lookup_single_child ("SHPFRAGS"); in copy_to_mainshapelist()
[all …]
/dports/games/avp/avp-20170505/src/avp/win95/
H A Dprojload.cpp1387 Shape_Chunk * tmpshp = oli()->get_assoc_shape(); in copy_rif_data_as_hierarchy() local
1390 CTM_ReturnType rt_temp = copy_to_mainshapelist(h,tmpshp,flags); in copy_rif_data_as_hierarchy()
1467 Shape_Chunk * tmpshp = (Shape_Chunk *)shplst(); in copy_rif_data_as_hierarchy() local
1469 if ( ! tmpshp->list_assoc_objs().size() ) in copy_rif_data_as_hierarchy()
1472 copy_to_mainshapelist(h,tmpshp,flags); in copy_rif_data_as_hierarchy()
2718 Shape_Chunk * tmpshp = (Shape_Chunk *)shplst(); in copy_rif_data() local
2720 if ( ! tmpshp->list_assoc_objs().size() ) in copy_rif_data()
2723 copy_to_mainshapelist(h,tmpshp,flags); in copy_rif_data()
/dports/audio/sphinx3/sphinx3-0.8/src/libs3decoder/libsearch/
H A Dvithist.c227 backpointer_t *tmpshp; in vithist_entry_dirty_cp() local
230 tmpshp = va->rc; in vithist_entry_dirty_cp()
233 va->rc = tmpshp; in vithist_entry_dirty_cp()