Home
last modified time | relevance | path

Searched defs:frameRect (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/codec/
DSkGifCodec.cpp195 SkIRect frameRect; in ReadHeader() local
243 uint32_t transIndex, const SkIRect& frameRect, bool frameIsSubset) in SkGifCodec()
362 bool SkGifCodec::GetDimensions(GifFileType* gif, SkISize* size, SkIRect* frameRect) {
468 const SkIRect* frameRect = fFrameIsSubset ? &fFrameRect : nullptr; local