Searched refs:padBytes (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_xmp_sdk.cpp | 1317 uint32 padBytes, in Serialize() 1374 (asPacket ? padBytes in Serialize() 1387 if (forJPEG && asPacket && padBytes > 0 && targetBytes <= kJPEG_XMP_Limit && in Serialize() 1393 if (overLimitCount > padBytes) in Serialize() 1395 padBytes = 0; in Serialize() 1399 padBytes -= overLimitCount; in Serialize() 1407 padBytes, in Serialize() 1314 Serialize(dng_memory_allocator &allocator, bool asPacket, uint32 targetBytes, uint32 padBytes, bool forJPEG, bool compact) const Serialize() argument
|
H A D | dng_xmp_sdk.h | 192 uint32 padBytes,
|
H A D | dng_xmp.h | 64 uint32 padBytes = 4096,
|
H A D | dng_xmp.cpp | 562 uint32 padBytes, in Serialize() 570 padBytes, in Serialize() 560 Serialize(bool asPacket, uint32 targetBytes, uint32 padBytes, bool forJPEG, bool compact) const Serialize() argument
|
/third_party/skia/src/core/ |
H A D | SkStream.cpp | 656 int padBytes = -(int)fTail->written() & 0x03; in padToAlign4() local 657 if (padBytes) { in padToAlign4() 659 fTail->append(&zero, padBytes); in padToAlign4()
|
Completed in 7 milliseconds