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

  /external/webkit/Source/WebCore/css/
WebKitCSSMatrix.h 84 void setM21(double f) { m_matrix.setM21(f); }
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.h 168 void setM21(double f) { m_matrix[1][0] = f; }

Completed in 710 milliseconds