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

  /external/webkit/WebCore/platform/graphics/openvg/
VGUtils.cpp 60 matrix.setM21(m_data[3]);
  /external/webkit/WebCore/css/
WebKitCSSMatrix.h 94 void setM21(double f) { m_matrix.setM21(f); }
  /external/webkit/WebCore/platform/graphics/transforms/
TransformationMatrix.h 165 void setM21(double f) { m_matrix[1][0] = f; }
TransformationMatrix.cpp     [all...]

Completed in 18 milliseconds