Home
last modified time | relevance | path

Searched defs:BaseValues (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-layout-base-table.hh362 struct BaseValues struct
364 const BaseCoord &get_base_coord (int baseline_tag_index) const in get_base_coord()
370 void collect_variation_indices (hb_set_t& varidx_set /* OUT */) const in collect_variation_indices()
376 bool subset (hb_subset_context_t *c) const in subset()
390 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
398 Index defaultIndex; /* Index number of default baseline for this
402 baseCoords; /* Number of BaseCoord tables defined — should equal
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_base.rs634 impl<'a> FontRead<'a> for BaseValues<'a> { implementation
648 pub type BaseValues<'a> = TableRef<'a, BaseValuesMarker>; typedef
650 impl<'a> BaseValues<'a> { implementation
683 impl<'a> SomeTable<'a> for BaseValues<'a> { implementation
714 impl<'a> std::fmt::Debug for BaseValues<'a> { implementation
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1076 const std::set<Value *> &BaseValues = getBaseValues(V, DT, Visited); in shouldSplit() local
1080 const std::set<Value *> &BaseValues = getBaseValues(V, DT, Visited); in shouldSplit() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1097 std::set<Value *> BaseValues = getBaseValues(V, DT, Visited); in shouldSplit() local
1101 std::set<Value *> BaseValues = getBaseValues(V, DT, Visited); in shouldSplit() local