Home
last modified time | relevance | path

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

/reactos/dll/win32/gdiplus/
H A Dimage.c3135 PropertyItem *appext = NULL, *appdata = NULL, *loop = NULL; in get_gif_loopcount() local
3137 appext = get_property(reader, &GUID_MetadataFormatAPE, applicationW); in get_gif_loopcount()
3138 if (appext) in get_gif_loopcount()
3140 if (appext->type == PropertyTagTypeByte && appext->length == 11 && in get_gif_loopcount()
3141 … (!memcmp(appext->value, "NETSCAPE2.0", 11) || !memcmp(appext->value, "ANIMEXTS1.0", 11))) in get_gif_loopcount()
3166 heap_free(appext); in get_gif_loopcount()