Home
last modified time | relevance | path

Searched refs:bHasLine (Results 1 – 3 of 3) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/headless/
H A Dsvpgdi.cxx545 const bool bHasLine(m_aLineColor != SALCOLOR_NONE); in drawAlphaRect() local
547 if(!(bHasFill || bHasLine)) in drawAlphaRect()
572 if (bHasLine) in drawAlphaRect()
1435 const bool bHasLine(m_aLineColor != SALCOLOR_NONE); in drawPolyPolygon() local
1437 …if(0 == rPolyPolygon.count() || !(bHasFill || bHasLine) || fTransparency < 0.0 || fTransparency >=… in drawPolyPolygon()
1475 if (bHasLine) in drawPolyPolygon()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/headless/
H A Dsvpgdi.cxx869 const bool bHasLine(m_aLineColor != SALCOLOR_NONE); in drawAlphaRect() local
871 if(!(bHasFill || bHasLine)) in drawAlphaRect()
896 if (bHasLine) in drawAlphaRect()
1858 const bool bHasLine(m_aLineColor != SALCOLOR_NONE); in drawPolyPolygon() local
1860 …if(0 == rPolyPolygon.count() || !(bHasFill || bHasLine) || fTransparency < 0.0 || fTransparency >=… in drawPolyPolygon()
1898 if (bHasLine) in drawPolyPolygon()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/skia/
H A Dgdiimpl.cxx852 const bool bHasLine(mLineColor != SALCOLOR_NONE); in drawPolyPolygon() local
854 if (rPolyPolygon.count() == 0 || !(bHasFill || bHasLine) || fTransparency < 0.0 in drawPolyPolygon()