Home
last modified time | relevance | path

Searched refs:frameIsSubset (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/codec/
DSkWebpCodec.cpp393 const bool frameIsSubset = frameRect != this->bounds(); in onGetPixels() local
394 if (independent && frameIsSubset) { in onGetPixels()
443 if (frameIsSubset) { in onGetPixels()
/external/skqp/src/codec/
DSkWebpCodec.cpp393 const bool frameIsSubset = frameRect != this->bounds(); in onGetPixels() local
394 if (independent && frameIsSubset) { in onGetPixels()
443 if (frameIsSubset) { in onGetPixels()
/external/skia/third_party/gif/
DSkGifImageReader.cpp769 const bool frameIsSubset = xOffset > 0 || yOffset > 0 in parse() local
772 m_firstFrameHasAlpha = frameIsSubset; in parse()
/external/skqp/third_party/gif/
DSkGifImageReader.cpp769 const bool frameIsSubset = xOffset > 0 || yOffset > 0 in parse() local
772 m_firstFrameHasAlpha = frameIsSubset; in parse()