Lines Matching refs:fSizes
40 !yuvInfo.fSizeInfo.fSizes[i].fHeight); in getPlanes()
46 yuvInfo.fSizeInfo.fSizes[i-1].fHeight); in getPlanes()
57 SkASSERT((yuvInfo.fSizeInfo.fWidthBytes[i] && yuvInfo.fSizeInfo.fSizes[i].fHeight) || in getPlanes()
58 (!yuvInfo.fSizeInfo.fWidthBytes[i] && !yuvInfo.fSizeInfo.fSizes[i].fHeight)); in getPlanes()
60 totalSize += yuvInfo.fSizeInfo.fWidthBytes[i] * yuvInfo.fSizeInfo.fSizes[i].fHeight; in getPlanes()
70 !yuvInfo.fSizeInfo.fSizes[i].fHeight); in getPlanes()
76 yuvInfo.fSizeInfo.fSizes[i-1].fHeight); in getPlanes()
122 if (yuvSizeInfo.fSizes[i].isEmpty()) { in refAsTextureProxy()
127 int componentWidth = yuvSizeInfo.fSizes[i].fWidth; in refAsTextureProxy()
128 int componentHeight = yuvSizeInfo.fSizes[i].fHeight; in refAsTextureProxy()
133 (componentWidth != yuvSizeInfo.fSizes[0].fWidth) || in refAsTextureProxy()
134 (componentHeight != yuvSizeInfo.fSizes[0].fHeight) in refAsTextureProxy()
154 SkASSERT(yuvTextureProxies[i]->width() == yuvSizeInfo.fSizes[i].fWidth); in refAsTextureProxy()
155 SkASSERT(yuvTextureProxies[i]->height() == yuvSizeInfo.fSizes[i].fHeight); in refAsTextureProxy()
182 const SkRect r = SkRect::MakeIWH(yuvSizeInfo.fSizes[0].fWidth, in refAsTextureProxy()
183 yuvSizeInfo.fSizes[0].fHeight); in refAsTextureProxy()