Lines Matching refs:frameRect
195 SkIRect frameRect;
196 if (!GetDimensions(gif, &size, &frameRect)) {
200 bool frameIsSubset = (size != frameRect.size());
220 frameRect, frameIsSubset);
243 uint32_t transIndex, const SkIRect& frameRect, bool frameIsSubset)
247 , fFrameRect(frameRect)
362 bool SkGifCodec::GetDimensions(GifFileType* gif, SkISize* size, SkIRect* frameRect) {
385 frameRect->setXYWH(frameLeft, frameTop, frameWidth, frameHeight);
468 const SkIRect* frameRect = fFrameIsSubset ? &fFrameRect : nullptr;
470 frameRect));