Searched refs:parentMatrix (Results 1 - 5 of 5) 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.h161 void updateGLPositionsAndScale(const TransformationMatrix& parentMatrix,
312 void updateLocalTransformAndClip(const TransformationMatrix& parentMatrix,
H A DLayerAndroid.cpp398 void LayerAndroid::updateLocalTransformAndClip(const TransformationMatrix& parentMatrix, argument
407 m_drawTransform = parentMatrix;
463 void LayerAndroid::updateGLPositionsAndScale(const TransformationMatrix& parentMatrix, argument
478 updateLocalTransformAndClip(parentMatrix, clipping);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerRendererChromium.h145 void updatePropertiesAndRenderSurfaces(LayerChromium*, const TransformationMatrix& parentMatrix, LayerList& renderSurfaceLayerList, LayerList& layers);
H A DLayerRendererChromium.cpp530 void LayerRendererChromium::updatePropertiesAndRenderSurfaces(LayerChromium* layer, const TransformationMatrix& parentMatrix, LayerList& renderSurfaceLayerList, LayerList& layerList) argument
590 TransformationMatrix combinedTransform = parentMatrix;

Completed in 82 milliseconds