Lines Matching refs:fSizes
42 !yuvInfo.fSizeInfo.fSizes[i].fHeight); in getPlanes()
48 yuvInfo.fSizeInfo.fSizes[i-1].fHeight); in getPlanes()
59 SkASSERT((yuvInfo.fSizeInfo.fWidthBytes[i] && yuvInfo.fSizeInfo.fSizes[i].fHeight) || in getPlanes()
60 (!yuvInfo.fSizeInfo.fWidthBytes[i] && !yuvInfo.fSizeInfo.fSizes[i].fHeight)); in getPlanes()
62 totalSize += yuvInfo.fSizeInfo.fWidthBytes[i] * yuvInfo.fSizeInfo.fSizes[i].fHeight; in getPlanes()
72 !yuvInfo.fSizeInfo.fSizes[i].fHeight); in getPlanes()
78 yuvInfo.fSizeInfo.fSizes[i-1].fHeight); in getPlanes()
124 if (yuvSizeInfo.fSizes[i].isEmpty()) { in refAsTextureProxy()
129 int componentWidth = yuvSizeInfo.fSizes[i].fWidth; in refAsTextureProxy()
130 int componentHeight = yuvSizeInfo.fSizes[i].fHeight; in refAsTextureProxy()
135 (componentWidth != yuvSizeInfo.fSizes[0].fWidth) || in refAsTextureProxy()
136 (componentHeight != yuvSizeInfo.fSizes[0].fHeight) in refAsTextureProxy()
156 SkASSERT(yuvTextureProxies[i]->width() == yuvSizeInfo.fSizes[i].fWidth); in refAsTextureProxy()
157 SkASSERT(yuvTextureProxies[i]->height() == yuvSizeInfo.fSizes[i].fHeight); in refAsTextureProxy()
183 const SkRect r = SkRect::MakeIWH(yuvSizeInfo.fSizes[0].fWidth, in refAsTextureProxy()
184 yuvSizeInfo.fSizes[0].fHeight); in refAsTextureProxy()