Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DSurfaceContext.cpp438 GrCPixmap origSrcBase = src[0]; in internalWritePixels() local
439 GrCPixmap srcBase = origSrcBase; in internalWritePixels()
441 srcBase = GrCPixmap(origSrcBase.info().makeColorType(GrColorType::kRGBA_8888), in internalWritePixels()
442 origSrcBase.addr(), in internalWritePixels()
443 origSrcBase.rowBytes()); in internalWritePixels()
455 if (origSrcBase.colorType() == GrColorType::kBGRA_8888) { in internalWritePixels()