OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_animation
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/dec/
webp.c
289
int* const
has_animation
,
335
if (
has_animation
!= NULL) *
has_animation
= animation_present;
414
int
has_animation
= 0;
local
418
NULL, NULL, NULL, &
has_animation
,
422
if (
has_animation
) {
686
&features->has_alpha, &features->
has_animation
,
/external/chromium_org/third_party/libwebp/webp/
decode.h
406
int
has_animation
; // True if the bitstream is an animation.
member in struct:WebPBitstreamFeatures
Completed in 294 milliseconds