Searched refs:widthBytes (Results 1 – 5 of 5) sorted by relevance
/external/skia/tools/ |
D | DDLPromiseImageHelper.h | 186 void addYUVPlane(int index, const SkImageInfo& ii, const void* plane, size_t widthBytes) { in addYUVPlane() argument 189 fYUVPlanes[index].reset(ii, plane, widthBytes); in addYUVPlane()
|
/external/skqp/tools/ |
D | DDLPromiseImageHelper.h | 192 void addYUVPlane(int index, const SkImageInfo& ii, const void* plane, size_t widthBytes) { in addYUVPlane() argument 195 fYUVPlanes[index].reset(ii, plane, widthBytes); in addYUVPlane()
|
/external/dng_sdk/source/ |
D | dng_preview.cpp | 424 uint32 widthBytes = (fPreviewSize.h * 24 + 31) / 32 * 4; in SpoolAdobeThumbnail() local 429 stream.Put_uint32 (widthBytes); in SpoolAdobeThumbnail() 430 stream.Put_uint32 (widthBytes * fPreviewSize.v); in SpoolAdobeThumbnail()
|
/external/skia/tests/ |
D | ImageTest.cpp | 73 const size_t widthBytes = widthA * 4; in assert_equal() local 75 REPORTER_ASSERT(reporter, !memcmp(pmapA.addr32(0, y), pmapB.addr32(0, y), widthBytes)); in assert_equal()
|
/external/skqp/tests/ |
D | ImageTest.cpp | 73 const size_t widthBytes = widthA * 4; in assert_equal() local 75 REPORTER_ASSERT(reporter, !memcmp(pmapA.addr32(0, y), pmapB.addr32(0, y), widthBytes)); in assert_equal()
|