Home
last modified time | relevance | path

Searched refs:fFrames (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/tools/skpbench/
H A Dskpbench.cpp95 Sample() : fFrames(0), fDuration(0) {} in Sample()
98 double value() const { return FLAGS_fps ? fFrames / this->seconds() : this->ms() / fFrames; } in value()
101 int fFrames; member
167 MultiFrameSkp(const std::vector<SkDocumentPage>& frames) : fFrames(frames){} in MultiFrameSkp()
204 sk_sp<SkPicture> frame(int n) const { return fFrames[n].fPicture; } in frame()
206 int count() const { return fFrames.size(); } in count()
208 std::vector<SkDocumentPage> fFrames; member in ExitErr::MultiFrameSkp
249 sample->fFrames++; in ddl_sample()
365 sample.fFrames in run_benchmark()
[all...]
/third_party/skia/src/codec/
H A DSkWebpCodec.h83 return static_cast<int>(fFrames.size()); in size()
86 fFrames.reserve(size); in reserve()
93 std::vector<Frame> fFrames; member in final::FrameHolder
H A DSkWuffsCodec.cpp281 std::vector<SkWuffsFrame> fFrames; member in final
390 if ((0 <= i) && (static_cast<size_t>(i) < fFrames.size())) { in frame()
391 return &fFrames[i]; in frame()
735 if (fFramesComplete && (static_cast<size_t>(options().fFrameIndex) == fFrames.size() - 1)) { in onIncrementalDecodeTwoPass()
779 return fFrames.size(); in onGetFrameCount()
783 size_t n = fFrames.size(); in onGetFrameCountInternal()
801 if (static_cast<size_t>(i) < fFrames.size()) { in onGetFrameCountInternal()
804 fFrames.emplace_back(&fFrameConfigs[WhichDecoder::kIncrDecode]); in onGetFrameCountInternal()
805 SkWuffsFrame* f = &fFrames[fFrames in onGetFrameCountInternal()
[all...]
H A DSkHeifCodec.h125 return static_cast<int>(fFrames.size()); in size()
128 fFrames.reserve(size); in reserve()
135 std::vector<Frame> fFrames; member in SkHeifCodec::FrameHolder
H A DSkHeifCodec.cpp340 fFrames.emplace_back(i); // TODO: need to handle frame duration here in appendNewFrame()
341 return &fFrames[i]; in appendNewFrame()
346 return &fFrames[i]; in frame()
351 return &fFrames[i]; in editFrameAt()
H A DSkWebpCodec.cpp193 fFrames.emplace_back(i, hasAlpha ? SkEncodedInfo::kUnpremul_Alpha in appendNewFrame()
195 return &fFrames[i]; in appendNewFrame()
283 return &fFrames[i]; in frame()
/third_party/skia/gm/
H A Danimated_gif.cpp39 std::vector<SkBitmap> fFrames; member in AnimatedGifGM
43 if (frameIndex >= (int) fFrames.size()) { in drawFrame()
44 fFrames.resize(frameIndex + 1); in drawFrame()
46 SkBitmap& bm = fFrames[frameIndex]; in drawFrame()
56 && static_cast<size_t>(requiredFrame) < fFrames.size()); in drawFrame()
57 SkBitmap& requiredBitmap = fFrames[requiredFrame]; in drawFrame()

Completed in 6 milliseconds