Home
last modified time | relevance | path

Searched defs:invlength (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCStrokeGeometry.cpp40 Sk2f invlength = (X*X + Y*Y).rsqrt(); in normalize2() local
47 Sk2f invlength = (X*X + Y*Y).rsqrt(); in calc_curvature_costheta() local