summaryrefslogtreecommitdiffstats
path: root/skia/ext
Commit message (Expand)AuthorAgeFilesLines
* Skips the processing of images larger then 88x88 in favicons.sdefresne2015-02-232-3/+622
* Add more targets to GN check.brettw2015-02-201-1/+0
* Trim away unused or private Mac functionsreed2015-02-203-139/+72
* SkPixelRef::isLocked() is becoming debug-only.mtklein2015-02-201-0/+2
* Cleanup iOS upstreamed codesdefresne2015-02-191-1/+0
* Mechanical rename of base::debug -> base::trace_event [final pass]ssid2015-02-091-6/+5
* Removed unused code in skia/ext/vector_*.vitalybuka2015-02-064-2115/+0
* Mechanical rename of tracing includes for /skiaprimiano2015-01-313-3/+3
* Replace SkProxyCanvas with SkNWayCanvas.scroggo2015-01-291-26/+27
* Fix EnableTerminationOnOutOfMemory for malloccpu2015-01-271-18/+6
* Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::...charliea2015-01-261-2/+2
* Fix broken iOS skia test and make sure it is compiled.noyau2015-01-201-0/+1
* analysis_canvas_unittest: tilegrid -> rtreemtklein2015-01-091-8/+4
* Reland "skia: Add 'skia_unittests' test suite for this directory."tfarina2015-01-091-12/+17
* skia/ext: Remove unused SkFontHost.h include from vector_platform_device_emf_...tfarina2015-01-081-1/+0
* switch to onDraw virtuals for SkCanvasreed2015-01-083-114/+109
* skia: Do not include a source file in another source file.tfarina2015-01-082-2/+7
* Address lingering SkRect::intersect call sites in skia/extrobertphillips2015-01-071-4/+4
* Revert of skia: Add 'skia_unittests' test suite for this directory. (patchset...mek2015-01-071-17/+12
* skia: Add 'skia_unittests' test suite for this directory.tfarina2015-01-071-12/+17
* Fix inclusion of SkDrawPictureCallback.hrobertphillips2015-01-061-1/+1
* replace COMPILE_ASSERT with static_assert in skia/mostynb2015-01-062-5/+6
* virtual/override specifier cleanup in skia/ext/.gunsch2015-01-051-4/+3
* Cleanup: Update the path to gfx size headers.tfarina2015-01-032-2/+2
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-312-2/+2
* Remove deprecated methods from Pickle.avi2014-12-282-15/+15
* Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h...avi2014-12-282-15/+15
* Standardize usage of virtual/override/final specifiers in skia/.dcheng2014-12-232-7/+15
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-2/+3
* Remove deprecated methods from Pickle.Avi Drissman2014-12-222-15/+15
* skia/ext: Remove unused SkFontHost.h include from image_operations.cctfarina2014-12-221-1/+0
* Switch users of foundation_util.h to include it directly and clean up uses of...avi2014-12-211-1/+0
* NewRasterPMColor is deprecated, use NewRasterN32Premulreed2014-12-181-1/+1
* API migration: picture.draw -> picture.playbackreed2014-12-151-1/+1
* use picture->cullRect instead of (deprecated) width/heightreed2014-12-131-4/+6
* Set OS X widget bitmaps immutable, and while we're here use setMatrix().mtklein2014-12-121-9/+2
* DrawToNativeContext is windows-only, so remove it from other portsreed2014-12-0914-91/+30
* NewRasterN32 is deprecatedreed2014-12-091-3/+4
* Remove SkCanvas::drawBitmapMatrix overrides.fmalita2014-12-083-18/+0
* clear is no longer called, so removing itreed2014-12-081-1/+0
* clear() is now an alias for drawPaint, and will be deprecated as a virtualreed2014-12-062-12/+0
* skia: Cleanup, delete lazy_pixel_ref.*tfarina2014-12-052-54/+0
* remove calls to (deprecated) SkDevice::clearreed2014-12-037-63/+30
* Clean up SK_SUPPORT_LEGACY_DEEPFLATTENING.mtklein2014-12-011-2/+0
* Enhance analysis_canvas::drawPaint and drawRectreed2014-12-012-11/+22
* Remove skia trace shim, and make "skia" category disabled by default.danakj2014-11-262-20/+3
* Remove unused ImageOperations::RESIZE_SUBPIXELfmalita2014-11-254-166/+2
* Remove calls to getRefCnt() in Chrome unit tests.mtklein2014-11-242-28/+28
* Roll src/third_party/skia 5adbf1b:6987dcafmalita2014-11-1310-33/+34
* PdfMetafileSkia gives out a SkCanvas, not a SkBaseDevice.halcanary2014-11-102-147/+0