On 2011/06/23 17:13:04, reed1 wrote: > Does it make sense to pull SkIStream and SkWIStream ...
13 years, 5 months ago
(2011-06-23 17:29:03 UTC)
#3
On 2011/06/23 17:13:04, reed1 wrote:
> Does it make sense to pull SkIStream and SkWIStream out to utils/win as
> stand-alone helpers?
Currently there exist include/utils/mac/SkCGUtils.h and
src/utils/mac/SkCreateCGImageRef.cpp which are analogous. SkIStream and
SkWIStream could be more generally useful. I'll pull these out and see how it
works.
Split out IStream wrappers from SkImageDecoder_WIC. Since we now have IStreams exposed, scoped_com_ptr was also ...
13 years, 5 months ago
(2011-06-23 20:33:40 UTC)
#4
Split out IStream wrappers from SkImageDecoder_WIC. Since we now have IStreams
exposed, scoped_com_ptr was also split out as SkTScopedComPtr so that we have a
scoped pointer for them. Similarly, SkAutoCo was split out so that we have one
true way of initializing COM when we want it. Having one central way to do this
prevents us from stepping on our own toes in the future.
Issue 4630062: Wrap SkStreams in IStreams instead of copying data around.
(Closed)
Created 13 years, 5 months ago by bungeman
Modified 13 years, 5 months ago
Reviewers: epoger, reed1
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 0