aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkScalerContext.cpp
Commit message (Expand)AuthorAge
* use colortype instead of configGravatar reed@google.com2014-02-20
* Fix spelling of class name in comment.Gravatar commit-bot@chromium.org2014-02-17
* Refactor read and write buffers.Gravatar commit-bot@chromium.org2014-01-30
* Convert SkWriter32 to use an SkTDArray for its internal storage.Gravatar commit-bot@chromium.org2014-01-14
* Fix truncation of glyphs in SkScalerContext.cppGravatar robertphillips@google.com2013-12-02
* Reverting r12427Gravatar rmistry@google.com2013-12-02
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-12-02
* Document the SkScalerContext pure virtuals.Gravatar bungeman@google.com2013-11-27
* fix 8->1 bugs shown by removal of A1 configGravatar reed@google.com2013-11-27
* Revert "Revert "remove kA1_Config, as it is no longer supported""Gravatar commit-bot@chromium.org2013-11-26
* Revert "remove kA1_Config, as it is no longer supported"Gravatar reed@google.com2013-11-25
* remove kA1_Config, as it is no longer supportedGravatar reed@google.com2013-11-25
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-10-24
* Initial error handling codeGravatar commit-bot@chromium.org2013-10-23
* force readbuffer clients to use specialized readFoo for flattenablesGravatar reed@google.com2013-10-16
* Upstream changes from AndroidGravatar djsollen@google.com2013-07-31
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-28
* Fix metrics on Windows.Gravatar bungeman@google.com2013-07-27
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-11
* allow createScalerContext to return null, and then have the GDI backend trigg...Gravatar reed@google.com2013-07-10
* add size limit for using glyphcache. above that, draw using pathsGravatar reed@google.com2013-06-04
* API modifications needed to upstream Android font changes.Gravatar commit-bot@chromium.org2013-05-13
* Reverting 9083 & 9084 due to Android failuresGravatar robertphillips@google.com2013-05-09
* fix warning/error of uninitialized lenGravatar reed@google.com2013-05-09
* API modifications needed to upstream Android font changes.Gravatar commit-bot@chromium.org2013-05-09
* we only need one fontmetrics, since the paint (and fontcache) now know explic...Gravatar reed@google.com2013-05-08
* 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
* remove SkFontHost::NextLogicalFont, and add android-specific functionGravatar reed@google.com2013-03-26
* limit SkFontHost::NextLogicalTypeface to only android (the only backend thatGravatar reed@google.com2013-03-25
* make SkFontHost::NextLogicalTypeface private (only called by SkScalerContext)Gravatar reed@google.com2013-03-25
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-20
* remove SkFontHost::CreateScalerContextGravatar reed@google.com2013-03-19
* Add SkTypeface* parameter to SkScalerContext (and its callers)Gravatar reed@google.com2013-03-19
* Upstream changes from Android.Gravatar djsollen@google.com2013-03-08
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* add optional cull-rect to patheffects, so they can do less work if their resultsGravatar reed@google.com2013-01-24
* Make SkScalerContextRec::getMatrixFrom2x2 more direct.Gravatar bungeman@google.com2013-01-14
* detect out-of-memory when we try to create a mask offscreenGravatar reed@google.com2012-12-17
* Fix generateMask to properly apply pre-blend.Gravatar bungeman@google.com2012-10-26
* Clean up usage of mask gamma.Gravatar bungeman@google.com2012-10-26
* Turn off some debugging statements.Gravatar scroggo@google.com2012-10-11
* check for very large blurs, and don't try to cache the result in fontcacheGravatar reed@google.com2012-09-21
* Fix 5492.Gravatar bungeman@google.com2012-09-11
* Reduce SkMaskGamma cache thrashing.Gravatar bungeman@google.com2012-09-11
* SkDraw's constructor zero's is fields, so don't do it outsideGravatar reed@google.com2012-08-29
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Fixed instance counting for templated classesGravatar robertphillips@google.com2012-08-22
* Compilation fix for r5123 (disabling template inst count tracking)Gravatar robertphillips@google.com2012-08-16
* Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)Gravatar robertphillips@google.com2012-08-16