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

  /external/skia/include/codec/
SkCodec.h 254 , fFrameIndex(0)
284 int fFrameIndex;
291 * If fFrameIndex needs to be blended with a prior frame (as reported by
292 * getFrameInfo[fFrameIndex].fRequiredFrame), the client can set this to
293 * any non-kRestorePrevious frame in [fRequiredFrame, fFrameIndex) to
    [all...]
  /external/skqp/include/codec/
SkCodec.h 254 , fFrameIndex(0)
284 int fFrameIndex;
291 * If fFrameIndex needs to be blended with a prior frame (as reported by
292 * getFrameInfo[fFrameIndex].fRequiredFrame), the client can set this to
293 * any non-kRestorePrevious frame in [fRequiredFrame, fFrameIndex) to
    [all...]
  /external/skia/src/codec/
SkGifCodec.cpp 190 const int frameIndex = opts.fFrameIndex;
325 const int frameIndex = options.fFrameIndex;
337 const int frameIndex = opts.fFrameIndex;
SkCodec.cpp 225 const int index = options.fFrameIndex;
308 prevFrameOptions.fFrameIndex = requiredFrame;
492 if (options->fFrameIndex != 0) {
SkWebpCodec.cpp 420 const int index = options.fFrameIndex;
  /external/skia/tests/
CodecAnimTest.cpp 43 options.fFrameIndex = 1;
314 opts.fFrameIndex = index;
414 options.fFrameIndex = i;
CodecPartialTest.cpp 213 opts.fFrameIndex = i;
262 opts.fFrameIndex = i;
AnimatedImageTest.cpp 203 options.fFrameIndex = (int) i;
CodecTest.cpp     [all...]
  /external/skqp/src/codec/
SkGifCodec.cpp 190 const int frameIndex = opts.fFrameIndex;
325 const int frameIndex = options.fFrameIndex;
335 const int frameIndex = opts.fFrameIndex;
SkCodec.cpp 225 const int index = options.fFrameIndex;
308 prevFrameOptions.fFrameIndex = requiredFrame;
492 if (options->fFrameIndex != 0) {
SkWebpCodec.cpp 420 const int index = options.fFrameIndex;
  /external/skqp/tests/
CodecAnimTest.cpp 43 options.fFrameIndex = 1;
314 opts.fFrameIndex = index;
414 options.fFrameIndex = i;
CodecPartialTest.cpp 213 opts.fFrameIndex = i;
262 opts.fFrameIndex = i;
AnimatedImageTest.cpp 53 options.fFrameIndex = (int) i;
CodecTest.cpp     [all...]
  /external/skia/gm/
animatedGif.cpp 55 opts.fFrameIndex = frameIndex;
  /external/skqp/gm/
animatedGif.cpp 55 opts.fFrameIndex = frameIndex;
  /external/skia/src/android/
SkAnimatedImage.cpp 231 options.fFrameIndex = frameToDecode;
  /external/skqp/src/android/
SkAnimatedImage.cpp 212 options.fFrameIndex = frameToDecode;
  /external/skia/fuzz/
fuzz.cpp 454 options.fFrameIndex = i;
  /external/skqp/fuzz/
fuzz.cpp 430 options.fFrameIndex = i;
  /external/skia/dm/
DMSrcSink.cpp 498 options.fFrameIndex = i;
    [all...]
  /external/skqp/dm/
DMSrcSink.cpp 495 options.fFrameIndex = i;
    [all...]

Completed in 2078 milliseconds