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

  /external/webkit/Source/WebCore/css/
WebKitCSSMatrix.h 93 void setM42(double f) { m_matrix.setM42(f); }
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.h 186 void setM42(double f) { m_matrix[3][1] = f; }

Completed in 390 milliseconds