Home
last modified time | relevance | path

Searched defs:parentMatrix (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/xml/
DXPathNodeSet.cpp44 …ck(unsigned from, unsigned to, Vector<Vector<Node*> >& parentMatrix, bool mayContainAttributeNodes) in sortBlock()
148 Vector<Vector<Node*> > parentMatrix(nodeCount); in sort() local
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerAndroid.cpp399 void LayerAndroid::updateLocalTransformAndClip(const TransformationMatrix& parentMatrix, in updateLocalTransformAndClip()
464 void LayerAndroid::updateGLPositionsAndScale(const TransformationMatrix& parentMatrix, in updateGLPositionsAndScale()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DLayerRendererChromium.cpp530 …updatePropertiesAndRenderSurfaces(LayerChromium* layer, const TransformationMatrix& parentMatrix, … in updatePropertiesAndRenderSurfaces()