Home
last modified time | relevance | path

Searched refs:setLengthFast (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkPoint.cpp181 bool SkPoint::setLengthFast(float length) { in setLengthFast() function in SkPoint
182 return this->setLengthFast(fX, fY, length); in setLengthFast()
185 bool SkPoint::setLengthFast(float x, float y, float length) { in setLengthFast() function in SkPoint
DSkDistanceFieldGen.cpp172 currGrad.setLengthFast(1.0f); in init_distances()
/external/skia/tests/
DPointTest.cpp150 fast.setLengthFast(tests[i]); in DEF_TEST()
/external/skia/include/core/
DSkPoint.h285 bool setLengthFast(SkScalar length);
289 bool setLengthFast(SkScalar x, SkScalar y, SkScalar length);