Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
2ddf7f39dec00c91fdb97919912b0943ab839802
/
gm
/
dftext.cpp
51e15a6
Use SkTextEncoding enum instead of macros.
by Ben Wagner
· 5 years ago
7fde8e1
IWYU for gms.
by Ben Wagner
· 6 years ago
c0bd9f9
rewrite includes to not need so much -Ifoo
by Mike Klein
· 6 years ago
ea3f014
sk_tool_utils -> ToolUtils, and git clang-format
by Mike Klein
· 6 years ago
bea1f94
remove platform_font_manager()
by Mike Klein
· 6 years ago
42e7a7e
use SkFont for text
by Mike Reed
· 6 years ago
d2b5084
Change scaling of antialiased perspective text in dftext to help glitches.
by Jim Van Verth
· 6 years ago
c640d0d
Revert "Revert "SkTypes: extract SkTo""
by Hal Canary
· 6 years ago
fdcfb8b
Revert "SkTypes: extract SkTo"
by Hal Canary
· 6 years ago
2a2f675
SkTypes: extract SkTo
by Hal Canary
· 6 years ago
4ba1a6f
Revert "Change persp dftext to only antialiased"
by Jim Van Verth
· 6 years ago
8345aa6
Change persp dftext to only antialiased
by Jim Van Verth
· 6 years ago
2525a37
Add test of tiny text with perspective.
by Jim Van Verth
· 6 years ago
c7ad40f
Remove SK_SUPPORT_GPU checks in tool-only code
by Brian Osman
· 6 years ago
f436fbc
slice GMs by native font platform, not by emoji format
by Mike Klein
· 7 years ago
2a475ea
add drawString helper to canvas
by Cary Clark
· 8 years ago
33d2055
GM: some header cleanup
by Mike Klein
· 8 years ago
693fdbd
refFoo variant for getters that naturally have a sk_sp
by Mike Reed
· 8 years ago
3a0dbde
Remove SkSurfaceProps gamma-correctness flag entirely.
by brianosman
· 8 years ago
7438bfc
Factor code to rotate a canvas about a point.
by bungeman
· 8 years ago
52ede1d
More removal of SkColorProfileType...
by brianosman
· 8 years ago
802acec
Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ )
by egdaniel
· 8 years ago
944876f
More removal of SkColorProfileType...
by brianosman
· 8 years ago
ee6a991
SkTypeface::MakeFromName to take SkFontStyle.
by mboc
· 8 years ago
13b9c95
Move SkTypeface to sk_sp.
by bungeman
· 8 years ago
9a9a7b2
Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ )
by scroggo
· 8 years ago
6296da7
Move SkTypeface to sk_sp.
by bungeman
· 8 years ago
b461d34
Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate
by brianosman
· 9 years ago
898235c
SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode.
by brianosman
· 9 years ago
e8f3062
switch surface to sk_sp
by reed
· 9 years ago
9ce9d67
update callsites for Make image factories
by reed
· 9 years ago
5ec26ae
Move Budgeted enum out of SkSurface, use in GrTextureProvider
by bsalomon
· 9 years ago
bd500f0
Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ )
by bsalomon
· 9 years ago
57599fe
Move Budgeted enum out of SkSurface, use in GrTextureProvider
by bsalomon
· 9 years ago
afcd7cd
Rename flag from "distance field" to "device independent."
by bsalomon
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
385fe4d
Style Change: SkNEW->new; SkDELETE->delete
by halcanary
· 9 years ago
1818acb
rename portable_typeface_always to portable_typeface
by caryclark
· 9 years ago
ba9757a
make dftext gm not overlap itself
by caryclark
· 9 years ago
a0170f1
make dftext the same on Linux and Android
by caryclark
· 9 years ago
3b0f98e
fix typeface leak
by caryclark
· 9 years ago
c3dcb67
make color emoji gm portable
by caryclark
· 9 years ago
4854d13
Remove distance field flag from SkPaint
by jvanverth
· 9 years ago
3ffa126
Move resource fonts to common location.
by bungeman
· 10 years ago
36352bf
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
by mtklein
· 10 years ago
d68a550
Fix up some issues introduced by https://codereview.chromium.org/1013773002/
by jvanverth
· 10 years ago
354eba5
Fix SDF gradient calculation for non-uniform xforms
by jvanverth
· 10 years ago
465206a
Add missing SK_OVERRIDE
by rmistry
· 10 years ago
1c40292
remove unused GM flags
by mtklein
· 10 years ago
a1193e4
Make SkStream *not* ref counted.
by scroggo
· 10 years ago
afe3005
Require budget decision when creating a RenderTarget SkSurface.
by bsalomon
· 10 years ago
72c9faa
Fix up all the easy virtual ... SK_OVERRIDE cases.
by mtklein
· 10 years ago
fbaace0
DM warning-free on win64
by bsalomon
· 10 years ago
fca302c
Add color emoji fallback for distance field text.
by jvanverth
· 10 years ago
901704b
fix android framework build errors
by djsollen
· 10 years ago
f9669f4
Fix perspective version of dftext GM
by jvanverth
· 10 years ago
ed14f1d
Reduce sizes in dftext GM on Android to match desktop better.
by jvanverth
· 10 years ago
b5fae93
SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas
by piotaixr
· 10 years ago
2456b76
Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canvas (patchset #9 id:160001 of https://codereview.chromium.org/583453002/)
by borenet
· 10 years ago
4327899
SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas
by piotaixr
· 10 years ago
76ce81e
Fix SDF font positions when using global scale.
by jvanverth
· 10 years ago
4a8126e
Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)"
by reed
· 10 years ago
29c857d
Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)
by reed
· 10 years ago
3716fd0
introduce Props to surface (work in progress)
by reed
· 10 years ago
9564ce6
Fix scaling issue with distance field text.
by jvanverth
· 10 years ago