Home
last modified time | relevance | path

Searched refs:deviceTable (Results 1 – 14 of 14) sorted by relevance

/third_party/harfbuzz/src/
Dhb-ot-layout-gdef-table.hh197 font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font, var_store) : in get_caret_value()
198 font->em_scale_y (coordinate) + (this+deviceTable).get_y_delta (font, var_store); in get_caret_value()
207 …return_trace (out->deviceTable.serialize_copy (c->serializer, deviceTable, this, c->serializer->to… in subset()
212 { (this+deviceTable).collect_variation_indices (layout_variation_indices); } in collect_variation_indices()
217 return_trace (c->check_struct (this) && deviceTable.sanitize (c, this)); in sanitize()
224 deviceTable; /* Offset to Device table for X or Y member
Dhb-ot-math-table.hh40 { return font->em_scale_x (value) + (base+deviceTable).get_x_delta (font); } in get_x_value()
42 { return font->em_scale_y (value) + (base+deviceTable).get_y_delta (font); } in get_y_value()
47 return_trace (c->check_struct (this) && deviceTable.sanitize (c, base)); in sanitize()
52 Offset16To<Device> deviceTable; /* Offset to the device table - from the member
Dhb-ot-layout-base-table.hh89 const Device &device = this+deviceTable; in get_coord()
100 deviceTable.sanitize (c, this))); in sanitize()
107 deviceTable; /* Offset to Device table for X or member
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gdef-table.hh196 font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font, var_store) : in get_caret_value()
197 font->em_scale_y (coordinate) + (this+deviceTable).get_y_delta (font, var_store); in get_caret_value()
206 …return_trace (out->deviceTable.serialize_copy (c->serializer, deviceTable, this, c->serializer->to… in subset()
211 { (this+deviceTable).collect_variation_indices (layout_variation_indices); } in collect_variation_indices()
216 return_trace (c->check_struct (this) && deviceTable.sanitize (c, this)); in sanitize()
223 deviceTable; /* Offset to Device table for X or Y member
Dhb-ot-layout-base-table.hh89 const Device &device = this+deviceTable; in get_coord()
100 deviceTable.sanitize (c, this))); in sanitize()
107 deviceTable; /* Offset to Device table for X or member
Dhb-ot-math-table.hh40 { return font->em_scale_x (value) + (base+deviceTable).get_x_delta (font); } in get_x_value()
42 { return font->em_scale_y (value) + (base+deviceTable).get_y_delta (font); } in get_y_value()
49 out->deviceTable.serialize_copy (c, deviceTable, base, 0, hb_serialize_context_t::Head); in copy()
57 return_trace (c->check_struct (this) && deviceTable.sanitize (c, base)); in sanitize()
62 Offset16To<Device> deviceTable; /* Offset to the device table - from the member
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gdef-table.hh152 font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font, var_store) : in get_caret_value()
153 font->em_scale_y (coordinate) + (this+deviceTable).get_y_delta (font, var_store); in get_caret_value()
159 return_trace (c->check_struct (this) && deviceTable.sanitize (c, this)); in sanitize()
166 deviceTable; /* Offset to Device table for X or Y member
Dhb-ot-math-table.hh40 { return font->em_scale_x (value) + (base+deviceTable).get_x_delta (font); } in get_x_value()
42 { return font->em_scale_y (value) + (base+deviceTable).get_y_delta (font); } in get_y_value()
47 return_trace (c->check_struct (this) && deviceTable.sanitize (c, base)); in sanitize()
52 OffsetTo<Device> deviceTable; /* Offset to the device table - from the member
Dhb-ot-layout-base-table.hh92 const Device &device = this+deviceTable; in get_coord()
103 deviceTable.sanitize (c, this))); in sanitize()
110 deviceTable; /* Offset to Device table for X or member
/third_party/harfbuzz/perf/texts/
Den-words.txt2902 deviceTable
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt2902 deviceTable
/third_party/libabigail/tests/data/test-annotate/
Dtest17-pr19027.so.abi18107 …::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> > OT::CaretValueFormat3::deviceTable -->
18108 …<var-decl name='deviceTable' type-id='type-id-1233' visibility='default' filepath='/tmp/legendre/s…
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest17-pr19027.so.abi11429 …<var-decl name='deviceTable' type-id='type-id-1233' visibility='default' filepath='/tmp/legendre/s…
/third_party/chromium/patch/
D0001-cve.patch34398 const Device &device = this+deviceTable;