Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkYUVAPixmaps.cpp89 size_t tempRowBytes[kMaxPlanes]; in SkYUVAPixmapInfo() local
92 tempRowBytes[i] = SkColorTypeBytesPerPixel(colorTypes[i]) * planeDimensions[i].width(); in SkYUVAPixmapInfo()
94 rowBytes = tempRowBytes; in SkYUVAPixmapInfo()