aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkMask.h
Commit message (Expand)AuthorAge
* Guard against most unintentionally ephemeral SkAutoFoo instantiations.Gravatar commit-bot@chromium.org2013-11-18
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-03
* Detect color masks, and divert to draw-sprite instead of maskblitters.Gravatar reed@google.com2013-05-02
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* move SkAutoMaskFreeImage from SkMaskFilter.h to SkMask.hGravatar reed@google.com2011-10-18
* (re)add SkMask::getAddr() which now checks its pixel-size at runtime.Gravatar reed@google.com2011-10-18
* rename SkMask::getAddr to getAddr8, to match the specificity of the othersGravatar reed@google.com2011-10-18
* move LCD blits into opts, so they can have assembly versionsGravatar reed@google.com2011-10-18
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* remove obsolete text codepathsGravatar reed@google.com2011-06-27
* Add support for 8 bits/component glyphs, toGravatar caryclark@google.com2011-06-22
* code styleGravatar mike@reedtribe.org2011-04-20
* undo recent addition of kLCD16_Format to FormatIsLCD()Gravatar reed@google.com2011-03-11
* add kLCD16_Format to the list in FormatIsLCD()Gravatar reed@google.com2011-03-10
* check-point for kLCD16_Format mask supportGravatar reed@google.com2011-03-10
* merge with changes for GPU backendGravatar reed@android.com2010-12-20
* Remove assertion in getAddrLCD.Gravatar agl@chromium.org2009-08-11
* ws fixesGravatar reed@android.com2009-07-27
* remove const from function return-type signature (useless, and generates gccGravatar reed@android.com2009-07-23
* 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
* Subpixel glyph rendering support.Gravatar agl@chromium.org2009-07-21
* add ADD xfermodeGravatar reed@android.com2009-04-24
* promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rectGravatar reed@android.com2009-03-19
* grab from latest androidGravatar reed@android.com2008-12-17