Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrContextPriv.cpp443 auto tempII = SkImageInfo::Make(width, height, srcSkColorType, tempAT, in readSurfacePixels() local
451 if (!SkImageInfoValidConversion(finalII, tempII)) { in readSurfacePixels()
454 if (!tempPixmap.tryAlloc(tempII)) { in readSurfacePixels()
/external/skqp/src/gpu/
DGrContext.cpp729 auto tempII = SkImageInfo::Make(width, height, srcSkColorType, tempAT, in readSurfacePixels() local
737 if (!SkImageInfoValidConversion(finalII, tempII)) { in readSurfacePixels()
740 if (!tempPixmap.tryAlloc(tempII)) { in readSurfacePixels()