Searched refs:parentMatrix (Results 1 - 3 of 3) sorted by path

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathNodeSet.cpp59 static void sortBlock(unsigned from, unsigned to, WillBeHeapVector<NodeSetVector>& parentMatrix, bool mayContainAttributeNodes) argument
65 unsigned depth = parentMatrix[i].size() - 1;
74 commonAncestor = parentWithDepth(commonAncestorDepth, parentMatrix[from]);
80 if (commonAncestor != parentWithDepth(commonAncestorDepth, parentMatrix[i])) {
95 if (commonAncestor == parentMatrix[i][0]) {
96 parentMatrix[i].swap(parentMatrix[from]);
98 sortBlock(from + 1, to, parentMatrix, mayContainAttributeNodes);
113 Node* n = parentMatrix[i][0];
115 parentMatrix[
[all...]
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h758 CPDF_TilingPattern(CPDF_Document* pDoc, CPDF_Object* pPatternObj, const CFX_AffineMatrix* parentMatrix);
782 CPDF_ShadingPattern(CPDF_Document* pDoc, CPDF_Object* pPatternObj, FX_BOOL bShading, const CFX_AffineMatrix* parentMatrix);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_pattern.cpp9 CPDF_TilingPattern::CPDF_TilingPattern(CPDF_Document* pDoc, CPDF_Object* pPatternObj, const CFX_AffineMatrix* parentMatrix) : argument
10 CPDF_Pattern(parentMatrix)
19 if (parentMatrix) {
20 m_Pattern2Form.Concat(*parentMatrix);
51 CPDF_ShadingPattern::CPDF_ShadingPattern(CPDF_Document* pDoc, CPDF_Object* pPatternObj, FX_BOOL bShading, const CFX_AffineMatrix* parentMatrix) : CPDF_Pattern(parentMatrix) argument
62 if (parentMatrix) {
63 m_Pattern2Form.Concat(*parentMatrix);

Completed in 290 milliseconds