Home
last modified time | relevance | path

Searched refs:inverseLength (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/pathops/
DSkPathOpsPoint.h88 double inverseLength = 1 / this->length(); in normalize() local
89 fX *= inverseLength; in normalize()
90 fY *= inverseLength; in normalize()
/external/skia/src/pathops/
DSkPathOpsPoint.h88 double inverseLength = 1 / this->length(); in normalize() local
89 fX *= inverseLength; in normalize()
90 fY *= inverseLength; in normalize()