Searched refs:has3dTransform (Results 1 – 3 of 3) sorted by relevance
59 static bool has3dTransform(const TransformationMatrix& matrix);
110 bool GLUtils::has3dTransform(const TransformationMatrix& matrix) in has3dTransform() function in WebCore::GLUtils
777 if (force3dContentVisible && GLUtils::has3dTransform(m_drawTransform)) in visibleContentArea()