Lines Matching refs:bRet

277 	sal_Bool			bRet = sal_False;  in Convert()  local
282 bRet = ImplMakeMono( 128 ); in Convert()
286 bRet = ImplMakeMonoDither(); in Convert()
290 bRet = ImplMakeGreyscales( 16 ); in Convert()
296 bRet = ImplConvertUp( 4, NULL ); in Convert()
298 bRet = ImplConvertDown( 4, NULL ); in Convert()
300 bRet = sal_True; in Convert()
309 bRet = ImplConvertUp( 4, &aTrans ); in Convert()
311 bRet = ImplConvertDown( 4, &aTrans ); in Convert()
316 bRet = ImplMakeGreyscales( 256 ); in Convert()
322 bRet = ImplConvertUp( 8 ); in Convert()
324 bRet = ImplConvertDown( 8 ); in Convert()
326 bRet = sal_True; in Convert()
335 bRet = ImplConvertUp( 8, &aTrans ); in Convert()
337 bRet = ImplConvertDown( 8, &aTrans ); in Convert()
344 bRet = ImplConvertUp( 24, NULL ); in Convert()
346 bRet = sal_True; in Convert()
351 bRet = ImplConvertGhosted(); in Convert()
359 return bRet; in Convert()
367 sal_Bool bRet = sal_False; in ImplMakeMono() local
416 bRet = sal_True; in ImplMakeMono()
421 if( bRet ) in ImplMakeMono()
433 return bRet; in ImplMakeMono()
441 sal_Bool bRet = sal_False; in ImplMakeMonoDither() local
493 bRet = sal_True; in ImplMakeMonoDither()
498 if( bRet ) in ImplMakeMonoDither()
510 return bRet; in ImplMakeMonoDither()
520 sal_Bool bRet = sal_False; in ImplMakeGreyscales() local
601 bRet = sal_True; in ImplMakeGreyscales()
606 if( bRet ) in ImplMakeGreyscales()
620 bRet = sal_True; in ImplMakeGreyscales()
624 return bRet; in ImplMakeGreyscales()
634 sal_Bool bRet = sal_False; in ImplConvertUp() local
683 bRet = sal_True; in ImplConvertUp()
688 if( bRet ) in ImplConvertUp()
700 return bRet; in ImplConvertUp()
710 sal_Bool bRet = sal_False; in ImplConvertDown() local
809 bRet = sal_True; in ImplConvertDown()
814 if( bRet ) in ImplConvertDown()
826 return bRet; in ImplConvertDown()
835 sal_Bool bRet = sal_False; in ImplConvertGhosted() local
858 bRet = sal_True; in ImplConvertGhosted()
884 bRet = sal_True; in ImplConvertGhosted()
891 if( bRet ) in ImplConvertGhosted()
902 return bRet; in ImplConvertGhosted()
1032 sal_Bool bRet; in Scale() local
1036 bRet = Scale( (double) rNewSize.Width() / aSize.Width(), in Scale()
1041 bRet = sal_True; in Scale()
1043 return bRet; in Scale()
1112 sal_Bool bRet = sal_False; in ImplScaleFast() local
1159 bRet = sal_True; in ImplScaleFast()
1169 if( bRet ) in ImplScaleFast()
1173 return bRet; in ImplScaleFast()
1183 sal_Bool bRet = sal_False; in ImplScaleInterpolate() local
1270 bRet = sal_True; in ImplScaleInterpolate()
1276 if( bRet ) in ImplScaleInterpolate()
1278 bRet = sal_False; in ImplScaleInterpolate()
1342 bRet = sal_True; in ImplScaleInterpolate()
1348 if( bRet ) in ImplScaleInterpolate()
1356 if( !bRet ) in ImplScaleInterpolate()
1358 bRet = ImplScaleFast( rScaleX, rScaleY ); in ImplScaleInterpolate()
1361 return bRet; in ImplScaleInterpolate()
1379 bool bRet = false; in ImplScaleSuper() local
2155 bRet = true; in ImplScaleSuper()
2166 if( bRet ) in ImplScaleSuper()
2172 if( !bRet ) in ImplScaleSuper()
2173 bRet = ImplScaleFast( scaleX, scaleY ); in ImplScaleSuper()
2176 return bRet; in ImplScaleSuper()
2541 sal_Bool bRet = sal_False; in Dither() local
2546 bRet = sal_True; in Dither()
2548 bRet = ImplDitherMatrix(); in Dither()
2550 bRet = ImplDitherFloyd(); in Dither()
2552 bRet = ImplDitherFloyd16(); in Dither()
2554 return bRet; in Dither()
2564 sal_Bool bRet = sal_False; in ImplDitherMatrix() local
2607 bRet = sal_True; in ImplDitherMatrix()
2613 if( bRet ) in ImplDitherMatrix()
2624 return bRet; in ImplDitherMatrix()
2632 sal_Bool bRet = sal_False; in ImplDitherFloyd() local
2747 bRet = sal_True; in ImplDitherFloyd()
2753 if( bRet ) in ImplDitherFloyd()
2765 return bRet; in ImplDitherFloyd()
2775 sal_Bool bRet = sal_False; in ImplDitherFloyd16() local
2839 bRet = sal_True; in ImplDitherFloyd16()
2845 if( bRet ) in ImplDitherFloyd16()
2856 return bRet; in ImplDitherFloyd16()
2863 sal_Bool bRet; in ReduceColors() local
2866 bRet = sal_True; in ReduceColors()
2870 bRet = ImplReduceSimple( nColorCount ); in ReduceColors()
2872 bRet = ImplReducePopular( nColorCount ); in ReduceColors()
2874 bRet = ImplReduceMedian( nColorCount ); in ReduceColors()
2877 bRet = sal_False; in ReduceColors()
2879 return bRet; in ReduceColors()
2890 sal_Bool bRet = sal_False; in ImplReduceSimple() local
2927 bRet = sal_True; in ImplReduceSimple()
2933 if( bRet ) in ImplReduceSimple()
2943 return bRet; in ImplReduceSimple()
2976 sal_Bool bRet = sal_False; in ImplReducePopular() local
3097 bRet = sal_True; in ImplReducePopular()
3103 if( bRet ) in ImplReducePopular()
3114 return bRet; in ImplReducePopular()
3123 sal_Bool bRet = sal_False; in ImplReduceMedian() local
3189 bRet = sal_True; in ImplReduceMedian()
3194 if( bRet ) in ImplReduceMedian()
3205 return bRet; in ImplReduceMedian()
3362 sal_Bool bRet = sal_False; in Adjust() local
3369 bRet = sal_True; in Adjust()
3487 bRet = sal_True; in Adjust()
3491 return bRet; in Adjust()