Searched refs:setLengthFast (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPoint.cpp189 bool SkPoint::setLengthFast(float length) { function in class:SkPoint
190 return this->setLengthFast(fX, fY, length);
193 bool SkPoint::setLengthFast(float x, float y, float length) { function in class:SkPoint
H A DSkDistanceFieldGen.cpp172 currGrad.setLengthFast(1.0f);
/external/skia/src/core/
H A DSkPoint.cpp178 bool SkPoint::setLengthFast(float length) { function in class:SkPoint
179 return this->setLengthFast(fX, fY, length);
182 bool SkPoint::setLengthFast(float x, float y, float length) { function in class:SkPoint
H A DSkDistanceFieldGen.cpp172 currGrad.setLengthFast(1.0f);
/external/chromium_org/third_party/skia/tests/
H A DPointTest.cpp150 fast.setLengthFast(tests[i]);
/external/skia/tests/
H A DPointTest.cpp150 fast.setLengthFast(tests[i]);
/external/chromium_org/third_party/skia/include/core/
H A DSkPoint.h276 bool setLengthFast(SkScalar length);
280 bool setLengthFast(SkScalar x, SkScalar y, SkScalar length);
/external/skia/include/core/
H A DSkPoint.h276 bool setLengthFast(SkScalar length);
280 bool setLengthFast(SkScalar x, SkScalar y, SkScalar length);

Completed in 276 milliseconds