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

  /external/webkit/WebCore/platform/graphics/openvg/
VGUtils.cpp 59 matrix.setM14(m_data[2]);
  /external/webkit/WebCore/css/
WebKitCSSMatrix.h 93 void setM14(double f) { m_matrix.setM14(f); }
  /external/webkit/WebCore/platform/graphics/transforms/
TransformationMatrix.h 163 void setM14(double f) { m_matrix[0][3] = f; }

Completed in 252 milliseconds