Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/lgif/
Dfx_gif.cpp275 FXSYS_memcpy(&dst_buf[offset], index_buf, index_buf_len); in WriteBlock()
277 FXSYS_memset(index_buf, 0, GIF_DATA_BLOCK); in WriteBlock()
289 gif_cut_index(index_buf[index_buf_len], index, index_bit_cur, index_bit_use, in EncodeString()
300 gif_cut_index(index_buf[index_buf_len], index, index_bit_cur, index_bit_use, in EncodeString()
310 gif_cut_index(index_buf[index_buf_len], index, index_bit_cur, index_bit_use, in EncodeString()
318 gif_cut_index(index_buf[index_buf_len], index, index_bit_cur, index_bit_use, in EncodeString()
Dfx_gif.h199 uint8_t index_buf[GIF_DATA_BLOCK]; variable
/external/harfbuzz_ng/src/
Dhb-coretext.cc1064 ALLOCATE_ARRAY (CFIndex, index_buf, num_glyphs, goto resize_and_retry); in _hb_coretext_shape()
1065 CTRunGetStringIndices (run, range_all, index_buf); in _hb_coretext_shape()
1066 string_indices = index_buf; in _hb_coretext_shape()