Home
last modified time | relevance | path

Searched refs:tempPixmaps (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/image/
DSkImage_GpuYUVA.cpp280 SkYUVAPixmaps tempPixmaps; in MakeFromYUVAPixmaps() local
294 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()
DSkImage_Lazy.cpp393 SkYUVAPixmaps tempPixmaps = SkYUVAPixmaps::FromExternalMemory(yuvaPixmapInfo, in getPlanes() local
395 SkASSERT(tempPixmaps.isValid()); in getPlanes()
396 if (!generator->getYUVAPlanes(tempPixmaps)) { in getPlanes()
400 *yuvaPixmaps = tempPixmaps; in getPlanes()