Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DSkGr.cpp106 SkImageInfo linDstInfo = SkImageInfo::MakeN32Premul(pixmap.width(), pixmap.height()); in compute_desc() local
107 if (!linSrcPixmap.readPixels(linDstInfo, tmpBitmap->getPixels(), tmpBitmap->rowBytes())) { in compute_desc()