OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parentMatrix
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/xml/
XPathNodeSet.cpp
59
static void sortBlock(unsigned from, unsigned to, WillBeHeapVector<NodeSetVector>&
parentMatrix
, bool mayContainAttributeNodes)
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
[i].swap(parentMatrix[sortedEnd++])
[
all
...]
/external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_pattern.cpp
9
CPDF_TilingPattern::CPDF_TilingPattern(CPDF_Document* pDoc, CPDF_Object* pPatternObj, const CFX_AffineMatrix*
parentMatrix
) :
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
)
62
if (
parentMatrix
) {
63
m_Pattern2Form.Concat(*
parentMatrix
);
/frameworks/base/core/java/android/transition/
ChangeTransform.java
47
private static final String PROPNAME_PARENT_MATRIX = "android:changeTransform:
parentMatrix
";
178
Matrix
parentMatrix
= new Matrix();
180
parent.transformMatrixToGlobal(
parentMatrix
);
181
parentMatrix
.preTranslate(-parent.getScrollX(), -parent.getScrollY());
182
transitionValues.values.put(PROPNAME_PARENT_MATRIX,
parentMatrix
);
186
view.getTag(R.id.
parentMatrix
));
285
view.setTagInternal(R.id.
parentMatrix
, null);
354
endValues.view.setTagInternal(R.id.
parentMatrix
, endParentMatrix);
447
mView.setTagInternal(R.id.
parentMatrix
, null);
/external/pdfium/core/include/fpdfapi/
fpdf_resource.h
758
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
);
Completed in 5666 milliseconds