Home
last modified time | relevance | path

Searched refs:cbdt_prime (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-color-cbdt-table.hh50 hb_vector_t<char> *cbdt_prime; member
64 _copy_data_to_cbdt (hb_vector_t<char> *cbdt_prime, in _copy_data_to_cbdt() argument
68 unsigned int new_len = cbdt_prime->length + length; in _copy_data_to_cbdt()
69 if (unlikely (!cbdt_prime->alloc (new_len))) return false; in _copy_data_to_cbdt()
70 memcpy (cbdt_prime->arrayZ + cbdt_prime->length, data, length); in _copy_data_to_cbdt()
71 cbdt_prime->length = new_len; in _copy_data_to_cbdt()
277 hb_vector_t<char> *cbdt_prime /* INOUT */, in copy_glyph_at_idx()
288 … unsigned int new_local_offset = cbdt_prime->length - (unsigned int) header_prime->imageDataOffset; in copy_glyph_at_idx()
289 if (unlikely (!_copy_data_to_cbdt (cbdt_prime, cbdt + offset, length))) return_trace (false); in copy_glyph_at_idx()
394 bitmap_size_context->cbdt_prime->length, in add_new_subtable()
[all …]
/third_party/harfbuzz/src/
Dhb-ot-color-cbdt-table.hh50 hb_vector_t<char> *cbdt_prime; member
64 _copy_data_to_cbdt (hb_vector_t<char> *cbdt_prime, in _copy_data_to_cbdt() argument
68 unsigned int new_len = cbdt_prime->length + length; in _copy_data_to_cbdt()
69 if (unlikely (!cbdt_prime->alloc (new_len))) return false; in _copy_data_to_cbdt()
70 memcpy (cbdt_prime->arrayZ + cbdt_prime->length, data, length); in _copy_data_to_cbdt()
71 cbdt_prime->length = new_len; in _copy_data_to_cbdt()
277 hb_vector_t<char> *cbdt_prime /* INOUT */, in copy_glyph_at_idx()
288 … unsigned int new_local_offset = cbdt_prime->length - (unsigned int) header_prime->imageDataOffset; in copy_glyph_at_idx()
289 if (unlikely (!_copy_data_to_cbdt (cbdt_prime, cbdt + offset, length))) return_trace (false); in copy_glyph_at_idx()
394 bitmap_size_context->cbdt_prime->length, in add_new_subtable()
[all …]
/third_party/chromium/patch/
D0001-cve.patch33524 return_trace (CBLC::sink_cbdt (c, &cbdt_prime));