Searched refs:eLineType (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/vcl/source/gdi/ |
H A D | regionband.cxx | 457 LineType eLineType = (rStartPt.Y() > rEndPt.Y()) ? LINE_DESCENDING : LINE_ASCENDING; in InsertLine() local 473 eLineType ); in InsertLine() 483 eLineType ); in InsertLine() 506 InsertPoint( Point( nX, nY ), nLineId, nStartX == nX, eLineType ); in InsertLine() 522 InsertPoint( Point( nX, nY ), nLineId, nStartY == nY, eLineType ); in InsertLine() 532 InsertPoint( Point( nEndX, nEndY ), nLineId, true, eLineType ); in InsertLine() 539 bool RegionBand::InsertPoint(const Point &rPoint, long nLineID, bool bEndPoint, LineType eLineType) in InsertPoint() argument 545 mpLastCheckedBand->InsertPoint( rPoint.X(), nLineID, bEndPoint, eLineType ); in InsertPoint() 557 mpLastCheckedBand->InsertPoint( rPoint.X(), nLineID, bEndPoint, eLineType ); in InsertPoint() 575 mpLastCheckedBand->InsertPoint( rPoint.X(), nLineID, bEndPoint, eLineType ); in InsertPoint()
|
H A D | regband.cxx | 212 bool bEndPoint, LineType eLineType ) in InsertPoint() argument 220 mpFirstBandPoint->meLineType = eLineType; in InsertPoint() 288 pNewRegionBandPoint->meLineType = eLineType; in InsertPoint() 310 pNewRegionBandPoint->meLineType = eLineType; in InsertPoint()
|
H A D | region.cxx | 137 const LineType eLineType (aStart.Y() > aEnd.Y() ? LINE_DESCENDING : LINE_ASCENDING); in ImplRectilinearPolygonToBands() local 184 pBand->InsertPoint(aStart.X(), nLineId++, true, eLineType); in ImplRectilinearPolygonToBands()
|
/aoo41x/main/filter/source/graphicfilter/icgm/ |
H A D | actimpr.cxx | 145 LineType eLineType; in ImplSetLineBundle() local 153 eLineType = mpCGM->pElement->pLineBundle->eLineType; in ImplSetLineBundle() 155 eLineType = mpCGM->pElement->aLineBundle.eLineType; in ImplSetLineBundle() 167 switch( eLineType ) in ImplSetLineBundle()
|
H A D | bundles.cxx | 57 eLineType = rSource.eLineType; in operator =()
|
H A D | class5.cxx | 44 pElement->pLineBundle->eLineType = (LineType)ImplGetI( pElement->nIndexPrecision ); in ImplDoClass5() 46 pElement->aLineBundle.eLineType = (LineType)ImplGetI( pElement->nIndexPrecision ); in ImplDoClass5()
|
H A D | bundles.hxx | 61 LineType eLineType; member in LineBundle
|
H A D | class2.cxx | 154 aTempLineBundle.eLineType = (LineType)ImplGetI( pElement->nIndexPrecision ); in ImplDoClass2()
|
H A D | elements.cxx | 212 aLineBundle.eLineType = LT_SOLID; in Init()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | regband.hxx | 118 bool bEndPoint, LineType eLineType );
|
/aoo41x/main/vcl/inc/ |
H A D | regionband.hxx | 64 bool InsertPoint(const Point &rPoint, long nLineID, bool bEndPoint, LineType eLineType);
|
Completed in 60 milliseconds