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

  /external/webkit/WebCore/platform/graphics/android/
AndroidAnimation.cpp 179 m_doRotation(false)
187 m_doRotation(anim->m_doRotation),
206 m_doRotation = true;
254 if (m_doRotation) {
284 if (m_doRotation)
LayerAndroid.h 78 void setRotation(SkScalar a) { m_angleTransform = a; m_doRotation = true; }
184 bool m_doRotation;
AndroidAnimation.h 104 bool m_doRotation;
LayerAndroid.cpp 50 m_doRotation(false),
70 m_doRotation = layer.m_doRotation;
106 m_doRotation(false),
307 if (m_doRotation) {
518 if (m_doRotation)

Completed in 128 milliseconds