Searched refs:index_buf (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/fxcodec/lgif/ |
D | fx_gif.cpp | 275 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()
|
D | fx_gif.h | 199 uint8_t index_buf[GIF_DATA_BLOCK]; variable
|
/external/harfbuzz_ng/src/ |
D | hb-coretext.cc | 1064 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()
|