Searched defs:setLengthFast (Results 1 - 2 of 2) sorted by relevance

/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
/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

Completed in 314 milliseconds