summaryrefslogtreecommitdiff
path: root/core/SkPaint.cpp
AgeCommit message (Expand)Author
2013-08-12Revert r10603 (Remove operator== from SkPaint) due to Chrome failuresrobertphillips@google.com
2013-08-12Remove operator== from SkPaintcommit-bot@chromium.org
2013-07-18add FilterLevel API to SkPaint, replacing various Flag bitsreed@google.com
2013-06-05Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-06-04add size limit for using glyphcache. above that, draw using pathsreed@google.com
2013-05-24Android specific changes that are upstreamed from the android framework.djsollen@google.com
2013-05-24Move SkDrawLooper implementation to its own file.commit-bot@chromium.org
2013-05-23Add printing of SkColorFilter-derived classes to debuggerrobertphillips@google.com
2013-05-13API modifications needed to upstream Android font changes.commit-bot@chromium.org
2013-05-09Reverting 9083 & 9084 due to Android failuresrobertphillips@google.com
2013-05-09API modifications needed to upstream Android font changes.commit-bot@chromium.org
2013-05-08we only need one fontmetrics, since the paint (and fontcache) now know explic...reed@google.com
2013-03-19Add SkTypeface* parameter to SkScalerContext (and its callers)reed@google.com
2013-03-18Added toString to SkMaskFilter-derived classesrobertphillips@google.com
2013-03-14move most of SkFontHost to private (preceeding making it all private)reed@google.com
2013-03-08Upstream changes from Android.djsollen@google.com
2013-03-04Initialize bounds even if the text length is zero.djsollen@google.com
2013-02-26Fixed sk_getMetrics_utf32_xy functionsugoi@google.com
2013-02-14Move SkPaint::toString from debugger to SkPaintrobertphillips@google.com
2013-01-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-01-24add optional cull-rect to patheffects, so they can do less work if their resultsreed@google.com
2013-01-22Fix VC++ warning and Android only code for 7317.bungeman@google.com
2013-01-22Expose geometry and gamma on device.bungeman@google.com
2013-01-08fix spelling: cannonical -> canonicalreed@google.com
2012-10-26Clean up usage of mask gamma.bungeman@google.com
2012-10-12Fonts with cubic outlines are rendered without ClearType by GDI.bungeman@google.com
2012-10-09Make SkPictures valid regardless of SK_SUPPORT_HINTING_SCALE_FACTOR.scroggo@google.com
2012-10-04Remove state from SkColorSpaceLuminance to avoid memory management.bungeman@google.com
2012-10-02build iOS with 'make all'caryclark@google.com
2012-09-12re-apply 5508, but with the new compile-flag disabled for nowreed@google.com
2012-09-12revert 5508 -- it broke most of the buildsreed@google.com
2012-09-12Using the device scale factor for glyph positioningwjmaclean@chromium.org
2012-09-11Reduce SkMaskGamma cache thrashing.bungeman@google.com
2012-09-04Future proof luminance caches.bungeman@google.com
2012-08-24Fix greenish text rendering on Linux.bungeman@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-08-20Refactor SkImageFilter into its own .cpp file.senorblanco@chromium.org
2012-08-20Implements a new class, SkSingleInputImageFilter, to handle DAG connectivitysenorblanco@chromium.org
2012-08-07Update SkFlattenable buffers to be more modular.djsollen@google.com
2012-08-07change SkTextToPathIter to allow continuation even when there is no path forreed@google.com
2012-08-07move SkTextToPathIter into private headerreed@google.com
2012-08-02Set fReservedAlign to 0.bungeman@google.com
2012-08-01Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() andsenorblanco@chromium.org
2012-07-30Gamma correcting masks.bungeman@google.com
2012-07-20add SkPaint::getPosTextPath(), with gm to test itreed@google.com
2012-07-12Introduces new SingleTextureEffect base class for GrCustomStage objects.tomhudson@google.com
2012-07-11idea: add annotation to SkPaintreed@google.com
2012-07-11This patch implements the diffuse and specular lighting filters in Ganesh. senorblanco@chromium.org
2012-06-27Added Inst counting to SkFlattenable-derived classesrobertphillips@google.com
2012-06-22Removing redundant calls to GEN_ID_INC_EVAL in SkPaint.cppjunov@chromium.org