OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decode_status_
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/fxcodec/gif/
cfx_gifcontext.h
53
int32_t
decode_status_
;
member in class:CFX_GifContext
cfx_gifcontext.cpp
31
decode_status_
(GIF_D_STATUS_SIG),
79
switch (
decode_status_
) {
186
if (
decode_status_
== GIF_D_STATUS_TAIL) {
237
if (
decode_status_
== GIF_D_STATUS_IMG_DATA) {
421
decode_status_
= status;
431
switch (
decode_status_
) {
485
if (
decode_status_
== GIF_D_STATUS_EXT_PTE)
Completed in 51 milliseconds