Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
H A DSurfaceContext.cpp490 bool mustBeTight = !caps->writePixelsRowBytesSupport(); in internalWritePixels() local
492 if (mustBeTight || convertAll) { in internalWritePixels()
494 if (convertAll || (mustBeTight && src[i].rowBytes() != src[i].info().minRowBytes())) { in internalWritePixels()
506 if (convertAll || (mustBeTight && src[i].rowBytes() != src[i].info().minRowBytes())) { in internalWritePixels()

Completed in 3 milliseconds