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

  /external/webkit/WebCore/platform/graphics/openvg/
VGUtils.cpp 61 matrix.setM22(m_data[4]);
  /external/webkit/WebCore/css/
WebKitCSSMatrix.h 95 void setM22(double f) { m_matrix.setM22(f); }
  /external/webkit/WebCore/platform/graphics/transforms/
TransformationMatrix.h 167 void setM22(double f) { m_matrix[1][1] = f; }

Completed in 460 milliseconds