Searched refs:bRoundEdges (Results 1 – 2 of 2) sorted by relevance
190 … const bool bRoundEdges = fRoundedEdge && fOffset < fWidthH && 2.0 * fOffset < fHeightSign*fHeight; in createPolyPolygon_Cube() local191 const sal_Int32 nPointCount = bRoundEdges ? 13 : 5; in createPolyPolygon_Cube()
9456 bool bRoundEdges = nCornerRadius > 0; in DrawSelectionBackground() local9482 if( bRoundEdges ) in DrawSelectionBackground()9527 … nPercent = bRoundEdges ? 40 : 20; // selected, pressed or checked ( very dark ) in DrawSelectionBackground()9540 … nPercent = bRoundEdges ? 60 : 35; // selected, pressed or checked ( very dark ) in DrawSelectionBackground()9586 if( bRoundEdges ) in DrawSelectionBackground()
Completed in 58 milliseconds