Searched defs:SkMovie (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/images/
H A DSkMovie.h18 class SkMovie : public SkRefCnt { class in inherits:SkRefCnt
23 static SkMovie* DecodeStream(SkStream*);
29 static SkMovie* DecodeFile(const char path[]);
35 static SkMovie* DecodeMemory(const void* data, size_t length);
65 SkMovie();
/external/skia/src/images/
H A DSkMovie.cpp8 #include "SkMovie.h"
16 SkMovie::SkMovie() function in class:SkMovie
23 void SkMovie::ensureInfo()
29 SkMSec SkMovie::duration()
35 int SkMovie::width()
41 int SkMovie::height()
47 int SkMovie::isOpaque()
53 bool SkMovie::setTime(SkMSec time)
69 const SkBitmap& SkMovie
[all...]

Completed in 104 milliseconds