Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformationMatrix.cpp261 static double v3Length(Vector3 a) in v3Length() function
268 double len = v3Length(v); in v3Scale()
376 result.scaleX = v3Length(row[0]); in decompose()
384 result.scaleY = v3Length(row[1]); in decompose()
395 result.scaleZ = v3Length(row[2]); in decompose()