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

  /external/webkit/Source/WebCore/platform/graphics/android/
VideoLayerManager.cpp 75 result = m_videoLayerInfoMap.get(layerId)->surfaceMatrix;
104 memset(pInfo->surfaceMatrix, 0, sizeof(pInfo->surfaceMatrix));
145 if (pInfo && !memcmp(matrix, pInfo->surfaceMatrix, sizeof(pInfo->surfaceMatrix)))
147 memcpy(pInfo->surfaceMatrix, matrix, sizeof(pInfo->surfaceMatrix));
VideoLayerManager.h 43 GLfloat surfaceMatrix[16];
VideoLayerAndroid.cpp 157 GLfloat surfaceMatrix[16];
198 m_surfaceTexture->getTransformMatrix(surfaceMatrix);
202 surfaceMatrix,
205 surfaceMatrix);
MediaTexture.cpp 166 float surfaceMatrix[16];
167 video->surfaceTexture->getTransformMatrix(surfaceMatrix);
179 surfaceMatrix, dimensions, video->textureId);

Completed in 55 milliseconds