Lines Matching refs:yuvaPixmaps
284 SkYUVAPixmaps yuvaPixmaps; in textureProxyViewFromPlanes() local
285 sk_sp<SkCachedData> dataStorage = this->getPlanes(supportedDataTypes, &yuvaPixmaps); in textureProxyViewFromPlanes()
292 for (int i = 0; i < yuvaPixmaps.numPlanes(); ++i) { in textureProxyViewFromPlanes()
296 SkBackingFit fit = yuvaPixmaps.plane(i).dimensions() == this->dimensions() in textureProxyViewFromPlanes()
312 bitmap.installPixels(yuvaPixmaps.plane(i).info(), in textureProxyViewFromPlanes()
313 yuvaPixmaps.plane(i).writable_addr(), in textureProxyViewFromPlanes()
314 yuvaPixmaps.plane(i).rowBytes(), in textureProxyViewFromPlanes()
346 GrYUVATextureProxies yuvaProxies(yuvaPixmaps.yuvaInfo(), views, pixmapColorTypes); in textureProxyViewFromPlanes()
377 SkYUVAPixmaps* yuvaPixmaps) const { in getPlanes()
380 sk_sp<SkCachedData> data(SkYUVPlanesCache::FindAndRef(generator->uniqueID(), yuvaPixmaps)); in getPlanes()
383 SkASSERT(yuvaPixmaps->isValid()); in getPlanes()
384 SkASSERT(yuvaPixmaps->yuvaInfo().dimensions() == this->dimensions()); in getPlanes()
400 *yuvaPixmaps = tempPixmaps; in getPlanes()
401 SkYUVPlanesCache::Add(this->uniqueID(), data.get(), *yuvaPixmaps); in getPlanes()