Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dtest-repacker.cc51 static void add_offset (unsigned id, in add_offset() function
115 add_offset (obj_2, c); in populate_serializer_simple()
116 add_offset (obj_1, c); in populate_serializer_simple()
133 add_offset (obj_3, c); in populate_serializer_with_overflow()
134 add_offset (obj_2, c); in populate_serializer_with_overflow()
135 add_offset (obj_1, c); in populate_serializer_with_overflow()
150 add_offset (obj_1, c); in populate_serializer_with_dedup_overflow()
154 add_offset (obj_2, c); in populate_serializer_with_dedup_overflow()
155 add_offset (obj_1, c); in populate_serializer_with_dedup_overflow()
170 add_offset (obj_4, c); in populate_serializer_with_isolation_overflow()
[all …]
Dhb-ot-color-cbdt-table.hh175 bool add_offset (hb_serialize_context_t *c, in add_offset() function
222 case 1: return_trace (u.format1.add_offset (c, local_offset, size)); in finish_subtable()
224 if (!u.format3.add_offset (c, local_offset, size)) in finish_subtable()
227 return_trace (u.format3.add_offset (c, 0, size)); in finish_subtable()
252 if (unlikely (!u.format1.add_offset (c, local_offset, size))) in fill_missing_glyphs()
261 if (unlikely (!u.format3.add_offset (c, local_offset, size))) in fill_missing_glyphs()
291 return_trace (subtable_prime->add_offset (c, new_local_offset, size)); in copy_glyph_at_idx()
295 add_offset (hb_serialize_context_t *c, unsigned int local_offset, in add_offset() function
301 case 1: return_trace (u.format1.add_offset (c, local_offset, size)); in add_offset()
302 case 3: return_trace (u.format3.add_offset (c, local_offset, size)); in add_offset()
/third_party/harfbuzz/src/
Dtest-repacker.cc51 static void add_offset (unsigned id, in add_offset() function
68 add_offset (obj_2, c); in populate_serializer_simple()
69 add_offset (obj_1, c); in populate_serializer_simple()
86 add_offset (obj_3, c); in populate_serializer_with_overflow()
87 add_offset (obj_2, c); in populate_serializer_with_overflow()
88 add_offset (obj_1, c); in populate_serializer_with_overflow()
103 add_offset (obj_1, c); in populate_serializer_with_dedup_overflow()
107 add_offset (obj_2, c); in populate_serializer_with_dedup_overflow()
108 add_offset (obj_1, c); in populate_serializer_with_dedup_overflow()
123 add_offset (obj_3, c); in populate_serializer_complex_1()
[all …]
Dhb-ot-color-cbdt-table.hh175 bool add_offset (hb_serialize_context_t *c, in add_offset() function
222 case 1: return_trace (u.format1.add_offset (c, local_offset, size)); in finish_subtable()
224 if (!u.format3.add_offset (c, local_offset, size)) in finish_subtable()
227 return_trace (u.format3.add_offset (c, 0, size)); in finish_subtable()
252 if (unlikely (!u.format1.add_offset (c, local_offset, size))) in fill_missing_glyphs()
261 if (unlikely (!u.format3.add_offset (c, local_offset, size))) in fill_missing_glyphs()
291 return_trace (subtable_prime->add_offset (c, new_local_offset, size)); in copy_glyph_at_idx()
295 add_offset (hb_serialize_context_t *c, unsigned int local_offset, in add_offset() function
301 case 1: return_trace (u.format1.add_offset (c, local_offset, size)); in add_offset()
302 case 3: return_trace (u.format3.add_offset (c, local_offset, size)); in add_offset()
/third_party/flatbuffers/include/flatbuffers/
Dreflection_generated.h634 void add_offset(uint16_t offset) { in add_offset() function
695 builder_.add_offset(offset);
/third_party/mindspore/mindspore/lite/schema/
Dmodel_generated.h357 void add_offset(int32_t offset) { in add_offset() function
409 builder_.add_offset(offset);
Dmodel_v0_generated.h1800 void add_offset(int32_t offset) {
1843 builder_.add_offset(offset);
Dops_v0_generated.h10281 void add_offset(float offset) { in add_offset() function
10309 builder_.add_offset(offset);
Dops_generated.h8231 void add_offset(float offset) {
8261 builder_.add_offset(offset);
/third_party/mindspore/mindspore/lite/schema/inner/
Dmodel_generated.h495 void add_offset(int32_t offset) { in add_offset() function
547 builder_.add_offset(offset);
Dmodel_v0_generated.h3596 void add_offset(int32_t offset) {
3639 builder_.add_offset(offset);
Dops_v0_generated.h14481 void add_offset(float offset) { in add_offset() function
14509 builder_.add_offset(offset);
Dops_generated.h12879 void add_offset(float offset) {
12909 builder_.add_offset(offset);
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c4501 add_offset (guint64 offset, guint64 advance) in add_offset() function
4565 qtdemux->offset = add_offset (qtdemux->offset, length); in gst_qtdemux_loop_state_header()
4574 qtdemux->offset = add_offset (qtdemux->offset, length); in gst_qtdemux_loop_state_header()