- 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
- 59f46b8 Fixed Windows compiler complaints by robertphillips@google.com · 12 years ago
- da6c569 [PDF] Fix PDF code to not crash on SkComposeShader. by vandebo@chromium.org · 12 years ago
- 3b42998 stick SkInstCnt in more classes, to help track down leaks by reed@google.com · 12 years ago
- 4d73ac2 Version 2 of the Instance Counting system. This one simplifies the print out of information. by robertphillips@google.com · 12 years ago
- 4908533 fix missing switch-statement handler (for conical gradient) by reed@google.com · 12 years ago
- 8322697 extend asAGradient for Conical type (to be implemented by PDF and XPS) by reed@google.com · 12 years ago
- 1445a0d fix warnings on Mac in src/pdf by caryclark@google.com · 12 years ago
- 4debcac Debug Windows compiler complaint fixes by robertphillips@google.com · 12 years ago
- 683001c [PDF] Ensure that filling single line paths (with no area) does not draw anything. by vandebo@chromium.org · 13 years ago
- 05141c2 Fixed minor c++ issues found by cppcheck by robertphillips@google.com · 13 years ago
- 386dfc0 [PDF] Handle failures of matrix inversion by vandebo@chromium.org · 13 years ago
- c39c867 Fix some fixed-point bugs. by vandebo@chromium.org · 13 years ago
- 8aa66b6 Revert "[PDF] Handle failures of matrix inversion" while I investigate fixed point failures. by vandebo@chromium.org · 13 years ago
- ebad2d9 [PDF] Handle failures of matrix inversion. by vandebo@chromium.org · 13 years ago
- b054990 [PDF] If matrix inversion fails, use the identity matrix. by vandebo@chromium.org · 13 years ago
- 8637a36 Minor Windows compiler complaint fixes by robertphillips@google.com · 13 years ago
- 6e08bfe [PDF] Really fix font metric array initialization. by vandebo@chromium.org · 13 years ago
- c3a0d2e [PDF] Fix font metric array initialization. by vandebo@chromium.org · 13 years ago
- 7d6c8f9 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 13 years ago
- ec1a7fa Move SkBitSet to utils. by vandebo@chromium.org · 13 years ago
- 76d6de0 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 13 years ago
- bd960c7 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 13 years ago
- 008c498 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 13 years ago
- f7f9aa8 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 13 years ago
- 293a758 [PDF] Fix shaders when the initial transform has a translation. by vandebo@chromium.org · 13 years ago
- 610f716 Fix four memory leaks uncovered by valgrinding gm tests. by vandebo@chromium.org · 13 years ago
- 188838c [PDF] Fix memory hungry inefficiency in pdf resource tracking. by vandebo@chromium.org · 13 years ago
- 54ff85c [PDF] Fix some fixed/float-point mismatches for image shaders. by vandebo@chromium.org · 13 years ago
- c0376fe [PDF] Fix name objects containing characters > 0x80 and add a test. by vandebo@chromium.org · 13 years ago
- 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
- cadbcb8 Towards enabling -Werror in skia on Linux by bsalomon@google.com · 13 years ago
- b55deeb add allowImageFilter() so a device can allow/disallow filters by reed@google.com · 13 years ago
- 663515b [PDF] Fix some scalar/int assumptions. by vandebo@chromium.org · 13 years ago
- 9ad3599 Fix ToUnicode generation bug. by vandebo@chromium.org · 13 years ago