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

  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
matrix-decomposition.js 234 function multiplyMatrices(a, b) {
442 return transformList.map(convertItemToMatrix).reduce(multiplyMatrices);
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
RendererCommon.java 166 return multiplyMatrices(textureMatrix, rotationMatrix);
172 public static float[] multiplyMatrices(float[] a, float[] b) {

Completed in 82 milliseconds