Home | History | Annotate | Download | only in lgif

Lines Matching defs:EncodeString

244 void CGifLZWEncoder::EncodeString(FX_DWORD index,

312 EncodeString(code_table[index_num].prefix, dst_buf, dst_len, offset);
315 EncodeString(code_clear, dst_buf, dst_len, offset);
351 EncodeString(code_table[index_num].prefix, dst_buf, dst_len, offset);
352 EncodeString(code_end, dst_buf, dst_len, offset);