Home
last modified time | relevance | path

Searched refs:currentNode (Results 1 – 25 of 56) sorted by relevance

123

/third_party/skia/modules/svg/src/
DSkSVGPattern.cpp62 const SkSVGPattern *currentNode = this, in resolveHref() local
67 inherit_if_needed(currentNode->fX , attrs->fX) | in resolveHref()
68 inherit_if_needed(currentNode->fY , attrs->fY) | in resolveHref()
69 inherit_if_needed(currentNode->fWidth , attrs->fWidth) | in resolveHref()
70 inherit_if_needed(currentNode->fHeight , attrs->fHeight) | in resolveHref()
71 inherit_if_needed(currentNode->fPatternTransform, attrs->fPatternTransform); in resolveHref()
74 contentNode = currentNode; in resolveHref()
84 currentNode = currentNode->hrefTarget(ctx); in resolveHref()
85 } while (currentNode); in resolveHref()
/third_party/flutter/skia/experimental/svg/model/
DSkSVGPattern.cpp112 const SkSVGPattern *currentNode = this, in resolveHref() local
117 inherit_if_needed(currentNode->fAttributes.fX , attrs->fX) | in resolveHref()
118 inherit_if_needed(currentNode->fAttributes.fY , attrs->fY) | in resolveHref()
119 inherit_if_needed(currentNode->fAttributes.fWidth , attrs->fWidth) | in resolveHref()
120 inherit_if_needed(currentNode->fAttributes.fHeight , attrs->fHeight) | in resolveHref()
121 inherit_if_needed(currentNode->fAttributes.fPatternTransform, attrs->fPatternTransform); in resolveHref()
124 contentNode = currentNode; in resolveHref()
134 currentNode = currentNode->hrefTarget(ctx); in resolveHref()
135 } while (currentNode); in resolveHref()
/third_party/parse5/packages/parse5/lib/serializer/
Dindex.js47 const currentNode = childNodes[i];
49 if (this.treeAdapter.isElementNode(currentNode)) {
50 this._serializeElement(currentNode);
51 } else if (this.treeAdapter.isTextNode(currentNode)) {
52 this._serializeTextNode(currentNode);
53 } else if (this.treeAdapter.isCommentNode(currentNode)) {
54 this._serializeCommentNode(currentNode);
55 } else if (this.treeAdapter.isDocumentTypeNode(currentNode)) {
56 this._serializeDocumentTypeNode(currentNode);
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dno-loop-func.ts84 let currentNode = node;
85 currentNode.parent;
86 currentNode = currentNode.parent
88 const parent = currentNode.parent;
97 if (parent.init !== currentNode) {
105 if (parent.right !== currentNode) {
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dfocus_traversal.dart63 /// in the [FocusScopeNode] that [currentNode] belongs to.
75 /// The [currentNode] argument must not be null.
76 FocusNode findFirstFocus(FocusNode currentNode);
79 /// there is no current focus in the scope to which the [currentNode] belongs.
85 FocusNode findFirstFocusInDirection(FocusNode currentNode, TraversalDirection direction);
110 /// [currentNode].
118 /// The [currentNode] argument must not be null.
119 bool next(FocusNode currentNode);
122 /// [currentNode].
130 /// The [currentNode] argument must not be null.
[all …]
/third_party/typescript/src/services/
DsuggestionDiagnostics.ts148 let currentNode = node.expression;
149 while (isPromiseHandler(currentNode) || isPropertyAccessExpression(currentNode)) {
150 …if (isCallExpression(currentNode) && !currentNode.arguments.every(arg => isFixablePromiseArgument(…
153 currentNode = currentNode.expression;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDominanceFrontierImpl.h175 const DomTreeNodeT *currentNode = currentW->Node; in calculate() local
178 assert(currentNode && "Invalid work object. Missing current Node"); in calculate()
186 if (DT[Succ]->getIDom() != currentNode) in calculate()
195 for (typename DomTreeNodeT::const_iterator NI = currentNode->begin(), in calculate()
196 NE = currentNode->end(); in calculate()
202 childBB, currentBB, IDominee, currentNode)); in calculate()
/third_party/typescript/src/services/refactors/
DconvertStringOrTemplateLiteral.ts188 const currentNode = getExpressionFromParenthesesOrExpression(nodes[i]); constant
189 copyOperatorComments(i, currentNode);
195 if (isTemplateExpression(currentNode)) {
196 const spans = map(currentNode.templateSpans, (span, index) => {
198 const nextSpan = currentNode.templateSpans[index + 1];
207 templateSpans.push(factory.createTemplateSpan(currentNode, templatePart));
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-with-loop-read-write-global/
D0-opt.spvasm.expected.hlsl87 BST currentNode = (BST)0;
96 currentNode = x_230;
97 const int x_232 = currentNode.data;
104 const int x_240 = currentNode.data;
106 const int x_246 = currentNode.rightIndex;
109 const int x_248 = currentNode.leftIndex;
D0-opt.wgsl.expected.hlsl96 BST currentNode = (BST)0;
105 currentNode = x_230;
106 const int x_232 = currentNode.data;
113 const int x_240 = currentNode.data;
115 const int x_246 = currentNode.rightIndex;
118 const int x_248 = currentNode.leftIndex;
D1.spvasm.expected.hlsl102 BST currentNode = (BST)0;
111 currentNode = x_280;
112 const int x_282 = currentNode.data;
119 const int x_290 = currentNode.data;
121 const int x_296 = currentNode.rightIndex;
124 const int x_298 = currentNode.leftIndex;
D0-opt.wgsl90 var currentNode : BST;
101 currentNode = x_230;
102 let x_232 : i32 = currentNode.data;
109 let x_240 : i32 = currentNode.data;
111 let x_246 : i32 = currentNode.rightIndex;
114 let x_248 : i32 = currentNode.leftIndex;
D1.wgsl.expected.hlsl111 BST currentNode = (BST)0;
120 currentNode = x_280;
121 const int x_282 = currentNode.data;
128 const int x_290 = currentNode.data;
130 const int x_296 = currentNode.rightIndex;
133 const int x_298 = currentNode.leftIndex;
D0-opt.spvasm27 OpName %currentNode "currentNode"
370 %currentNode = OpVariable %_ptr_Function_BST Function
385 OpStore %currentNode %230
386 %231 = OpAccessChain %_ptr_Function_int %currentNode %int_0
397 %239 = OpAccessChain %_ptr_Function_int %currentNode %int_0
403 %245 = OpAccessChain %_ptr_Function_int %currentNode %int_2
408 %247 = OpAccessChain %_ptr_Function_int %currentNode %int_1
D1.wgsl111 var currentNode : BST;
122 currentNode = x_280;
123 let x_282 : i32 = currentNode.data;
130 let x_290 : i32 = currentNode.data;
132 let x_296 : i32 = currentNode.rightIndex;
135 let x_298 : i32 = currentNode.leftIndex;
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-fragcoord-less-than-zero/
D0.spvasm.expected.hlsl87 BST currentNode = (BST)0;
96 currentNode = x_230;
97 const int x_232 = currentNode.data;
104 const int x_240 = currentNode.data;
106 const int x_246 = currentNode.rightIndex;
109 const int x_248 = currentNode.leftIndex;
D1.spvasm.expected.hlsl88 BST currentNode = (BST)0;
97 currentNode = x_241;
98 const int x_243 = currentNode.data;
105 const int x_251 = currentNode.data;
107 const int x_257 = currentNode.rightIndex;
110 const int x_259 = currentNode.leftIndex;
D0.wgsl.expected.hlsl96 BST currentNode = (BST)0;
105 currentNode = x_230;
106 const int x_232 = currentNode.data;
113 const int x_240 = currentNode.data;
115 const int x_246 = currentNode.rightIndex;
118 const int x_248 = currentNode.leftIndex;
D0.wgsl90 var currentNode : BST;
101 currentNode = x_230;
102 let x_232 : i32 = currentNode.data;
109 let x_240 : i32 = currentNode.data;
111 let x_246 : i32 = currentNode.rightIndex;
114 let x_248 : i32 = currentNode.leftIndex;
D1.wgsl.expected.hlsl97 BST currentNode = (BST)0;
106 currentNode = x_241;
107 const int x_243 = currentNode.data;
114 const int x_251 = currentNode.data;
116 const int x_257 = currentNode.rightIndex;
119 const int x_259 = currentNode.leftIndex;
D1.wgsl92 var currentNode : BST;
103 currentNode = x_241;
104 let x_243 : i32 = currentNode.data;
111 let x_251 : i32 = currentNode.data;
113 let x_257 : i32 = currentNode.rightIndex;
116 let x_259 : i32 = currentNode.leftIndex;
D0.spvasm27 OpName %currentNode "currentNode"
370 %currentNode = OpVariable %_ptr_Function_BST Function
385 OpStore %currentNode %230
386 %231 = OpAccessChain %_ptr_Function_int %currentNode %int_0
397 %239 = OpAccessChain %_ptr_Function_int %currentNode %int_0
403 %245 = OpAccessChain %_ptr_Function_int %currentNode %int_2
408 %247 = OpAccessChain %_ptr_Function_int %currentNode %int_1
D1.spvasm27 OpName %currentNode "currentNode"
386 %currentNode = OpVariable %_ptr_Function_BST Function
401 OpStore %currentNode %241
402 %242 = OpAccessChain %_ptr_Function_int %currentNode %int_0
413 %250 = OpAccessChain %_ptr_Function_int %currentNode %int_0
419 %256 = OpAccessChain %_ptr_Function_int %currentNode %int_2
424 %258 = OpAccessChain %_ptr_Function_int %currentNode %int_1
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-nested-if-and-conditional/
D1.wgsl119 var currentNode : BST;
130 currentNode = x_271;
131 let x_273 : i32 = currentNode.data;
138 let x_281 : i32 = currentNode.data;
140 let x_287 : i32 = currentNode.rightIndex;
143 let x_289 : i32 = currentNode.leftIndex;
D1.spvasm30 OpName %currentNode "currentNode"
433 %currentNode = OpVariable %_ptr_Function_BST Function
448 OpStore %currentNode %271
449 %272 = OpAccessChain %_ptr_Function_int %currentNode %int_0
460 %280 = OpAccessChain %_ptr_Function_int %currentNode %int_0
466 %286 = OpAccessChain %_ptr_Function_int %currentNode %int_2
471 %288 = OpAccessChain %_ptr_Function_int %currentNode %int_1

123