Home
last modified time | relevance | path

Searched refs:SetLengthFast (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/core/
DSkPoint.cpp90 bool SkPointPriv::SetLengthFast(SkPoint* pt, float length) { in SetLengthFast() function in SkPointPriv
DSkPointPriv.h94 static bool SetLengthFast(SkPoint* pt, float length);
DSkDistanceFieldGen.cpp180 SkPointPriv::SetLengthFast(&currGrad, 1.0f); in init_distances()
/external/skia/tests/
DPointTest.cpp154 SkPointPriv::SetLengthFast(&fast, tests[i]); in DEF_TEST()
/external/skqp/src/core/
DSkPointPriv.h98 static bool SetLengthFast(SkPoint* pt, float length);
DSkPoint.cpp146 bool SkPointPriv::SetLengthFast(SkPoint* pt, float length) { in SetLengthFast() function in SkPointPriv
DSkDistanceFieldGen.cpp179 SkPointPriv::SetLengthFast(&currGrad, 1.0f); in init_distances()
/external/skqp/tests/
DPointTest.cpp168 SkPointPriv::SetLengthFast(&fast, tests[i]); in DEF_TEST()