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

/external/chromium_org/cc/animation/
H A Dtransform_operation.cc243 const bool y_is_zero = axis.y() == 0.f; local
252 if (x_is_zero && y_is_zero && z_is_zero)
290 if (x_is_zero && y_is_zero) {
296 } else if (y_is_zero && z_is_zero) {

Completed in 44 milliseconds