index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
fonts
/
SkTestScalerContext.cpp
Commit message (
Expand
)
Author
Age
*
add ViaSVG to dm
Mike Reed
2017-02-17
*
SkScalarMul is deprecated
Mike Reed
2017-02-14
*
SkTestTypeface: correct encoding
Hal Canary
2017-01-11
*
Clean up glyph id handling.
Ben Wagner
2016-11-11
*
SkScalerContext to use smart pointers.
bungeman
2016-10-20
*
We really shouldn't pass SkFontStyle to printf as %d.
Mike Klein
2016-09-27
*
SkPDF: Fix Type3 ToUnicode table.
halcanary
2016-08-31
*
Update typeface serialization style.
bungeman
2016-07-25
*
Remove user specified typeface id.
bungeman
2016-07-13
*
Add samples to Viewer.
jvanverth
2016-06-16
*
Revert of Update typeface serialization style. (patchset #3 id:40001 of https...
mtklein
2016-06-13
*
Update typeface serialization style.
bungeman
2016-06-13
*
Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of http...
reed
2016-05-04
*
SK_DECLARE_STATIC_MUTEX -> static SkMutex
mtklein
2016-05-04
*
Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 o...
reed
2016-04-12
*
Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https:...
borenet
2016-04-11
*
Pass effects directly to fontcache
reed
2016-04-11
*
Change type of SkGlyph::fAdvance[XY] to float.
benjaminwagner
2016-03-24
*
Force cache SkTestScalerContext path bounds.
mtklein
2015-10-05
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
SkAdvancedTypefaceMetrics zeroing constructor
halcanary
2015-07-08
*
Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.
mtklein
2015-07-07
*
Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....
jvanverth
2015-07-02
*
Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.
mtklein
2015-07-01
*
remove duplicate assign of fLastGlyphID
caryclark
2015-06-11
*
initialize font metrics for pdf (found by valgrind)
caryclark
2015-06-11
*
Today's gm include many differences caused by platform font implementations.
caryclark
2015-06-10
*
Make SkAdvancedTypefaceMetrics private.
reed
2015-05-12
*
Remove filename from SkFontDescriptor.
bungeman
2015-04-17
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
some utils for rect and matrix
reed
2015-03-13
*
BUG=skia:
herb
2015-02-25
*
Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of ...
scroggo
2015-02-24
*
BUG=skia:
herb
2015-02-24
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Replace SkTypeface::Style with SkFontStyle.
bungeman
2014-10-20
*
Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 ...
mtklein
2014-10-20
*
Replace SkTypeface::Style with SkFontStyle.
bungeman
2014-10-20
*
Add onGetFamilyName to SkTypeface.
bungeman
2014-09-17
*
Add standard fonts to all GMs.
Cary Clark
2014-07-31
*
Remove vertical/horizontal metrics selection.
bungeman
2014-07-07
*
use platform-independent font for gm
caryclark
2014-06-23