aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2013-06-11Compact the clipstack for kReplace_Op'd geometrycommit-bot@chromium.org
2013-06-11add drawImage to luamike@reedtribe.org
2013-06-10add conic support to hairlinesreed@google.com
2013-06-05call through to the device from SkDrawreed@google.com
2013-06-05Fix issues related to resolving fonts based on name.djsollen@google.com
2013-06-05Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-06-04change impl to explicitly store length as u32, rather than size_t, so we keep...reed@google.com
2013-06-04add size limit for using glyphcache. above that, draw using pathsreed@google.com
2013-06-03Add SkData::NewFromFD.bungeman@google.com
2013-06-03Added comment to SkDrawLooper fixrobertphillips@google.com
2013-06-02Hamfisted fix to drawLooper w/ 0 stages bugrobertphillips@google.com
2013-06-01Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-05-31Implement SkXfermode image filter. This required changing the signature of Sk...senorblanco@chromium.org
2013-05-31bump picture version since SkPath has changed (conics)reed@google.com
2013-05-31Read and write pixel offset when serializing bitmaps.scroggo@google.com
2013-05-31specialize bicubic filtering for scale-onlyhumper@google.com
2013-05-30Revert "add asserts to point<-->verb helpers"reed@google.com
2013-05-30add asserts to point<-->verb helpersreed@google.com
2013-05-30Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-05-29Moving updateClipConservativelyUsingBounds into SkCanvasjunov@chromium.org
2013-05-29use integer math instead of float per-pixel. about a 2x speedup. not tested w...reed@google.com
2013-05-29Change SkStream.bungeman@google.com
2013-05-29First pass at Comment APIrobertphillips@google.com
2013-05-24Android specific changes that are upstreamed from the android framework.djsollen@google.com
2013-05-24Revert "Patch to prevent chromium breakage until the DEPS."scroggo@google.com
2013-05-24Remove SkImageFilter::getInputResult(), since its return value is notsenorblanco@chromium.org
2013-05-24Move SkDrawLooper implementation to its own file.commit-bot@chromium.org
2013-05-24Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-05-23don't reference missing headerreed@google.com
2013-05-23clone of https://codereview.chromium.org/15316014/ with teaksreed@google.com
2013-05-23don't overclamp cubics (see skbug.com/1316)reed@google.com
2013-05-23Add printing of SkColorFilter-derived classes to debuggerrobertphillips@google.com
2013-05-23Remove offsetcanvas from debuggerrobertphillips@google.com
2013-05-22Reverting r9245 due to Chrome breakagerobertphillips@google.com
2013-05-22Remove SkImageFilter::getInputResult(), since its return value is notsenorblanco@chromium.org
2013-05-21Patch to prevent chromium breakage until the DEPS.scroggo@google.com
2013-05-21Add prototype for warning.scroggo@google.com
2013-05-21New API for encoding bitmaps during serialization.scroggo@google.com
2013-05-21Add buffer helper to read directly into SkString to avoid extra copyingdjsollen@google.com
2013-05-20add SkDrawPictureCallback optional parameter to drawPicture(), which can abor...reed@google.com
2013-05-17One SkTSearch to rule them all. Allow key to be of different type than the ar...bsalomon@google.com
2013-05-17Add special handling of rectori case for gpurobertphillips@google.com
2013-05-16Band-aid for subsetted bitmaps in SKPs.scroggo@google.com
2013-05-16Make the use of fallback fonts in Android a runtime decision.djsollen@google.com
2013-05-13Remove 16bit asserts and casts of string length.bsalomon@google.com
2013-05-13API modifications needed to upstream Android font changes.commit-bot@chromium.org
2013-05-10Fix memory leak in SkTypeface.cpprobertphillips@google.com
2013-05-10Remove duplicated code in SkPictureRecord::drawRRectjunov@chromium.org
2013-05-09Reverting 9083 & 9084 due to Android failuresrobertphillips@google.com
2013-05-09fix warning/error of uninitialized lenreed@google.com