Home
last modified time | relevance | path

Searched defs:widthBytes (Results 1 – 4 of 4) sorted by relevance

/external/dng_sdk/source/
Ddng_preview.cpp424 uint32 widthBytes = (fPreviewSize.h * 24 + 31) / 32 * 4; in SpoolAdobeThumbnail() local
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp860 Ncv32u widthBytes = width_ * sizeof(T); in NCVMatrixAlloc() local
931 Ncv32u widthBytes = width_ * sizeof(T); in NCVMatrixReuse() local
/external/skia/tests/
DImageTest.cpp53 const size_t widthBytes = widthA * info.bytesPerPixel(); in assert_equal() local
/external/skia/src/core/
DSkDraw.cpp247 const int widthBytes = rect.width() << shiftPerPixel; in CallBitmapXferProc() local