Home
last modified time | relevance | path

Searched refs:has3dTransform (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DGLUtils.h59 static bool has3dTransform(const TransformationMatrix& matrix);
DGLUtils.cpp110 bool GLUtils::has3dTransform(const TransformationMatrix& matrix) in has3dTransform() function in WebCore::GLUtils
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerAndroid.cpp777 if (force3dContentVisible && GLUtils::has3dTransform(m_drawTransform)) in visibleContentArea()