HomeSort by relevance Sort by last modified time
    Searched refs:widthBytes (Results 1 - 3 of 3) sorted by null

  /external/dng_sdk/source/
dng_preview.cpp 424 uint32 widthBytes = (fPreviewSize.h * 24 + 31) / 32 * 4;
429 stream.Put_uint32 (widthBytes);
430 stream.Put_uint32 (widthBytes * fPreviewSize.v);
  /external/skia/src/core/
SkDraw.cpp 177 const int widthBytes = rect.width() << shiftPerPixel;
182 proc(pixels, widthBytes, procData);
    [all...]
  /external/skia/tests/
ImageTest.cpp 73 const size_t widthBytes = widthA * 4;
75 REPORTER_ASSERT(reporter, !memcmp(pmapA.addr32(0, y), pmapB.addr32(0, y), widthBytes));
    [all...]

Completed in 111 milliseconds