Home
last modified time | relevance | path

Searched refs:Int2 (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/filter/
H A Dsgvmain.cxx470 sal_Int16 Int1,Int2; in DrawSlideRect() local
481 Int1=100-F.FIntens; Int2=F.FIntens; in DrawSlideRect()
482 if (Int1==Int2) { in DrawSlideRect()
483 SgfAreaColorIntens(F.FMuster,(sal_uInt8)Col1,(sal_uInt8)Col2,(sal_uInt8)Int2,rOut); in DrawSlideRect()
530 b0=Int2; in DrawSlideRect()
534 b=Int1+sal_Int16((sal_Int32(Int2-Int1)*sal_Int32(i)) /sal_Int32(MaxR)); in DrawSlideRect()
659 sal_Int16 Int1,Int2; in DrawSlideCirc() local
664 Int1=100-F.FIntens; Int2=F.FIntens; in DrawSlideCirc()
665 if (Int1==Int2) { in DrawSlideCirc()
716 b0=Int2; in DrawSlideCirc()
[all …]
/trunk/main/vigra/
H A Dvigra1.6.0.patch663 template <unsigned Int2, unsigned Frac2>
664 FixedPoint(const FixedPoint<Int2, Frac2> &other)
669 …C_ASSERT((FixedPoint_assignment_error__Target_object_has_too_few_integer_bits<(IntBits >= Int2)>));
671 FixedPoint & operator=(const FixedPoint<Int2, Frac2> &other)
673 …C_ASSERT((FixedPoint_assignment_error__Target_object_has_too_few_integer_bits<(IntBits >= Int2)>));
680 FixedPoint & operator+=(const FixedPoint<Int2, Frac2> &other)
682 …C_ASSERT((FixedPoint_assignment_error__Target_object_has_too_few_integer_bits<(IntBits >= Int2)>));
689 FixedPoint & operator-=(const FixedPoint<Int2, Frac2> &other)
691 …C_ASSERT((FixedPoint_assignment_error__Target_object_has_too_few_integer_bits<(IntBits >= Int2)>));

Completed in 27 milliseconds