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

/external/webkit/Source/WebCore/xml/
H A DXPathNodeSet.cpp44 static void sortBlock(unsigned from, unsigned to, Vector<Vector<Node*> >& parentMatrix, bool mayContainAttributeNodes) argument
49 unsigned depth = parentMatrix[i].size() - 1;
58 commonAncestor = parentWithDepth(commonAncestorDepth, parentMatrix[from]);
64 if (commonAncestor != parentWithDepth(commonAncestorDepth, parentMatrix[i])) {
79 if (commonAncestor == parentMatrix[i][0]) {
80 parentMatrix[i].swap(parentMatrix[from]);
82 sortBlock(from + 1, to, parentMatrix, mayContainAttributeNodes);
95 Node* n = parentMatrix[i][0];
97 parentMatrix[
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DLayerAndroid.cpp396 void LayerAndroid::updateLocalTransformAndClip(const TransformationMatrix& parentMatrix, argument
409 m_drawTransform = parentMatrix;
456 void LayerAndroid::updateGLPositionsAndScale(const TransformationMatrix& parentMatrix, argument
471 updateLocalTransformAndClip(parentMatrix, clipping);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerRendererChromium.cpp530 void LayerRendererChromium::updatePropertiesAndRenderSurfaces(LayerChromium* layer, const TransformationMatrix& parentMatrix, LayerList& renderSurfaceLayerList, LayerList& layerList) argument
590 TransformationMatrix combinedTransform = parentMatrix;

Completed in 1019 milliseconds