Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/icgm/
H A Dclass2.cxx195 EdgeBundle aTempEdgeBundle; in ImplDoClass2() local
196 aTempEdgeBundle.SetIndex( ImplGetI( pElement->nIndexPrecision ) ); in ImplDoClass2()
197 aTempEdgeBundle.eEdgeType = (EdgeType)ImplGetI( pElement->nIndexPrecision ); in ImplDoClass2()
198 aTempEdgeBundle.nEdgeWidth = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass2()
199 aTempEdgeBundle.SetColor( ImplGetBitmapColor() ); in ImplDoClass2()
200 pElement->InsertBundle( pElement->aEdgeList, aTempEdgeBundle ); in ImplDoClass2()

Completed in 5 milliseconds