Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-base-table.hh231 struct BaseValues struct
233 const BaseCoord &get_base_coord (int baseline_tag_index) const in get_base_coord()
239 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
247 Index defaultIndex; /* Index number of default baseline for this
251 baseCoords; /* Number of BaseCoord tables defined — should equal
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-base-table.hh242 struct BaseValues struct
244 const BaseCoord &get_base_coord (int baseline_tag_index) const in get_base_coord()
250 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
258 Index defaultIndex; /* Index number of default baseline for this
262 baseCoords; /* Number of BaseCoord tables defined — should equal
/third_party/harfbuzz/src/
Dhb-ot-layout-base-table.hh231 struct BaseValues struct
233 const BaseCoord &get_base_coord (int baseline_tag_index) const in get_base_coord()
239 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
247 Index defaultIndex; /* Index number of default baseline for this
251 baseCoords; /* Number of BaseCoord tables defined — should equal
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
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