aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPaint.cpp
Commit message (Expand)AuthorAge
...
* remove GetGammaFlag from SkFontHostGravatar reed@google.com2011-11-22
* reorder bits and remove obsolete kForceAA experimental bitGravatar reed@google.com2011-11-21
* This change makes SkImageFilter and SkBlurImageFilter flattenable/unflattenable.Gravatar senorblanco@chromium.org2011-11-16
* have paint's measure calls respect verticalGravatar reed@google.com2011-11-10
* add vertical-text bit to paint (not supported yet)Gravatar reed@google.com2011-11-10
* Update files to use SK_BUILD_FOR_ANDROID.Gravatar djsollen@google.com2011-11-08
* Add font scaler gm.Gravatar bungeman@google.com2011-11-07
* experimental -- add SkImageFilter to paint. Not called yet.Gravatar reed@google.com2011-11-03
* make no promises if we see a looperGravatar reed@google.com2011-10-06
* quick-rejects based on xfermode, using SkPaint::nothingToDraw()Gravatar reed@google.com2011-10-04
* Detect that we're drawing to a device that has per-pixel alpha, and if so,Gravatar reed@google.com2011-09-30
* move specialization of 16 -vs- 32 lcd format to the fonthostGravatar reed@google.com2011-09-28
* kill gamma flags if we're drawing BWGravatar reed@google.com2011-09-28
* add override for max-text-size for lcdGravatar reed@google.com2011-09-13
* set max size for lcdtextGravatar reed@google.com2011-09-13
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* have == always return bool, never intGravatar reed@google.com2011-07-20
* suppress printfsGravatar reed@google.com2011-07-05
* remove obsolete text codepathsGravatar reed@google.com2011-06-27
* Add support for 8 bits/component glyphs, toGravatar caryclark@google.com2011-06-22
* add 2nd parameter to SkFontHost::NextLogicalFont()Gravatar reed@google.com2011-06-13
* Increase use of SkMatrix::hasPerspective(), merge in has_perspective().Gravatar tomhudson@google.com2011-06-06
* setHinting modifies fFlags in places, so call it last (after initializing fFl...Gravatar reed@google.com2011-05-18
* encode current LCD orientation and order into font-cache-keyGravatar reed@google.com2011-05-18
* add debugging test for building SkDescriptorGravatar reed@google.com2011-05-04
* Upstream android changes.Gravatar djsollen@google.com2011-04-15
* add filterTextFlags() to SkDevice (virtual) to allow device subclasses toGravatar reed@google.com2011-03-15
* Don't use LCD16 if SK_SUPPORT_LCDTEXT is defined (for compatibility)Gravatar reed@google.com2011-03-14
* check-point for kLCD16_Format mask supportGravatar reed@google.com2011-03-10
* merge from android tree:Gravatar djsollen@google.com2011-02-23
* reformatting to match coding style -- no logic changesGravatar reed@google.com2011-02-08
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withGravatar reed@google.com2011-02-07
* fix build for scalar==fixedGravatar reed@google.com2011-01-04
* merge with changes for GPU backendGravatar reed@android.com2010-12-20
* Allow zero text size to be specified for an SkPaint.Gravatar vandebo@chromium.org2010-11-17
* PDF: Add text support with a font framework (font embedding to come).Gravatar vandebo@chromium.org2010-11-11
* Add support for forcing autohinting.Gravatar agl@chromium.org2010-06-17
* Fix 64-bit Mac warnings/memory corruptionGravatar reed@android.com2010-05-18
* fix maxWidth when using linear-textGravatar reed@android.com2010-05-17
* use 64bit intermediate to accumulate 16.16 widths, to avoid overflowGravatar reed@android.com2010-03-19
* This patch allows the use of the native FreeType emboldeningGravatar senorblanco@chromium.org2010-02-05
* add containsText() apiGravatar reed@android.com2010-02-05
* skia: Always use aliased text when antialiasing is disabled.Gravatar agl@chromium.org2010-01-21
* add glyph->unichar query (inverse of a cmap)Gravatar reed@android.com2010-01-08
* Fix r466 which was causing Chromium valgrind failures.Gravatar agl@chromium.org2010-01-04
* Add flag to enable bitmap strikes.Gravatar agl@chromium.org2010-01-04
* fix warning in samplerGravatar reed@android.com2009-08-24
* bzero SkPaint in its constructor, to allow us to cleanly use memcmp in ourGravatar reed@android.com2009-08-13
* Add SkFontHost::FilterRect() which allows the font host to filter our requestGravatar reed@android.com2009-07-22
* rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of theGravatar reed@android.com2009-07-22