Searched refs:widthBytes (Results 1 - 4 of 4) 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/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
H A DNCV.hpp860 Ncv32u widthBytes = width_ * sizeof(T); local
861 Ncv32u pitchBytes = alignUp(widthBytes, allocator.alignment());
931 Ncv32u widthBytes = width_ * sizeof(T); local
932 Ncv32u pitchBytes = alignUp(widthBytes, alignment);
944 ncvAssertPrintReturn(pitch_ >= widthBytes, "NCVMatrixReuse ctor:: incorrect pitch passed", );
/external/skia/tests/
H A DImageTest.cpp53 const size_t widthBytes = widthA * info.bytesPerPixel(); local
55 REPORTER_ASSERT(reporter, !memcmp(pmapA.addr32(0, y), pmapB.addr32(0, y), widthBytes));
/external/skia/src/core/
H A DSkDraw.cpp247 const int widthBytes = rect.width() << shiftPerPixel; local
252 proc(pixels, widthBytes, procData);

Completed in 889 milliseconds