Home
last modified time | relevance | path

Searched refs:fFrameIsSubset (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/codec/
DSkGifCodec.cpp255 , fFrameIsSubset(frameIsSubset) in SkGifCodec()
468 const SkIRect* frameRect = fFrameIsSubset ? &fFrameRect : nullptr;
497 if (fFrameIsSubset) {
528 if (fFrameIsSubset) {
557 if (fFrameIsSubset) {
DSkGifCodec.h199 const bool fFrameIsSubset; variable