Searched refs:widthBytes (Results 1 - 3 of 3) 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.cpp177 const int widthBytes = rect.width() << shiftPerPixel; local
182 proc(pixels, widthBytes, procData);
/external/skia/tests/
H A DImageTest.cpp73 const size_t widthBytes = widthA * 4; local
75 REPORTER_ASSERT(reporter, !memcmp(pmapA.addr32(0, y), pmapB.addr32(0, y), widthBytes));

Completed in 315 milliseconds