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

/external/dng_sdk/source/
H A Ddng_preview.cpp424 uint32 widthBytes = (fPreviewSize.h * 24 + 31) / 32 * 4; local
429 stream.Put_uint32 (widthBytes);
430 stream.Put_uint32 (widthBytes * fPreviewSize.v);
/external/skia/src/core/
H A DSkDraw.cpp179 const int widthBytes = rect.width() << shiftPerPixel; local
184 proc(pixels, widthBytes, procData);
/external/skia/tests/
H A DImageTest.cpp75 const size_t widthBytes = widthA * 4; local
77 REPORTER_ASSERT(reporter, !memcmp(pmapA.addr32(0, y), pmapB.addr32(0, y), widthBytes));
/external/skqp/src/core/
H A DSkDraw.cpp178 const int widthBytes = rect.width() << shiftPerPixel; local
183 proc(pixels, widthBytes, procData);
/external/skqp/tests/
H A DImageTest.cpp74 const size_t widthBytes = widthA * 4; local
76 REPORTER_ASSERT(reporter, !memcmp(pmapA.addr32(0, y), pmapB.addr32(0, y), widthBytes));

Completed in 373 milliseconds