Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/harfbuzz/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;
Dhb-ot-layout-gpos-table.hh333 struct Anchor struct
335 void get_anchor (hb_ot_apply_context_t *c, hb_codepoint_t glyph_id, in get_anchor()
347 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
360 union {
365 } u;
/third_party/harfbuzz/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;
Dhb-ot-layout-gpos-table.hh509 struct Anchor struct
511 void get_anchor (hb_ot_apply_context_t *c, hb_codepoint_t glyph_id, in get_anchor()
523 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
535 bool subset (hb_subset_context_t *c) const in subset()
554 void collect_variation_indices (hb_collect_variation_indices_context_t *c) const in collect_variation_indices()
567 union {
572 } u;
/third_party/skia/third_party/externals/harfbuzz/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;
Dhb-ot-layout-gpos-table.hh509 struct Anchor struct
511 void get_anchor (hb_ot_apply_context_t *c, hb_codepoint_t glyph_id, in get_anchor()
523 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
535 bool subset (hb_subset_context_t *c) const in subset()
554 void collect_variation_indices (hb_collect_variation_indices_context_t *c) const in collect_variation_indices()
567 union {
572 } u;
/third_party/skia/third_party/externals/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()
414 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in MappingNode()
469 SequenceNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in SequenceNode()
/third_party/skia/third_party/externals/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()
/third_party/typescript/tests/cases/compiler/
DexcessPropertyCheckWithUnions.ts80 type Anchor = { tag: 'a'; type?: string; href: string }; alias
/third_party/re2/util/
Dpcre.h436 enum Anchor { enum
/third_party/nghttp2/src/
Dnghttp.cc73 struct Anchor { struct
74 int32_t stream_id;
76 int32_t dep_stream_id;
78 int32_t weight;
/third_party/re2/re2/
Dprog.h175 enum Anchor { enum
Dre2.h472 enum Anchor { enum
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
DNumberingScheme.java652 public abstract static class Anchor implements Comparable<Anchor> { class in NumberingScheme.Comment
/third_party/skia/third_party/externals/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