Searched refs:widthBytes (Results 1 - 4 of 4) sorted by relevance
/external/dng_sdk/source/ |
H A D | dng_preview.cpp | 424 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 D | NCV.hpp | 860 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 D | ImageTest.cpp | 53 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 D | SkDraw.cpp | 247 const int widthBytes = rect.width() << shiftPerPixel; local 252 proc(pixels, widthBytes, procData);
|
Completed in 889 milliseconds