HomeSort by relevance Sort by last modified time
    Searched refs:bSqd (Results 1 - 2 of 2) sorted by null

  /external/skia/gpu/src/
GrMatrix.cpp 310 GrScalar bSqd = GrMul(b,b);
312 if (bSqd < 1e-10) { // will be true if upper left 2x2 is orthogonal, which is common, so save some math
317 GrScalar x = sqrtf(GrMul(aminusc,aminusc) + GrMul(4,(bSqd))) / 2;
  /external/skia/src/core/
SkMatrix.cpp     [all...]

Completed in 123 milliseconds