Searched refs:tempPixmaps (Results 1 – 2 of 2) sorted by relevance
280 SkYUVAPixmaps tempPixmaps; in MakeFromYUVAPixmaps() local294 tempPixmaps = SkYUVAPixmaps::Allocate(newPixmapInfo); in MakeFromYUVAPixmaps()296 if (!tempPixmaps.isValid()) { in MakeFromYUVAPixmaps()300 if (!pixmaps.plane(i).scalePixels(tempPixmaps.plane(i), sampling)) { in MakeFromYUVAPixmaps()304 pixmapsToUpload = &tempPixmaps; in MakeFromYUVAPixmaps()
393 SkYUVAPixmaps tempPixmaps = SkYUVAPixmaps::FromExternalMemory(yuvaPixmapInfo, in getPlanes() local395 SkASSERT(tempPixmaps.isValid()); in getPlanes()396 if (!generator->getYUVAPlanes(tempPixmaps)) { in getPlanes()400 *yuvaPixmaps = tempPixmaps; in getPlanes()