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

  /external/webkit/Source/WebCore/css/
WebKitCSSMatrix.h 85 void setM22(double f) { m_matrix.setM22(f); }
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.h 170 void setM22(double f) { m_matrix[1][1] = f; }

Completed in 128 milliseconds