Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkMatrix22.h29 void SkComputeGivensRotation(const SkVector& h, SkMatrix* G);
DSkMatrix22.cpp13 void SkComputeGivensRotation(const SkVector& h, SkMatrix* G) { in SkComputeGivensRotation() function
/external/skia/src/core/
DSkScalerContext.cpp742 SkComputeGivensRotation(h, &G); in computeMatrices()