Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dregionband.cxx457 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 Dregband.cxx212 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 Dregion.cxx139 const LineType eLineType (aStart.Y() > aEnd.Y() ? LINE_DESCENDING : LINE_ASCENDING); in ImplRectilinearPolygonToBands() local
186 pBand->InsertPoint(aStart.X(), nLineId++, true, eLineType); in ImplRectilinearPolygonToBands()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dactimpr.cxx145 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 Dbundles.cxx57 eLineType = rSource.eLineType; in operator =()
H A Dclass5.cxx44 pElement->pLineBundle->eLineType = (LineType)ImplGetI( pElement->nIndexPrecision ); in ImplDoClass5()
46 pElement->aLineBundle.eLineType = (LineType)ImplGetI( pElement->nIndexPrecision ); in ImplDoClass5()
H A Dbundles.hxx61 LineType eLineType; member in LineBundle
H A Dclass2.cxx154 aTempLineBundle.eLineType = (LineType)ImplGetI( pElement->nIndexPrecision ); in ImplDoClass2()
H A Delements.cxx212 aLineBundle.eLineType = LT_SOLID; in Init()
/trunk/main/vcl/inc/vcl/
H A Dregband.hxx118 bool bEndPoint, LineType eLineType );
/trunk/main/vcl/inc/
H A Dregionband.hxx64 bool InsertPoint(const Point &rPoint, long nLineID, bool bEndPoint, LineType eLineType);

Completed in 50 milliseconds