зеркало из https://github.com/mozilla/moz-skia.git
Modified the iOS pdf data code to use steam.copytoData()
git-svn-id: http://skia.googlecode.com/svn/trunk@1721 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
6ed8249358
Коммит
ae8a2e5cba
|
@ -781,7 +781,7 @@ void SampleWindow::afterChildren(SkCanvas* orig) {
|
||||||
#ifdef SK_BUILD_FOR_IOS
|
#ifdef SK_BUILD_FOR_IOS
|
||||||
SkDynamicMemoryWStream mstream;
|
SkDynamicMemoryWStream mstream;
|
||||||
doc.emitPDF(&mstream);
|
doc.emitPDF(&mstream);
|
||||||
fPDFData = SkData::NewWithCopy(mstream.getStream(),mstream.getOffset());
|
fPDFData = mstream.copyToData();
|
||||||
#endif
|
#endif
|
||||||
SkFILEWStream stream(name.c_str());
|
SkFILEWStream stream(name.c_str());
|
||||||
if (stream.isValid()) {
|
if (stream.isValid()) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче