Searched refs:LINE_NONE (Results 1 – 9 of 9) sorted by relevance
113 #define LINE_NONE LineStyle_NONE macro123 LINE_NONE = 0, enumerator
536 LineInfo aLineInfo( LINE_NONE, 0 ); in ImplConvertFromSVM1()1022 aLineInfo.SetStyle( nPenStyle ? LINE_SOLID : LINE_NONE ); in ImplConvertFromSVM1()1172 bFatLine = ( LINE_NONE != aLineInfo.GetStyle() ) && !aLineInfo.IsDefault(); in ImplConvertFromSVM1()1470 const bool bFatLine(!rInfo.IsDefault() && (LINE_NONE != rInfo.GetStyle())); in ImplWriteActions()1626 const bool bFatLine(!rInfo.IsDefault() && (LINE_NONE != rInfo.GetStyle())); in ImplWriteActions()
1701 …if ( !IsDeviceOutputNecessary() || !mbLineColor || ( LINE_NONE == rLineInfo.GetStyle() ) || ImplIs… in DrawLine()1891 …if ( !IsDeviceOutputNecessary() || !mbLineColor || ( nPoints < 2 ) || ( LINE_NONE == rLineInfo.Get… in ImpDrawPolyLineWithLineInfo()
622 aLineInfo.SetStyle( LINE_NONE ); in ReadEnhWMF()675 aLineInfo.SetStyle( LINE_NONE ); in ReadEnhWMF()
722 aLineInfo.SetStyle( LINE_NONE ); in ReadRecordParams()
512 case LINE_NONE : in WMFRecord_CreatePenIndirect()
1982 else if( LINE_NONE != rLineInfo.GetStyle() ) in createActions()2167 else if( LINE_NONE != rLineInfo.GetStyle() ) in createActions()
440 …return ( ! ( aLineInfo.IsDefault() || ( aLineInfo.GetStyle() == LINE_NONE ) || ( pVirDev->GetLineC… in IsLineInfo()674 eLineStyle = LINE_NONE; in SetPen()
1170 case LINE_NONE : in METSetAndPushLineInfo()
Completed in 116 milliseconds