- e029440 Replace SkTScopedPtr with SkAutoTDelete in Skia. by commit-bot@chromium.org · 11 years ago
- 06822ea [PDF] Fix image references. by commit-bot@chromium.org · 11 years ago
- 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
- 26e1449 [PDF] Fix printing crashes caused by font streams that don't support getMemoryBase(). by vandebo@chromium.org · 11 years ago
- ec415a8 Revert "[PDF] Fix printing crashes caused by font streams that don't support getMemoryBase()." by vandebo@chromium.org · 11 years ago
- 6bb656b [PDF] Fix printing crashes caused by font streams that don't support getMemoryBase(). by vandebo@chromium.org · 11 years ago
- 69b1302 Reverting r10901 (Add unpremultiply support and GM) by robertphillips@google.com · 11 years ago
- 52130e8 Add unpremultiply support and GM by commit-bot@chromium.org · 11 years ago
- 181fcb4 Refactor SkPDFImage by commit-bot@chromium.org · 11 years ago
- 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
- e324cc6 Restyle SkPDFImageShader and support tiling bitmaps outside clip bounds by commit-bot@chromium.org · 11 years ago
- 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
- 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
- eed779d This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on the simplest GPU path. by commit-bot@chromium.org · 11 years ago
- 12bf9b3 Revert "Unpremultiply SkBitmaps for PDF output" by scroggo@google.com · 11 years ago
- 5d18cee Unpremultiply SkBitmaps for PDF output by commit-bot@chromium.org · 11 years ago
- d2623a1 Use Path Ops to generate PDF clips by commit-bot@chromium.org · 11 years ago
- 35a20a1 Fix memory leak in SkPDFResourceDict by commit-bot@chromium.org · 11 years ago
- 92ffe7d Inverse fill support in PDF by commit-bot@chromium.org · 11 years ago
- 9bf380c drawBitmap* cleanup by robertphillips@google.com · 11 years ago
- a7aa810 Deterministic SkTSet and PDF Output by commit-bot@chromium.org · 11 years ago
- 93a2e21 Implemented transparent gradients by commit-bot@chromium.org · 11 years ago
- 4740135 Fix Clang build on SkPDFResourceDict (CL 18977002) by commit-bot@chromium.org · 11 years ago
- 8e47376 If we fail to contruct the Pdf Image Shader, mark the object as busted, and dn't try to remove it from shaders list. Also, when we delete invalid shaders, remove the lock, otherwise we freeze (see CanonicalShadersMutex usage). by edisonn@google.com · 11 years ago
- fc16667 Revert "Adds SkPDFResourceDict class, refactor existing code to use it." by vandebo@chromium.org · 11 years ago
- 3a8dfc3 Adds SkPDFResourceDict class, refactor existing code to use it. by commit-bot@chromium.org · 11 years ago
- d322cf4 Revert "Adds SkPDFResourceDict class to manage resource dicts. Refactors existing code to use this class." by vandebo@chromium.org · 11 years ago
- c84fb47 Adds SkPDFResourceDict class to manage resource dicts. Refactors existing code to use this class. by commit-bot@chromium.org · 11 years ago
- 6a4ba5b [PDF] Use SkTypeface::countGlyphs instead of getAdvancedTypefaceMetrics by commit-bot@chromium.org · 11 years ago
- 7893aae Reverting 10063 due to Win7 crashes in RenderPDFs step by robertphillips@google.com · 11 years ago
- 000e13e [PDF] Use SkTypeface::countGlyphs instead of getAdvancedTypefaceMetrics by commit-bot@chromium.org · 11 years ago
- 3720fda ARM Skia NEON patches - 09 - Bugfix by commit-bot@chromium.org · 11 years ago
- d8d976e Added SkPDFStream::setData(SkData*) in preparation for move from SkStream to SkData by commit-bot@chromium.org · 11 years ago
- 2cb1480 remove kRLE_Index8_Config from SkBitmap by reed@google.com · 11 years ago
- ace2269 Fixed a bug with linear gradient PDF matrices and added test cases by commit-bot@chromium.org · 11 years ago
- a20e42c Remove SK_API, from SkTSet. the template is not public. by edisonn@google.com · 11 years ago
- 969fd6a Sort points for PDF's draw rect, to match raster and GPU implementation. by commit-bot@chromium.org · 11 years ago
- 1a47523 [PDF] Only output the Dests dictionary if it isn't epmpty by vandebo@chromium.org · 12 years ago
- 665b2cc lockPixels before calling getColorTable. by scroggo@google.com · 12 years ago
- 83f0d30 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- d9dfa18 Encode images with DCTDecode (JPEG) in PDFs if it makes sense. Fallback to FlateDecode (zip) if it makes sense. Otherewise include uncompressed stream. by edisonn@google.com · 12 years ago
- 53648ab Fix build error when building Android in Release mode with -O2. by djsollen@google.com · 12 years ago
- 6addb19 resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we by edisonn@google.com · 12 years ago
- b62f93f Don't pretend we can draw MaskFilters, it produces artifacts that make the text unreadable when using CSS shadows. by edisonn@google.com · 12 years ago
- acef3c4 Reverting r8233 (Use SkSet in PDF) by robertphillips@google.com · 12 years ago
- 01c34ee Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 66bedbb resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we added capability to collect minidump and callstack if buildbot fails with heap coruption in windows. a few minor conflicts have been resolved) by edisonn@google.com · 12 years ago
- 8d8d9a5 Work around stack overflow by vandebo@chromium.org · 12 years ago
- fed86bd move most of SkFontHost to private (preceeding making it all private) by reed@google.com · 12 years ago
- dcf9c19 [PDF] Always set the symbolic Flag for Fonts. by vandebo@chromium.org · 12 years ago
- 8c02061 Update flag to reflect actual meaning. by edisonn@google.com · 12 years ago
- 46ee9c6 fix warning (as error on mac) around max file offset by reed@google.com · 12 years ago
- dfc867b Turning on warning as error on Linux by sugoi@google.com · 12 years ago
- b58772f PDF: add support for named destinations. by epoger@google.com · 12 years ago
- 6433435 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 812b6f5 Revert r8000 due to failures on some buildbots by epoger@google.com · 12 years ago
- 1cad898 PDF: add support for named destinations by epoger@google.com · 12 years ago
- e2e8113 PDF : Unused parameters cleanup by sugoi@google.com · 12 years ago
- b24f893 Added support for non-separable blending modes. by commit-bot@chromium.org · 12 years ago
- aa537d4 Make SkTDArray accessors const-friendly. by commit-bot@chromium.org · 12 years ago
- 5bd26d3 revert r7892 by edisonn@google.com · 12 years ago
- 194b7cd resubmit after fixing assert issue: https://codereview.appspot.com/6744050 by edisonn@google.com · 12 years ago
- d1c53aa Revert r7883 by edisonn@google.com · 12 years ago
- 676aef0 Use SkSet to fix issue when pdf generates an exp number of resources. by edisonn@google.com · 12 years ago
- 5ca3bd0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 04115a1 Add an SkSet class to be used by Pdf only, for now - reverted because of triggering heap corruption on Win7, original coe review: https://codereview.appspot.com/6749054 by edisonn@google.com · 12 years ago
- 2ae67e7 add custom implementation for drawBitmapRect to shield from changes in SkDevice by edisonn@google.com · 12 years ago
- a519f48 rver r7626, might trigger for some strange reason a heap corruption by edisonn@google.com · 12 years ago
- 848b9af Add a true Set class. Current use case is to be used with Pdf generator. by edisonn@google.com · 12 years ago
- 90096b6 Small code cleaup: remove redundant if unreviewd, comment from previous cl by edisonn@google.com · 12 years ago
- 2e6a69b If the stack is too deep we could get Stack Overflow in pdf's ContentEntry's destructor. by edisonn@google.com · 12 years ago
- 394c885 add kMultiply_Mode to switch statement (fix warning) by reed@google.com · 12 years ago
- 3c97442 [PDF] Fix multi-level page count calculation. by vandebo@chromium.org · 12 years ago
- 8d3cd7a clone of https://codereview.appspot.com/7208043/ by reed@google.com · 12 years ago
- 4e1cc6a [PDF] Handle invalid glyph IDs on drawText methods. by vandebo@chromium.org · 12 years ago
- 532470f Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ by bungeman@google.com · 12 years ago
- d96d17b Remove SkRefPtr by vandebo@chromium.org · 12 years ago
- 6eb549e Revert "Remove SkRefPtr" - r7021 by vandebo@chromium.org · 12 years ago
- e8a76ae Remove SkRefPtr by vandebo@chromium.org · 12 years ago
- 8182fa0 Make SkClipStack::Iter use SkClipStack::Element. by bsalomon@google.com · 12 years ago
- f94b3a4 Make SkShader store localM directly rather than as a separate alloc. by bsalomon@google.com · 12 years ago
- 1e34ff7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 022e857 Catch callers who pass invalid glyph ids and improve SkPdfFont desructor. by edisonn@google.com · 12 years ago
- b862204 [PDF] Fix gradient generation code (remove extra 'dup' in some cases) by vandebo@chromium.org · 12 years ago
- db14f8b PDF: Fail fast if in the tree of resources a child references a parent. Ideally I want a crash when the tree of resources became corrupt, not later when we try to finalize the pdf. by edisonn@google.com · 12 years ago
- 251a766 [PDF] Fix name generation - / needs to be escaped. by vandebo@chromium.org · 12 years ago
- 4c5ea44 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- af77727 remove use of SkRefPtr in public header (SkPDFDocument.h) by reed@google.com · 12 years ago
- fc641d0 remove all SkRefPtr from SkPDFDevice.h by reed@google.com · 12 years ago
- 2a006c1 begin to skiafy PDF headers : removing use of SkRefPtr by reed@google.com · 12 years ago
- d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
- c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
- 91f319c Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-unecessary twoPointRadialParams parameter from asABitmap. by rileya@google.com · 12 years ago
- 80214e2 Made clarifying renamings to SkClipStack's iterators (and added to unit test) by robertphillips@google.com · 12 years ago
- c029062 Fixed two sub-optimal iterator uses by robertphillips@google.com · 12 years ago
- 238be8c [PDF] Add link annotations. by vandebo@chromium.org · 12 years ago
- 40a1ae4 Added SkDevice onAttachToCanvas & onDetachFromCanvas methods by robertphillips@google.com · 12 years ago
- 30580f6 Fix setFileOffset type to remove warnings. by vandebo@chromium.org · 12 years ago
- ab2fe82 Replace all instances of 'clear' with 'pop's in conical gradient pdf impl, looks like the pdf spec doesn't support Postscript's 'clear' stack operator. Should fix some warnings on mac buildbots. by rileya@google.com · 12 years ago
- 6219728 Added pdf implementation of conical gradient. by rileya@google.com · 12 years ago