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

/external/skia/src/codec/
H A DSkFrameHolder.h22 class SkFrame : public SkNoncopyable { class in inherits:SkNoncopyable
24 SkFrame(int id) function in class:SkFrame
35 virtual ~SkFrame() {}
172 void setAlphaAndRequiredFrame(SkFrame*);
177 const SkFrame* getFrame(int i) const {
185 virtual const SkFrame* onGetFrame(int i) const = 0;

Completed in 176 milliseconds