OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:code_next
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxcodec/lgif/
fx_gif.cpp
29
code_next
= code_end + 1;
40
ASSERT(code <=
code_next
);
41
if (code < code_clear || code >
code_next
) {
51
if (
code_next
== GIF_MAX_LZW_CODE) {
54
code_table[
code_next
].prefix = prefix_code;
55
code_table[
code_next
].suffix = append_char;
56
if (++
code_next
< GIF_MAX_LZW_CODE) {
57
if (
code_next
>> code_size_cur) {
104
if (
code_next
< GIF_MAX_LZW_CODE) {
105
if (code ==
code_next
) {
[
all
...]
fx_gif.h
145
FX_WORD
code_next
;
member in class:CGifLZWDecoder
Completed in 54 milliseconds