Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
ddb6fc24f3f0091543360e0267bdfa598138b4b9
/
gm
/
fontmgr.cpp
7f36405
Remove SkMin32/SkMax32
by Brian Osman
· 4 years, 9 months ago
594fe85
gm: simplify several onName
by Hal Canary
· 5 years ago
e574f1e
[reland] SkMetaData: move from src/ to tools/
by Hal Canary
· 5 years ago
12e7585
Revert "SkMetaData: move from src/ to tools/"
by Greg Daniel
· 5 years ago
9d844d8
SkMetaData: move from src/ to tools/
by Hal Canary
· 5 years ago
51e15a6
Use SkTextEncoding enum instead of macros.
by Ben Wagner
· 6 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
110c703
Move fontmgr_bounds label setting to checkbox.
by Ben Wagner
· 6 years ago
d0f321b
de-common --veryVerbose
by Mike Klein
· 6 years ago
ea3f014
sk_tool_utils -> ToolUtils, and git clang-format
by Mike Klein
· 6 years ago
88544fb
remove Sk prefix from CommandLineFlags
by Mike Klein
· 6 years ago
bea1f94
remove platform_font_manager()
by Mike Klein
· 6 years ago
9407e24
make float more primary API for paint (esp. for alpha)
by Mike Reed
· 6 years ago
9ca55f2
Check both thickness and position in gm.
by Ben Wagner
· 6 years ago
50e24d7
Add a mechanism for GMs to silently exclude themselves from Gold
by Chris Dalton
· 6 years ago
d7a5a1d
Add a central skiagm::GM::DrawFailureMessage for error messages
by Chris Dalton
· 6 years ago
087fad7
Add getTypefaceOrDefault and refTypefaceOrDefault
by Herb Derby
· 6 years ago
9cd2a5c
IWYU
by Mike Reed
· 6 years ago
89a644b
sed s/drawSimpleText/drawString/
by Hal Canary
· 6 years ago
560d5b3
use font to measure
by Mike Reed
· 6 years ago
7d1eb33
hide paint's getFontBounds
by Mike Reed
· 6 years ago
97f3cc2
flag to convert to SkTextEncoding
by Mike Reed
· 6 years ago
b5784ac
use SkFontMetrics so we can deprecated the typedef
by Mike Reed
· 6 years ago
cb6f53e
split out fontmetrics into its own struct
by Mike Reed
· 6 years ago
83c6b96
Improve SkTestFontMgr.
by Ben Wagner
· 6 years ago
17bca9a
Make fontmgr_bounds change with veryVerbose
by Ben Wagner
· 6 years ago
97182cc
Add color fonts.
by Ben Wagner
· 7 years ago
3560b58
Revert "Add color fonts."
by Ben Wagner
· 7 years ago
d3b933f
Add color fonts.
by Ben Wagner
· 7 years ago
af78a94
Revert "Add color fonts."
by Jim Van Verth
· 7 years ago
c912d61
Add color fonts.
by Ben Wagner
· 7 years ago
8073e79
remove fontmgr_iter_factory GM
by Mike Klein
· 7 years ago
b251b72
add platform_font_manager()
by Mike Klein
· 7 years ago
5922739
Revert "Revert "migrate to sk_sp for SkFontMgr API""
by Mike Reed
· 7 years ago
f40ae1a
Revert "migrate to sk_sp for SkFontMgr API"
by Mike Reed
· 7 years ago
4bf296b
migrate to sk_sp for SkFontMgr API
by Mike Reed
· 7 years ago
2112df0
Don't use fonts with many glyphs in fontmgr_bounds.
by Ben Wagner
· 7 years ago
219f362
Add strikeout font metrics.
by Ben Wagner
· 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
20d031a
Remove SK_LEGACY_FONTMGR_FACTORY.
by Ben Wagner
· 8 years ago
3546ff1
Stage SkFontMgr factories to return smart pointers.
by Ben Wagner
· 8 years ago
cefc431
gm: s/SkAutoTUnref/sk_sp/
by Hal Canary
· 8 years ago
dbfd7ab
Replace a lot of 'static const' with 'constexpr' or 'const'.
by mtklein
· 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
b4bb7d8
Add oblique as a slant.
by bungeman
· 9 years ago
ed2edab
Remove SK_VERY_LEGACY_CREATE_TYPEFACE.
by bungeman
· 9 years ago
11a77c6
Begin switch to SkFontStyle for legacy calls.
by bungeman
· 9 years ago
9d524f2
Style bikeshed - remove extraneous whitespace
by halcanary
· 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
6531c36
Generate platform specific fontmgr gm.
by caryclark
· 9 years ago
c64239a
Remove system call in DW for default font.
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
1c40292
remove unused GM flags
by mtklein
· 10 years ago
72c9faa
Fix up all the easy virtual ... SK_OVERRIDE cases.
by mtklein
· 10 years ago
aa458fb
Cleanup: More override fixes - another round.
by tfarina
· 10 years ago
8893e5f
add paint::getFontBounds()
by reed
· 10 years ago
c9232dc
Remove SK_FM_NEW_MATCH_FAMILY_STYLE_CHARACTER.
by bungeman
· 10 years ago
c20386e
Update fontMgr to take list of bcp47 language tags.
by bungeman
· 10 years ago
a0c814c
Add SkTypeface::getBounds()
by reed
· 10 years ago
0d393a9
Lookup glyphs based on character code and language tag.
by djsollen
· 10 years ago
6eddc77
Pass the IDWriteFactory instead of relying on a global creator.
by bungeman@google.com
· 11 years ago
9fc5c68
Fix leak detected in FontMgrMatchGM::onDraw by Valgrind.
by bungeman@google.com
· 11 years ago
d1bcfc9
export SkFontMgr_New_... experimental functions for testing in chrome
by reed@google.com
· 11 years ago
bfc6cc4
allow both GDI and DW fontmgrs at the same time
by bungeman@google.com
· 11 years ago
bcb88e5
Revert r10788 (allow both GDI and DW fontmgrs at the same time) due to Chromium XP bot failures
by robertphillips@google.com
· 11 years ago
0699756
allow both GDI and DW fontmgrs at the same time
by bungeman@google.com
· 11 years ago
968863f
Revert r10718 to unblock roll
by robertphillips@google.com
· 11 years ago
7d65dee
allow both GDI and DW fontmgrs at the same time
by reed@google.com
· 11 years ago
7103344
Add FontMgr to DirectWrite. https://codereview.chromium.org/14314008/
by bungeman@google.com
· 12 years ago
5111648
show fontstyle values for each style
by reed@google.com
· 12 years ago
d55846d
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
964988f
add matcher to fontstyleset Review URL: https://codereview.chromium.org/13312002
by reed@google.com
· 12 years ago
6acd09e
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
6518daf
disable tests that exercise serialization of fonts here, since we are experimentally
by reed@google.com
· 12 years ago
af0fa6a
add gm for experimental fontmgr api
by reed@google.com
· 12 years ago