Searched refs:fromAngle (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
D | RotateTransformOperation.cpp | 39 …* from, const RotateTransformOperation* to, FloatPoint3D* axis, double* fromAngle, double* toAngle) in shareSameAxis() argument 42 *fromAngle = 0; in shareSameAxis() 62 *fromAngle = from->angle(); in shareSameAxis() 78 *fromAngle = from->angle(); in shareSameAxis() 97 double fromAngle = fromOp ? fromOp->m_angle : 0; in blend() local 101 blink::blend(fromAngle, m_angle, progress), m_type); in blend() 103 double fromAngle; in blend() local 107 if (shareSameAxis(fromOp, this, &axis, &fromAngle, &toAngle)) in blend() 108 …teTransformOperation::create(axis.x(), axis.y(), axis.z(), blink::blend(fromAngle, toAngle, progre… in blend()
|
D | RotateTransformOperation.h | 50 …const RotateTransformOperation* toRotation, FloatPoint3D* axis, double* fromAngle, double* toAngle…
|
D | TransformOperations.cpp | 324 double fromAngle; in blendedBoundsForBox() local 327 …(!RotateTransformOperation::shareSameAxis(fromRotation, toRotation, &axis, &fromAngle, &toAngle)) { in blendedBoundsForBox()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGAngle.cpp | 379 RefPtr<SVGAngle> fromAngle = isToAnimation ? this : toSVGAngle(from); in calculateAnimatedValue() local 383 SVGMarkerOrientType fromOrientType = fromAngle->orientType()->enumValue(); in calculateAnimatedValue() 392 … newValueSpecifiedUnits(fromAngle->unitType(), fromAngle->valueInSpecifiedUnits()); in calculateAnimatedValue() 427 …animationElement->animateAdditiveNumber(percentage, repeatCount, fromAngle->value(), toAngle->valu… in calculateAnimatedValue()
|
D | SVGPathBlender.cpp | 234 float fromAngle = 0; in blendArcToSegment() local 244 …if ((m_fromSource->hasMoreData() && !m_fromSource->parseArcToSegment(fromRx, fromRy, fromAngle, fr… in blendArcToSegment() 254 fromAngle + toAngle * m_addTypesCount, in blendArcToSegment() 262 blend(fromAngle, toAngle, m_progress), in blendArcToSegment()
|
/external/skia/tests/ |
D | PathOpsDebug.cpp | 317 const SkOpAngle* fromAngle = NULL; in dumpAngles() local 322 if (fromAngle == fAngle && toAngle == tAngle) { in dumpAngles() 333 fromAngle = fAngle; in dumpAngles()
|
/external/chromium_org/third_party/skia/tests/ |
D | PathOpsDebug.cpp | 449 const SkOpAngle* fromAngle = NULL; in dumpAngles() local 454 if (fromAngle == fAngle && toAngle == tAngle) { in dumpAngles() 465 fromAngle = fAngle; in dumpAngles()
|
/external/skia/src/pathops/ |
D | SkOpSegment.cpp | 4008 SkOpAngle* fromAngle = fTs[index].fFromAngle; in sortAngles() local 4010 if (!fromAngle && !toAngle) { in sortAngles() 4015 if (fromAngle) { in sortAngles() 4016 baseAngle = fromAngle; in sortAngles() 4078 } while (fromAngle == nextFrom && toAngle == nextTo); in sortAngles() 4089 } while (fromAngle == nextFrom && toAngle == nextTo); in sortAngles()
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkOpSegment.cpp | 4117 SkOpAngle* fromAngle = fTs[index].fFromAngle; in sortAngles() local 4119 if (!fromAngle && !toAngle) { in sortAngles() 4124 if (fromAngle) { in sortAngles() 4125 baseAngle = fromAngle; in sortAngles() 4187 } while (fromAngle == nextFrom && toAngle == nextTo); in sortAngles() 4198 } while (fromAngle == nextFrom && toAngle == nextTo); in sortAngles()
|