Lines Matching refs:bRet
495 bool bRet = false; in DrawPolyPolygon() local
499 bRet = drawPolyPolygon( aMirror, i_fTransparency ); in DrawPolyPolygon()
502 bRet = drawPolyPolygon( i_rPolyPolygon, i_fTransparency ); in DrawPolyPolygon()
503 return bRet; in DrawPolyPolygon()
544 sal_Bool bRet = sal_False; in DrawPolyPolygonBezier() local
557 bRet = drawPolyPolygonBezier( i_nPoly, i_pPoints, (PCONSTSALPOINT*)pPtAry2, i_pFlgAry ); in DrawPolyPolygonBezier()
564 bRet = drawPolyPolygonBezier( i_nPoly, i_pPoints, i_pPtAry, i_pFlgAry ); in DrawPolyPolygonBezier()
565 return bRet; in DrawPolyPolygonBezier()
576 bool bRet = false; in DrawPolyLine() local
580 bRet = drawPolyLine( aMirror, i_fTransparency, i_rLineWidth, i_eLineJoin, i_eLineCap ); in DrawPolyLine()
583 bRet = drawPolyLine( i_rPolygon, i_fTransparency, i_rLineWidth, i_eLineJoin, i_eLineCap ); in DrawPolyLine()
584 return bRet; in DrawPolyLine()
763 sal_Bool bRet = drawNativeControl( nType, nPart, rgn, nState, aValue, aCaption ); in DrawNativeControl() local
765 return bRet; in DrawNativeControl()
780 sal_Bool bRet = drawNativeControlText( nType, nPart, rgn, nState, aValue, aCaption ); in DrawNativeControlText() local
782 return bRet; in DrawNativeControlText()