Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_decode.cpp151 uint8_t* dest_buf_ptr = dest_buf->get(); in A85Decode() local
161 memset(dest_buf_ptr + *dest_size, 0, 4); in A85Decode()
179 dest_buf_ptr[(*dest_size)++] = GetA85Result(res, i); in A85Decode()
189 dest_buf_ptr[(*dest_size)++] = GetA85Result(res, i); in A85Decode()
211 uint8_t* dest_buf_ptr = dest_buf->get(); in HexDecode() local
227 dest_buf_ptr[*dest_size] = digit * 16; in HexDecode()
229 dest_buf_ptr[(*dest_size)++] += digit; in HexDecode()