Home
last modified time | relevance | path

Searched defs:Anchor (Results 1 – 21 of 21) sorted by relevance

/external/harfbuzz_ng/src/OT/Layout/GPOS/
DAnchor.hh12 struct Anchor struct
15 union {
20 } u;
24 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
36 void get_anchor (hb_ot_apply_context_t *c, hb_codepoint_t glyph_id, in get_anchor()
48 bool subset (hb_subset_context_t *c) const in subset()
66 void collect_variation_indices (hb_collect_variation_indices_context_t *c) const in collect_variation_indices()
/external/harfbuzz_ng/src/
Dhb-aat-layout-ankr-table.hh42 struct Anchor struct
44 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
51 FWORD xCoordinate;
52 FWORD yCoordinate;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLParser.h169 StringRef Anchor; variable
197 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in ScalarNode()
240 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in BlockScalarNode()
400 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in MappingNode()
454 SequenceNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in SequenceNode()
/external/llvm/include/llvm/Support/
DYAMLParser.h166 StringRef Anchor; variable
194 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in ScalarNode()
237 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in BlockScalarNode()
397 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in MappingNode()
451 SequenceNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in SequenceNode()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DYAMLParser.h182 StringRef Anchor; variable
210 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in ScalarNode()
253 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in BlockScalarNode()
419 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in MappingNode()
474 SequenceNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in SequenceNode()
/external/perfetto/ui/src/frontend/
Danchor.ts24 export class Anchor implements m.ClassComponent<AnchorAttrs> { class
/external/rust/pica/src/
Dlib.rs177 Anchor, enumerator
181 struct Anchor { struct
188 anchors: HashMap<MacAddress, Anchor>, argument
/external/boringssl/src/util/
Ddoc.go55 Anchor string member
71 Anchor string member
/external/cronet/third_party/boringssl/src/util/
Ddoc.go55 Anchor string member
71 Anchor string member
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/
DToken.java23 …Alias, Anchor, BlockEnd, BlockEntry, BlockMappingStart, BlockSequenceStart, Directive, DocumentEnd… enumConstant
/external/llvm/utils/yaml-bench/
DYAMLBench.cpp92 StringRef Anchor = n->getAnchor(); in dumpNode() local
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.h436 enum Anchor { enum
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprog.h175 enum Anchor { enum
Dre2.h487 enum Anchor { enum
/external/rust/crates/regex-syntax/src/hir/
Dmod.rs195 Anchor(Anchor), enumerator
1285 pub enum Anchor { enum
/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp465 SDValue Anchor = Base.getOperand(0); in expandAddress() local
DSystemZISelLowering.cpp2475 uint64_t Anchor = Offset & ~uint64_t(0xfff); in lowerGlobalAddress() local
/external/llvm/tools/sancov/
Dsancov.cc523 static std::string anchorName(const std::string &Anchor) { in anchorName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp487 SDValue Anchor = Base.getOperand(0); in expandAddress() local
DSystemZISelLowering.cpp2978 uint64_t Anchor = Offset & ~uint64_t(0xfff); in lowerGlobalAddress() local
/external/fonttools/Lib/fontTools/feaLib/
Dast.py632 class Anchor(Expression): class