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

  /external/webkit/Source/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp 508 VGfloat currentMatrix[9];
509 vgGetMatrix(currentMatrix);
521 vgLoadMatrix(currentMatrix);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 431 float[] currentMatrix = mMatrices;
433 Matrix.multiplyMM(temp, 0, currentMatrix, index, matrix, offset);
434 System.arraycopy(temp, 0, currentMatrix, index, 16);
    [all...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp     [all...]

Completed in 1609 milliseconds