Searched refs:bHasLine (Results 1 – 3 of 3) sorted by relevance
545 const bool bHasLine(m_aLineColor != SALCOLOR_NONE); in drawAlphaRect() local547 if(!(bHasFill || bHasLine)) in drawAlphaRect()572 if (bHasLine) in drawAlphaRect()1435 const bool bHasLine(m_aLineColor != SALCOLOR_NONE); in drawPolyPolygon() local1437 …if(0 == rPolyPolygon.count() || !(bHasFill || bHasLine) || fTransparency < 0.0 || fTransparency >=… in drawPolyPolygon()1475 if (bHasLine) in drawPolyPolygon()
869 const bool bHasLine(m_aLineColor != SALCOLOR_NONE); in drawAlphaRect() local871 if(!(bHasFill || bHasLine)) in drawAlphaRect()896 if (bHasLine) in drawAlphaRect()1858 const bool bHasLine(m_aLineColor != SALCOLOR_NONE); in drawPolyPolygon() local1860 …if(0 == rPolyPolygon.count() || !(bHasFill || bHasLine) || fTransparency < 0.0 || fTransparency >=… in drawPolyPolygon()1898 if (bHasLine) in drawPolyPolygon()
852 const bool bHasLine(mLineColor != SALCOLOR_NONE); in drawPolyPolygon() local854 if (rPolyPolygon.count() == 0 || !(bHasFill || bHasLine) || fTransparency < 0.0 in drawPolyPolygon()