Searched refs:ScaleOnAxis (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/cc/base/
H A Dmath_util.cc449 static inline float ScaleOnAxis(double a, double b, double c) { function in namespace:cc
458 float x_scale = ScaleOnAxis(transform.matrix().getDouble(0, 0),
461 float y_scale = ScaleOnAxis(transform.matrix().getDouble(0, 1),

Completed in 63 milliseconds