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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSMatrix.h 86 void setM21(double f) { m_matrix.setM21(f); }
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
TransformationMatrix.h 164 void setM21(double f) { m_matrix[1][0] = f; }

Completed in 24 milliseconds