Searched refs:computeTotalBytes (Results 1 – 6 of 6) sorted by relevance
118 size_t SkYUVAPixmapInfo::computeTotalBytes(size_t planeSizes[kMaxPlanes]) const { in computeTotalBytes() function in SkYUVAPixmapInfo125 return fYUVAInfo.computeTotalBytes(fRowBytes.data(), planeSizes); in computeTotalBytes()175 SkData::MakeUninitialized(yuvaPixmapInfo.computeTotalBytes())); in Allocate()182 if (yuvaPixmapInfo.computeTotalBytes() > data->size()) { in FromData()240 SkASSERT(yuvaPixmapInfo.computeTotalBytes() <= fData->size()); in SkYUVAPixmaps()
325 size_t SkYUVAInfo::computeTotalBytes(const size_t rowBytes[kMaxPlanes], in computeTotalBytes() function in SkYUVAInfo
54 size_t size = yuvaPixmapInfo.computeTotalBytes(); in DEF_TEST()
201 size_t computeTotalBytes(const size_t rowBytes[kMaxPlanes],
142 size_t computeTotalBytes(size_t planeSizes[kMaxPlanes] = nullptr) const;
272 data.reset(SkResourceCache::NewCachedData(yuvaPixmapInfo.computeTotalBytes())); in getPlanes()