aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkGlyphCache.h
Commit message (Expand)AuthorAge
* Minor changes to GrFontCache system.Gravatar commit-bot@chromium.org2014-04-01
* Reverting r12427Gravatar rmistry@google.com2013-12-02
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-12-02
* Remove unused fields from SkGlyphCache.Gravatar bungeman@google.com2013-11-26
* Guard against most unintentionally ephemeral SkAutoFoo instantiations.Gravatar commit-bot@chromium.org2013-11-18
* add counting to Globals, and refactor some for clarityGravatar reed@google.com2013-09-26
* restore hash size to 8 bits, following windows fix in 3591f7a4a56153349240dfc...Gravatar reed@google.com2013-07-10
* move failable work outside of constructors for SkGlyphCache and SkScalerConte...Gravatar reed@google.com2013-07-09
* Revert of r9581 (oops, fix missing change in 9532, setting hashbits to 8) due...Gravatar robertphillips@google.com2013-07-03
* combine glyph and image bulk alloc, and adjust initial alloc size, to reduce ...Gravatar reed@google.com2013-06-19
* oops, fix missing change in 9532, setting hashbits to 8Gravatar reed@google.com2013-06-13
* use 8 bits for fontcache hashGravatar reed@google.com2013-06-12
* we only need one fontmetrics, since the paint (and fontcache) now know explic...Gravatar reed@google.com2013-05-08
* Add SkTypeface* parameter to SkScalerContext (and its callers)Gravatar reed@google.com2013-03-19
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Expose geometry and gamma on device.Gravatar bungeman@google.com2013-01-22
* refactor some subclasses in SkFlattenable.h into SkPtrRecorder.h, in preparat...Gravatar mike@reedtribe.org2012-08-12
* Split SkGlyph into its own header.Gravatar bungeman@google.com2012-07-24
* add explicit purgeAll() so we don't get foiled by the min cache-limitGravatar reed@google.com2012-06-27
* Update the implementation of SkTypeface_android.h functions.Gravatar djsollen@google.com2012-06-01
* move FontCacheLimit implementations into SkGlyphCache.cpp, in prep for TLSGravatar reed@google.com2012-04-23
* cleanups in prep for tls cacheGravatar reed@google.com2012-04-23
* Merge changes from the android repo upstream to SkiaGravatar djsollen@google.com2012-02-15
* expose isSubpixel() on the cache, so SkDraw can know if it should expectGravatar reed@google.com2012-01-03
* up glyphcache hash table to 12bits (from 8bits).Gravatar reed@google.com2011-11-02
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* coding styleGravatar mike@reedtribe.org2011-04-09
* support lcd16 in text atlas (sans shader support)Gravatar reed@google.com2011-03-15
* Implement SkScalerContext_Windows::generateGlyphCount() and provide access vi...Gravatar ctguil@chromium.org2011-03-04
* merge with changes for GPU backendGravatar reed@android.com2010-12-20
* add glyph->unichar query (inverse of a cmap)Gravatar reed@android.com2010-01-08
* grab from latest androidGravatar reed@android.com2008-12-17