aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/fonts/SkTestScalerContext.cpp
Commit message (Expand)AuthorAge
* SkPDF: Always get advances at unitsPerEm.Gravatar Hal Canary2017-03-08
* add ViaSVG to dmGravatar Mike Reed2017-02-17
* SkScalarMul is deprecatedGravatar Mike Reed2017-02-14
* SkTestTypeface: correct encodingGravatar Hal Canary2017-01-11
* Clean up glyph id handling.Gravatar Ben Wagner2016-11-11
* SkScalerContext to use smart pointers.Gravatar bungeman2016-10-20
* We really shouldn't pass SkFontStyle to printf as %d.Gravatar Mike Klein2016-09-27
* SkPDF: Fix Type3 ToUnicode table.Gravatar halcanary2016-08-31
* Update typeface serialization style.Gravatar bungeman2016-07-25
* Remove user specified typeface id.Gravatar bungeman2016-07-13
* Add samples to Viewer.Gravatar jvanverth2016-06-16
* Revert of Update typeface serialization style. (patchset #3 id:40001 of https...Gravatar mtklein2016-06-13
* Update typeface serialization style.Gravatar bungeman2016-06-13
* Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of http...Gravatar reed2016-05-04
* SK_DECLARE_STATIC_MUTEX -> static SkMutexGravatar mtklein2016-05-04
* Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 o...Gravatar reed2016-04-12
* Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https:...Gravatar borenet2016-04-11
* Pass effects directly to fontcacheGravatar reed2016-04-11
* Change type of SkGlyph::fAdvance[XY] to float.Gravatar benjaminwagner2016-03-24
* Force cache SkTestScalerContext path bounds.Gravatar mtklein2015-10-05
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* SkAdvancedTypefaceMetrics zeroing constructorGravatar halcanary2015-07-08
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-07
* Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....Gravatar jvanverth2015-07-02
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-01
* remove duplicate assign of fLastGlyphIDGravatar caryclark2015-06-11
* initialize font metrics for pdf (found by valgrind)Gravatar caryclark2015-06-11
* Today's gm include many differences caused by platform font implementations.Gravatar caryclark2015-06-10
* Make SkAdvancedTypefaceMetrics private.Gravatar reed2015-05-12
* Remove filename from SkFontDescriptor.Gravatar bungeman2015-04-17
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* some utils for rect and matrixGravatar reed2015-03-13
* BUG=skia:Gravatar herb2015-02-25
* Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of ...Gravatar scroggo2015-02-24
* BUG=skia:Gravatar herb2015-02-24
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Replace SkTypeface::Style with SkFontStyle.Gravatar bungeman2014-10-20
* Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 ...Gravatar mtklein2014-10-20
* Replace SkTypeface::Style with SkFontStyle.Gravatar bungeman2014-10-20
* Add onGetFamilyName to SkTypeface.Gravatar bungeman2014-09-17
* Add standard fonts to all GMs.Gravatar Cary Clark2014-07-31
* Remove vertical/horizontal metrics selection.Gravatar bungeman2014-07-07
* use platform-independent font for gmGravatar caryclark2014-06-23