Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSurfaceContext.cpp579 bool mustBeTight = !caps->writePixelsRowBytesSupport(); in internalWritePixels() local
581 if (mustBeTight || convertAll) { in internalWritePixels()
583 if (convertAll || (mustBeTight && src[i].rowBytes() != src[i].info().minRowBytes())) { in internalWritePixels()
595 if (convertAll || (mustBeTight && src[i].rowBytes() != src[i].info().minRowBytes())) { in internalWritePixels()