Home
last modified time | relevance | path

Searched defs:VariationSelectorRecord (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-cmap-table.hh1249 struct VariationSelectorRecord struct
1251 glyph_variant_t get_glyph (hb_codepoint_t codepoint, in get_glyph()
1266 VariationSelectorRecord(const VariationSelectorRecord& other) in VariationSelectorRecord() function
1271 void operator= (const VariationSelectorRecord& other) in operator =()
1280 void collect_unicodes (hb_set_t *out, const void *base) const in collect_unicodes()
1286 void collect_mapping (const void *base, in collect_mapping()
1294 int cmp (const hb_codepoint_t &variation_selector) const in cmp()
1297 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize()
1306 copy (hb_serialize_context_t *c, in copy()
1344 HBUINT24 varSelector; /* Variation selector. */
[all …]
/aosp_15_r20/frameworks/minikin/tests/unittest/
H A DCmapCoverageTest.cpp149 struct VariationSelectorRecord { struct
150 uint32_t codePoint;
151 std::vector<uint32_t> defaultUVSRanges;
152 std::vector<uint32_t> nonDefaultUVS;
154 std::vector<uint8_t> getDefaultUVSAsBinary() const { in getDefaultUVSAsBinary()
175 std::vector<uint8_t> getNonDefaultUVSAsBinary() const { in getNonDefaultUVSAsBinary()