Home
last modified time | relevance | path

Searched refs:fFrameIndex (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/codec/
DSkGifCodec.cpp206 const size_t frameIndex = opts.fFrameIndex; in prepareToDecode()
356 const size_t frameIndex = options.fFrameIndex; in onIncrementalDecode()
366 const size_t frameIndex = opts.fFrameIndex; in decodeFrame()
400 prevFrameOpts.fFrameIndex = frameContext->getRequiredFrame(); in decodeFrame()
404 this->initializeColorTable(dstInfo, prevFrameOpts.fFrameIndex); in decodeFrame()
405 this->initializeSwizzler(dstInfo, prevFrameOpts.fFrameIndex); in decodeFrame()
489 SkASSERT(this->options().fFrameIndex == 0); in onGetFillValue()
/external/skia/include/codec/
DSkCodec.h250 , fFrameIndex(0) in Options()
280 size_t fFrameIndex; member
/external/skia/gm/
DanimatedGif.cpp54 opts.fFrameIndex = frameIndex; in drawFrame()
/external/skia/tests/
DCodecPartialTest.cpp214 opts.fFrameIndex = i; in DEF_TEST()
264 opts.fFrameIndex = i; in DEF_TEST()
DCodecAnimTest.cpp139 opts.fFrameIndex = index; in DEF_TEST()
DCodecTest.cpp1257 opts.fFrameIndex = frame; in decode_frame()
1520 opts.fFrameIndex = i; in DEF_TEST()
/external/skia/fuzz/
Dfuzz.cpp422 options.fFrameIndex = i; in fuzz_img()
/external/skia/dm/
DDMSrcSink.cpp469 options.fFrameIndex = i; in draw()