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

  /external/webkit/Source/WebCore/css/
WebKitCSSMatrix.h 90 void setM33(double f) { m_matrix.setM33(f); }
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.h 180 void setM33(double f) { m_matrix[2][2] = f; }

Completed in 21 milliseconds