Home
last modified time | relevance | path

Searched refs:t (Results 126 – 150 of 989) sorted by path

12345678910>>...40

/trunk/main/basegfx/inc/basegfx/point/
H A Db2ipoint.hxx98 B2IPoint& operator*=(sal_Int32 t) in operator *=() argument
100 mnX *= t; in operator *=()
101 mnY *= t; in operator *=()
H A Db3dhompoint.hxx260 B3DHomPoint& operator*=(double t) in operator *=() argument
262 if(!::basegfx::fTools::equalZero(t)) in operator *=()
264 mfW /= t; in operator *=()
270 B3DHomPoint& operator/=(double t) in operator /=() argument
272 mfW *= t; in operator /=()
331 if(0.0 >= t) in interpolate()
335 else if(1.0 <= t) in interpolate()
385 aNew *= t; in operator *()
392 aNew *= t; in operator *()
399 aNew /= t; in operator /()
[all …]
H A Db3dpoint.hxx103 B3DPoint& operator*=(double t) in operator *=() argument
105 mfX *= t; in operator *=()
106 mfY *= t; in operator *=()
107 mfZ *= t; in operator *=()
H A Db3ipoint.hxx103 B3IPoint& operator*=(sal_Int32 t) in operator *=() argument
105 mnX *= t; in operator *=()
106 mnY *= t; in operator *=()
107 mnZ *= t; in operator *=()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygontools.hxx433 …SEGFX_DLLPUBLIC B2DPolygon interpolate(const B2DPolygon& rOld1, const B2DPolygon& rOld2, double t);
H A Db2dpolypolygontools.hxx203 …LIC B2DPolyPolygon interpolate(const B2DPolyPolygon& rOld1, const B2DPolyPolygon& rOld2, double t);
/trunk/main/basegfx/inc/basegfx/tools/
H A Dlerp.hxx44 double t ) in lerp() argument
48 return static_cast<ValueType>( (1.0-t)*rFrom + t*rTo ); in lerp()
/trunk/main/basegfx/inc/basegfx/tuple/
H A Db2dtuple.hxx201 B2DTuple& operator*=(double t) in operator *=() argument
203 mfX *= t; in operator *=()
204 mfY *= t; in operator *=()
208 B2DTuple& operator/=(double t) in operator /=() argument
210 const double fVal(1.0 / t); in operator /=()
274 else if(0.0 >= t) in interpolate()
278 else if(1.0 <= t) in interpolate()
335 aNew *= t; in operator *()
342 aNew *= t; in operator *()
349 aNew /= t; in operator /()
[all …]
H A Db2i64tuple.hxx159 B2I64Tuple& operator*=(sal_Int64 t) in operator *=() argument
161 mnX *= t; in operator *=()
162 mnY *= t; in operator *=()
168 mnX /= t; in operator /=()
169 mnY /= t; in operator /=()
231 else if(0.0 >= t) in interpolate()
235 else if(1.0 <= t) in interpolate()
292 aNew *= t; in operator *()
299 aNew *= t; in operator *()
306 aNew /= t; in operator /()
[all …]
H A Db2ituple.hxx160 B2ITuple& operator*=(sal_Int32 t) in operator *=() argument
162 mnX *= t; in operator *=()
163 mnY *= t; in operator *=()
169 mnX /= t; in operator /=()
170 mnY /= t; in operator /=()
235 else if(0.0 >= t) in interpolate()
239 else if(1.0 <= t) in interpolate()
296 aNew *= t; in operator *()
303 aNew *= t; in operator *()
310 aNew /= t; in operator /()
[all …]
H A Db3dtuple.hxx231 B3DTuple& operator*=(double t) in operator *=() argument
233 mfX *= t; in operator *=()
234 mfY *= t; in operator *=()
235 mfZ *= t; in operator *=()
241 const double fVal(1.0 / t); in operator /=()
346 else if(0.0 >= t) in interpolate()
350 else if(1.0 <= t) in interpolate()
410 aNew *= t; in operator *()
417 aNew *= t; in operator *()
424 aNew /= t; in operator /()
[all …]
H A Db3i64tuple.hxx185 mnX *= t; in operator *=()
186 mnY *= t; in operator *=()
187 mnZ *= t; in operator *=()
193 mnX /= t; in operator /=()
194 mnY /= t; in operator /=()
195 mnZ /= t; in operator /=()
265 else if(0.0 >= t) in interpolate()
329 aNew *= t; in operator *()
336 aNew *= t; in operator *()
343 aNew /= t; in operator /()
[all …]
H A Db3ituple.hxx184 mnX *= t; in operator *=()
185 mnY *= t; in operator *=()
186 mnZ *= t; in operator *=()
192 mnX /= t; in operator /=()
193 mnY /= t; in operator /=()
194 mnZ /= t; in operator /=()
264 else if(0.0 >= t) in interpolate()
328 aNew *= t; in operator *()
335 aNew *= t; in operator *()
342 aNew /= t; in operator /()
[all …]
/trunk/main/basegfx/inc/basegfx/vector/
H A Db2dvector.hxx109 B2DVector& operator*=(double t) in operator *=() argument
111 mfX *= t; in operator *=()
112 mfY *= t; in operator *=()
H A Db2ivector.hxx99 B2IVector& operator*=(sal_Int32 t) in operator *=() argument
101 mnX *= t; in operator *=()
102 mnY *= t; in operator *=()
H A Db3dvector.hxx105 B3DVector& operator*=(double t) in operator *=() argument
107 mfX *= t; in operator *=()
108 mfY *= t; in operator *=()
109 mfZ *= t; in operator *=()
H A Db3ivector.hxx103 B3IVector& operator*=(sal_Int32 t) in operator *=() argument
105 mnX *= t; in operator *=()
106 mnY *= t; in operator *=()
107 mnZ *= t; in operator *=()
/trunk/main/basegfx/source/color/
H A Dbcolortools.cxx171 const double t = v*(1.0-(s*(1.0-f))); in hsv2rgb() local
177 return BColor(v,t,p); in hsv2rgb()
183 return BColor(p,v,t); in hsv2rgb()
189 return BColor(t,p,v); in hsv2rgb()
/trunk/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx584 if(fTools::lessOrEqual(t, 0.0)) in getTangent()
606 else if(fTools::moreOrEqual(t, 1.0)) in getTangent()
632 split(t, 0, &aRight); in getTangent()
668 OSL_ENSURE(t >= 0.0 && t <= 1.0, "B2DCubicBezier::interpolatePoint: Access out of range (!)"); in interpolatePoint()
675 const B2DPoint aS2L(interpolate(aS1L, aS1C, t)); in interpolatePoint()
676 const B2DPoint aS2R(interpolate(aS1C, aS1R, t)); in interpolatePoint()
678 return interpolate(aS2L, aS2R, t); in interpolatePoint()
682 return interpolate(maStartPoint, maEndPoint, t); in interpolatePoint()
792 OSL_ENSURE(t >= 0.0 && t <= 1.0, "B2DCubicBezier::split: Access out of range (!)"); in split()
804 const B2DPoint aS2L(interpolate(aS1L, aS1C, t)); in split()
[all …]
/trunk/main/basegfx/source/polygon/
H A Db2dpolygonclipper.cxx701 double t = -numerator/denominator; in scissorLineSegment() local
704 ::basegfx::B2DPoint intersection( curr->getX()+t*dir.getX(), in scissorLineSegment()
705 curr->getY()+t*dir.getY() ); in scissorLineSegment()
720 double t = -numerator/denominator; in scissorLineSegment() local
723 ::basegfx::B2DPoint intersection( curr->getX()+t*dir.getX(), in scissorLineSegment()
724 curr->getY()+t*dir.getY() ); in scissorLineSegment()
H A Db2dpolygontools.cxx3104 B2DPolygon interpolate(const B2DPolygon& rOld1, const B2DPolygon& rOld2, double t) in interpolate() argument
3108 if(fTools::lessOrEqual(t, 0.0) || rOld1 == rOld2) in interpolate()
3112 else if(fTools::moreOrEqual(t, 1.0)) in interpolate()
3124 aRetval.append(interpolate(rOld1.getB2DPoint(a), rOld2.getB2DPoint(a), t)); in interpolate()
3128 …setPrevControlPoint(a, interpolate(rOld1.getPrevControlPoint(a), rOld2.getPrevControlPoint(a), t)); in interpolate()
3129 …setNextControlPoint(a, interpolate(rOld1.getNextControlPoint(a), rOld2.getNextControlPoint(a), t)); in interpolate()
H A Db2dpolypolygontools.cxx501 B2DPolyPolygon interpolate(const B2DPolyPolygon& rOld1, const B2DPolyPolygon& rOld2, double t) in interpolate() argument
508 aRetval.append(interpolate(rOld1.getB2DPolygon(a), rOld2.getB2DPolygon(a), t)); in interpolate()
/trunk/main/basegfx/source/tools/
H A Dgradienttools.cxx427 const double t(1.0 - sqrt(aCoor.getX() * aCoor.getX() + aCoor.getY() * aCoor.getY())); in getRadialGradientAlpha() local
430 if(nSteps && t < 1.0) in getRadialGradientAlpha()
432 return floor(t * nSteps) / double(nSteps - 1); in getRadialGradientAlpha()
435 return t; in getRadialGradientAlpha()
460 const double t(1.0 - std::max(fAbsX, fAbsY)); in getSquareGradientAlpha() local
463 if(nSteps && t < 1.0) in getSquareGradientAlpha()
465 return floor(t * nSteps) / double(nSteps - 1); in getSquareGradientAlpha()
468 return t; in getSquareGradientAlpha()
H A Dliangbarsky.cxx45 double t; in liangBarskyClipT() local
48 t = nNumerator / nDenom; in liangBarskyClipT()
49 if( t > io_rTL ) in liangBarskyClipT()
51 else if( t > io_rTE ) in liangBarskyClipT()
52 io_rTE = t; in liangBarskyClipT()
56 t = nNumerator / nDenom; in liangBarskyClipT()
57 if( t < io_rTE ) in liangBarskyClipT()
60 io_rTL = t; in liangBarskyClipT()
/trunk/main/basegfx/source/workbench/
H A Dbezierclip.cxx354 double t ) in Impl_deCasteljauAt() argument
370 if( tolZero(t) ) in Impl_deCasteljauAt()
377 else if( tolEqual(t, 1.0) ) in Impl_deCasteljauAt()
387 …part1.p1.x = (1.0 - t)*part1.p0.x + t*input.p1.x; part1.p1.y = (1.0 - t)*part1.p0.y + t*input.p… in Impl_deCasteljauAt()
388 …const double Hx ( (1.0 - t)*input.p1.x + t*input.p2.x ), Hy ( (1.0 - t)*input.p1.y + t*input.p2.y… in Impl_deCasteljauAt()
389 part1.p2.x = (1.0 - t)*part1.p1.x + t*Hx; part1.p2.y = (1.0 - t)*part1.p1.y + t*Hy; in Impl_deCasteljauAt()
391 …part2.p2.x = (1.0 - t)*input.p2.x + t*input.p3.x; part2.p2.y = (1.0 - t)*input.p2.y + t*input.… in Impl_deCasteljauAt()
392 part2.p1.x = (1.0 - t)*Hx + t*part2.p2.x; part2.p1.y = (1.0 - t)*Hy + t*part2.p2.y; in Impl_deCasteljauAt()
393 …part2.p0.x = (1.0 - t)*part1.p2.x + t*part2.p1.x; part2.p0.y = (1.0 - t)*part1.p2.y + t*part2.… in Impl_deCasteljauAt()

Completed in 197 milliseconds

12345678910>>...40