HomeSort by relevance Sort by last modified time
    Searched refs:IsGif (Results 1 - 3 of 3) sorted by null

  /external/skia/src/codec/
SkGifCodec.h 23 static bool IsGif(const void*, size_t);
26 * Assumes IsGif was called and returned true
SkCodec.cpp 36 { SkGifCodec::IsGif, SkGifCodec::NewFromStream },
SkGifCodec.cpp 21 bool SkGifCodec::IsGif(const void* buf, size_t bytesRead) {
230 * Assumes IsGif was called and returned true

Completed in 73 milliseconds