Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/icgm/
H A Delements.cxx112 aEdgeBundle = rSource.aEdgeBundle; in operator =()
227 pEdgeBundle = &aEdgeBundle; // edge bundle parameter in Init()
228 aEdgeBundle.SetIndex( 1 ); in Init()
229 aEdgeBundle.eEdgeType = ET_SOLID; in Init()
230 aEdgeBundle.nEdgeWidth = 1; in Init()
231 aEdgeBundle.SetColor( 0xffffff ); in Init()
232 InsertBundle( aEdgeList, aEdgeBundle ); in Init()
H A Dclass5.cxx255 …etBundleIndex( ImplGetI( pElement->nIndexPrecision ), pElement->aEdgeList, pElement->aEdgeBundle ); in ImplDoClass5()
262 pElement->aEdgeBundle.eEdgeType = (EdgeType)ImplGetI( pElement->nIndexPrecision ); in ImplDoClass5()
280 ? pElement->aEdgeBundle.nEdgeWidth = nWidth in ImplDoClass5()
281 : pElement->aEdgeBundle.nEdgeWidth = nWidth; in ImplDoClass5()
289 pElement->aEdgeBundle.SetColor( ImplGetBitmapColor() ); in ImplDoClass5()
H A Dactimpr.cxx218 eEdgeType = mpCGM->pElement->aEdgeBundle.eEdgeType; in ImplSetFillBundle()
222 fEdgeWidth = mpCGM->pElement->aEdgeBundle.nEdgeWidth; in ImplSetFillBundle()
226 nEdgeColor = mpCGM->pElement->aEdgeBundle.GetColor(); in ImplSetFillBundle()
H A Delements.hxx93 EdgeBundle aEdgeBundle; member in CGMElements

Completed in 405 milliseconds