summaryrefslogtreecommitdiff
path: root/core/SkPaint.cpp
AgeCommit message (Expand)Author
2011-04-15Upstream android changes.djsollen@google.com
2011-03-15add filterTextFlags() to SkDevice (virtual) to allow device subclasses toreed@google.com
2011-03-14Don't use LCD16 if SK_SUPPORT_LCDTEXT is defined (for compatibility)reed@google.com
2011-03-10check-point for kLCD16_Format mask supportreed@google.com
2011-02-23merge from android tree:djsollen@google.com
2011-02-08reformatting to match coding style -- no logic changesreed@google.com
2011-02-07remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withreed@google.com
2011-01-04fix build for scalar==fixedreed@google.com
2010-12-20merge with changes for GPU backendreed@android.com
2010-11-17Allow zero text size to be specified for an SkPaint.vandebo@chromium.org
2010-11-11PDF: Add text support with a font framework (font embedding to come).vandebo@chromium.org
2010-06-17Add support for forcing autohinting.agl@chromium.org
2010-05-18Fix 64-bit Mac warnings/memory corruptionreed@android.com
2010-05-17fix maxWidth when using linear-textreed@android.com
2010-03-19use 64bit intermediate to accumulate 16.16 widths, to avoid overflowreed@android.com
2010-02-05This patch allows the use of the native FreeType emboldeningsenorblanco@chromium.org
2010-02-05add containsText() apireed@android.com
2010-01-21skia: Always use aliased text when antialiasing is disabled.agl@chromium.org
2010-01-08add glyph->unichar query (inverse of a cmap)reed@android.com
2010-01-04Fix r466 which was causing Chromium valgrind failures.agl@chromium.org
2010-01-04Add flag to enable bitmap strikes.agl@chromium.org
2009-08-24fix warning in samplerreed@android.com
2009-08-13bzero SkPaint in its constructor, to allow us to cleanly use memcmp in ourreed@android.com
2009-07-22Add SkFontHost::FilterRect() which allows the font host to filter our requestreed@android.com
2009-07-22rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of thereed@android.com
2009-07-21Subpixel glyph rendering support.agl@chromium.org
2009-06-24detect nearly translate-only matrices when drawing bitmaps (for speed)reed@android.com
2009-06-24fix memory leak in new setXfermode()reed@android.com
2009-06-22move xfermode modes from porterduff into xfermode itselfreed@android.com
2009-04-01API change: SkPath computeBounds -> getBoundsreed@android.com
2009-03-30Add SkChunkAlloc::unalloc() to undo the last allocation, useful if the caller...reed@android.com
2009-01-15fix warningsreed@android.com
2008-12-17grab from latest androidreed@android.com