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

  /external/webkit/Source/WebCore/css/
WebKitCSSMatrix.h 80 void setM11(double f) { m_matrix.setM11(f); }
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.h 160 void setM11(double f) { m_matrix[0][0] = f; }

Completed in 18 milliseconds