Home
last modified time | relevance | path

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

/external/skia/tests/
DTestUtils.cpp228 size_t floatRowBytes = floatBpp * pixmap.width(); in CheckSolidPixels() local
229 std::unique_ptr<char[]> floatB(new char[floatRowBytes * pixmap.height()]); in CheckSolidPixels()