Searched refs:dstStream (Results 1 - 12 of 12) sorted by relevance

/external/dng_sdk/source/
H A Ddng_memory_stream.h63 /// \param dstStream The target stream.
66 virtual void CopyToStream (dng_stream &dstStream,
H A Ddng_stream.cpp1102 void dng_stream::CopyToStream (dng_stream &dstStream, argument
1113 dstStream.Put (smallBuffer, (uint32) count);
1134 dstStream.Put (bigBuffer.Buffer (),
1147 void dng_stream::DuplicateStream (dng_stream &dstStream) argument
1153 TempStreamSniffer noSniffer2 (dstStream, NULL);
1158 if (dstStream.Length () < Length ())
1160 dstStream.SetLength (Length ());
1165 dstStream.SetWritePosition (0);
1167 CopyToStream (dstStream, Length ());
1169 dstStream
[all...]
H A Ddng_memory_stream.cpp220 void dng_memory_stream::CopyToStream (dng_stream &dstStream, argument
227 dng_stream::CopyToStream (dstStream, count);
256 dstStream.Put (sPtr, blockCount);
H A Ddng_stream.h568 /// \param dstStream The target stream.
571 virtual void CopyToStream (dng_stream &dstStream,
575 /// \param dstStream The target stream.
577 void DuplicateStream (dng_stream &dstStream);
/external/skia/dm/
H A DDMSrcSink.cpp1622 Error GPUSink::draw(const Src& src, SkBitmap* dst, SkWStream* dstStream, SkString* log) const { argument
1623 return this->onDraw(src, dst, dstStream, log, fBaseContextOptions);
/external/skqp/dm/
H A DDMSrcSink.cpp1619 Error GPUSink::draw(const Src& src, SkBitmap* dst, SkWStream* dstStream, SkString* log) const { argument
1620 return this->onDraw(src, dst, dstStream, log, fBaseContextOptions);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 151 milliseconds