aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkScalerContext.h
Commit message (Expand)AuthorAge
* Merge changes from the android repo upstream to SkiaGravatar djsollen@google.com2012-02-15
* if SK_USE_COLOR_LUMINANCE is defined, then we store 2 bits of each componentGravatar reed@google.com2012-02-13
* enable color-luminance in font cache (disabled by default)Gravatar reed@google.com2012-02-10
* store luminance in a new fieldGravatar reed@google.com2012-02-07
* add GenA8FromLCD as a hack to force GDI to create the A8 mask from the LCDGravatar reed@google.com2012-01-18
* expose isSubpixel() on the cache, so SkDraw can know if it should expectGravatar reed@google.com2012-01-03
* store 3 bits of luminance, but (for now) discretize that in fonthost::filterecGravatar reed@google.com2011-11-22
* use a define for the shift amount for the hinting bitsGravatar reed@google.com2011-11-21
* reorder bits and remove obsolete kForceAA experimental bitGravatar reed@google.com2011-11-21
* add vertical-text bit to paint (not supported yet)Gravatar reed@google.com2011-11-10
* need these for the forceaa changeGravatar reed@google.com2011-09-30
* move SkComputeAxisAlignmentForHText(const SkMatrix& matrix) out of inline,Gravatar reed@google.com2011-08-24
* respect subpixel positioningGravatar reed@google.com2011-08-23
* add api for scalers to force us to use skia to generate their bits from theirGravatar reed@google.com2011-08-05
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* remove SkDeviceFactory from the collective consciousness, now that devices knowGravatar reed@google.com2011-07-06
* 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
* encode current LCD orientation and order into font-cache-keyGravatar reed@google.com2011-05-18
* support lcd16 in text atlas (sans shader support)Gravatar reed@google.com2011-03-15
* check-point for kLCD16_Format mask supportGravatar reed@google.com2011-03-10
* Implement SkScalerContext_Windows::generateGlyphCount() and provide access vi...Gravatar ctguil@chromium.org2011-03-04
* remove dead conditional codeGravatar reed@google.com2011-02-18
* initialize SkGlyph::fMaskFormat to avoid valgrind warningsGravatar reed@google.com2011-01-13
* merge with changes for GPU backendGravatar reed@android.com2010-12-20
* Clamp the maximum size of glyph width we will attempt to render.Gravatar scarybeasts@gmail.com2010-10-18
* Add support for forcing autohinting.Gravatar agl@chromium.org2010-06-17
* This patch allows the use of the native FreeType emboldeningGravatar senorblanco@chromium.org2010-02-05
* 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
* ws fixesGravatar reed@android.com2009-07-27
* Add SkFontHost::FilterRect() which allows the font host to filter our requestGravatar reed@android.com2009-07-22
* Subpixel glyph rendering support.Gravatar agl@chromium.org2009-07-21
* Simplify font-chaining (fallbacks) to have fonthost just return the nextGravatar reed@android.com2009-03-17
* handle failure when creating a scalercontextGravatar reed@android.com2009-02-11
* grab from latest androidGravatar reed@android.com2008-12-17