• Home
  • Raw
  • Download

Lines Matching refs:fSizeInfo

48         planes[1] = (uint8_t*)planes[0] + (yuvInfo->fSizeInfo.fWidthBytes[SkYUVSizeInfo::kY] *  in init()
49 yuvInfo->fSizeInfo.fSizes[SkYUVSizeInfo::kY].fHeight); in init()
50 planes[2] = (uint8_t*)planes[1] + (yuvInfo->fSizeInfo.fWidthBytes[SkYUVSizeInfo::kU] * in init()
51 yuvInfo->fSizeInfo.fSizes[SkYUVSizeInfo::kU].fHeight); in init()
54 if (!provider->onQueryYUV8(&yuvInfo->fSizeInfo, &yuvInfo->fColorSpace)) { in init()
61 totalSize += yuvInfo->fSizeInfo.fWidthBytes[i] * yuvInfo->fSizeInfo.fSizes[i].fHeight; in init()
70 planes[1] = (uint8_t*)planes[0] + (yuvInfo->fSizeInfo.fWidthBytes[SkYUVSizeInfo::kY] * in init()
71 yuvInfo->fSizeInfo.fSizes[SkYUVSizeInfo::kY].fHeight); in init()
72 planes[2] = (uint8_t*)planes[1] + (yuvInfo->fSizeInfo.fWidthBytes[SkYUVSizeInfo::kU] * in init()
73 yuvInfo->fSizeInfo.fSizes[SkYUVSizeInfo::kU].fHeight); in init()
76 if (!provider->onGetYUV8Planes(yuvInfo->fSizeInfo, planes)) { in init()
104 yuvDesc.fWidth = yuvInfo.fSizeInfo.fSizes[i].fWidth; in refAsTextureProxy()
105 yuvDesc.fHeight = yuvInfo.fSizeInfo.fSizes[i].fHeight; in refAsTextureProxy()
108 (yuvDesc.fWidth != yuvInfo.fSizeInfo.fSizes[SkYUVSizeInfo::kY].fWidth) || in refAsTextureProxy()
109 (yuvDesc.fHeight != yuvInfo.fSizeInfo.fSizes[SkYUVSizeInfo::kY].fHeight) in refAsTextureProxy()
120 yuvInfo.fSizeInfo.fWidthBytes[i], 0, 0)) { in refAsTextureProxy()
140 yuvInfo.fSizeInfo.fSizes, yuvInfo.fColorSpace, false)); in refAsTextureProxy()
167 const SkRect r = SkRect::MakeIWH(yuvInfo.fSizeInfo.fSizes[SkYUVSizeInfo::kY].fWidth, in refAsTextureProxy()
168 yuvInfo.fSizeInfo.fSizes[SkYUVSizeInfo::kY].fHeight); in refAsTextureProxy()