Lines Matching refs:yuvaPixmaps
280 SkYUVAPixmaps yuvaPixmaps; in textureProxyViewFromPlanes() local
281 sk_sp<SkCachedData> dataStorage = this->getPlanes(supportedDataTypes, &yuvaPixmaps); in textureProxyViewFromPlanes()
288 for (int i = 0; i < yuvaPixmaps.numPlanes(); ++i) { in textureProxyViewFromPlanes()
292 SkBackingFit fit = yuvaPixmaps.plane(i).dimensions() == this->dimensions() in textureProxyViewFromPlanes()
308 bitmap.installPixels(yuvaPixmaps.plane(i).info(), in textureProxyViewFromPlanes()
309 yuvaPixmaps.plane(i).writable_addr(), in textureProxyViewFromPlanes()
310 yuvaPixmaps.plane(i).rowBytes(), in textureProxyViewFromPlanes()
342 GrYUVATextureProxies yuvaProxies(yuvaPixmaps.yuvaInfo(), views, pixmapColorTypes); in textureProxyViewFromPlanes()
373 SkYUVAPixmaps* yuvaPixmaps) const { in getPlanes()
376 sk_sp<SkCachedData> data(SkYUVPlanesCache::FindAndRef(generator->uniqueID(), yuvaPixmaps)); in getPlanes()
379 SkASSERT(yuvaPixmaps->isValid()); in getPlanes()
380 SkASSERT(yuvaPixmaps->yuvaInfo().dimensions() == this->dimensions()); in getPlanes()
396 *yuvaPixmaps = tempPixmaps; in getPlanes()
397 SkYUVPlanesCache::Add(this->uniqueID(), data.get(), *yuvaPixmaps); in getPlanes()