index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
dftext.cpp
Commit message (
Expand
)
Author
Age
*
slice GMs by native font platform, not by emoji format
Mike Klein
2017-11-15
*
add drawString helper to canvas
Cary Clark
2017-04-28
*
GM: some header cleanup
Mike Klein
2017-03-22
*
refFoo variant for getters that naturally have a sk_sp
Mike Reed
2017-01-12
*
Remove SkSurfaceProps gamma-correctness flag entirely.
brianosman
2016-07-26
*
Factor code to rotate a canvas about a point.
bungeman
2016-07-12
*
More removal of SkColorProfileType...
brianosman
2016-06-20
*
Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of http...
egdaniel
2016-06-17
*
More removal of SkColorProfileType...
brianosman
2016-06-17
*
SkTypeface::MakeFromName to take SkFontStyle.
mboc
2016-05-31
*
Move SkTypeface to sk_sp.
bungeman
2016-05-12
*
Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://coderevi...
scroggo
2016-05-12
*
Move SkTypeface to sk_sp.
bungeman
2016-05-11
*
Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate
brianosman
2016-04-13
*
SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa...
brianosman
2016-04-06
*
switch surface to sk_sp
reed
2016-03-23
*
update callsites for Make image factories
reed
2016-03-17
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...
bsalomon
2016-02-25
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
Rename flag from "distance field" to "device independent."
bsalomon
2015-08-31
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
rename portable_typeface_always to portable_typeface
caryclark
2015-07-24
*
make dftext gm not overlap itself
caryclark
2015-07-23
*
make dftext the same on Linux and Android
caryclark
2015-07-23
*
fix typeface leak
caryclark
2015-07-23
*
make color emoji gm portable
caryclark
2015-07-21
*
Remove distance field flag from SkPaint
jvanverth
2015-06-22
*
Move resource fonts to common location.
bungeman
2015-04-30
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Fix up some issues introduced by https://codereview.chromium.org/1013773002/
jvanverth
2015-03-16
*
Fix SDF gradient calculation for non-uniform xforms
jvanverth
2015-03-16
*
Add missing SK_OVERRIDE
rmistry
2015-02-02
*
remove unused GM flags
mtklein
2015-01-23
*
Make SkStream *not* ref counted.
scroggo
2015-01-21
*
Require budget decision when creating a RenderTarget SkSurface.
bsalomon
2015-01-16
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
DM warning-free on win64
bsalomon
2014-12-12
*
Add color emoji fallback for distance field text.
jvanverth
2014-10-20
*
fix android framework build errors
djsollen
2014-10-08
*
Fix perspective version of dftext GM
jvanverth
2014-10-07
*
Reduce sizes in dftext GM on Android to match desktop better.
jvanverth
2014-10-06
*
SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas
piotaixr
2014-09-24
*
Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canv...
borenet
2014-09-24
*
SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas
piotaixr
2014-09-23
*
Fix SDF font positions when using global scale.
jvanverth
2014-09-22
*
Introduce Props to surface (patchset #27 id:520001 of https://codereview.chro...
reed
2014-09-22
*
Revert of introduce Props to surface (patchset #27 id:520001 of https://coder...
reed
2014-09-21
*
introduce Props to surface (work in progress)
reed
2014-09-21
[next]