/third_party/skia/third_party/externals/harfbuzz/src/ |
D | test-repacker.cc | 51 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 …]
|
D | hb-ot-color-cbdt-table.hh | 175 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/ |
D | test-repacker.cc | 51 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 …]
|
D | hb-ot-color-cbdt-table.hh | 175 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/ |
D | reflection_generated.h | 634 void add_offset(uint16_t offset) { in add_offset() function 695 builder_.add_offset(offset);
|
/third_party/mindspore/mindspore/lite/schema/ |
D | model_generated.h | 357 void add_offset(int32_t offset) { in add_offset() function 409 builder_.add_offset(offset);
|
D | model_v0_generated.h | 1800 void add_offset(int32_t offset) { 1843 builder_.add_offset(offset);
|
D | ops_v0_generated.h | 10281 void add_offset(float offset) { in add_offset() function 10309 builder_.add_offset(offset);
|
D | ops_generated.h | 8231 void add_offset(float offset) { 8261 builder_.add_offset(offset);
|
/third_party/mindspore/mindspore/lite/schema/inner/ |
D | model_generated.h | 495 void add_offset(int32_t offset) { in add_offset() function 547 builder_.add_offset(offset);
|
D | model_v0_generated.h | 3596 void add_offset(int32_t offset) { 3639 builder_.add_offset(offset);
|
D | ops_v0_generated.h | 14481 void add_offset(float offset) { in add_offset() function 14509 builder_.add_offset(offset);
|
D | ops_generated.h | 12879 void add_offset(float offset) { 12909 builder_.add_offset(offset);
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux.c | 4501 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()
|