Home
last modified time | relevance | path

Searched defs:Element (Results 1 – 25 of 91) sorted by relevance

1234

/third_party/skia/src/core/
DSkClipStack.h69 Element() { in Element() function
76 Element(const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
80 Element(const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
84 Element(const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
88 Element(sk_sp<SkShader> shader) { in Element() function
92 Element(const SkRect& rect, bool doAA) { in Element() function
244 Element(int saveCount) { in Element() function
249 Element(int saveCount, const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
253 Element(int saveCount, const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
257 Element(int saveCount, const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h65 struct Element { struct
66 Element(unsigned Priority, Function *Func, Value *Data) in Element() argument
92 Element operator*() const; argument
/third_party/flutter/skia/src/core/
DSkClipStack.h67 Element() { in Element() function
74 Element(const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
78 Element(const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
82 Element(const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
225 Element(int saveCount) { in Element() function
230 Element(int saveCount, const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
234 Element(int saveCount, const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
238 Element(int saveCount, const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DRangeValueIterator.java60 public class Element class
88 public Element() in Element() method in RangeValueIterator.Element
DValueIterator.java46 public static final class Element class
67 public Element() in Element() method in ValueIterator.Element
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DRangeValueIterator.java59 public class Element class
83 public Element() in Element() method in RangeValueIterator.Element
DValueIterator.java45 public static final class Element class
63 public Element() in Element() method in ValueIterator.Element
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.hpp166 struct Element struct
169 struct Element<Float> struct
171 using type = rr::Float;
174 struct Element<Int> struct
176 using type = rr::Int;
179 struct Element<UInt> struct
181 using type = rr::UInt;
/third_party/typescript/tests/cases/compiler/
DjsxFactoryNotIdentifierOrQualifiedName.ts8 interface Element { interface
19 export namespace Element { namespace
DjsxFactoryQualifiedName.ts9 interface Element { interface
20 export namespace Element { namespace
DjsxEmitWithAttributes.ts8 interface Element { interface
19 export namespace Element { namespace
DjsxFactoryNotIdentifierOrQualifiedName2.ts8 interface Element { interface
19 export namespace Element { namespace
DjsxFactoryAndReactNamespace.ts9 interface Element { interface
20 export namespace Element { namespace
DjsxFactoryIdentifier.ts9 interface Element { interface
20 export namespace Element { namespace
DtsxTypeArgumentPartialDefinitionStillErrors.ts4 interface Element { interface
/third_party/typescript/tests/baselines/reference/
DjsxFactoryNotIdentifierOrQualifiedName2.js56 var Element; variable
57 (function (Element) { argument
DjsxFactoryNotIdentifierOrQualifiedName.js56 var Element; variable
57 (function (Element) { argument
DjsxFactoryAndReactNamespace.js56 var Element; variable
57 (function (Element) { argument
DjsxFactoryQualifiedName.js56 var Element; variable
57 (function (Element) { argument
DjsxEmitWithAttributes.js56 var Element; variable
57 (function (Element) { argument
DjsxFactoryIdentifier.js57 var Element; variable
58 (function (Element) { argument
DunusedImports16.js27 var Element = require("react"); variable
DunusedImports15.js27 var Element = require("react"); variable
/third_party/skia/src/gpu/v1/
DClipStack.h36 struct Element { struct
55 // The iterator provides items as "const Element&". argument
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/typescript/types/
Dconditional-infer.src.ts1 type Element<T> = T extends (infer U)[] ? U : T; alias

1234