Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
ce4d04ae8eace6ba53ff8b8c8d8f4a2e6af4e59f
/
tools
/
sk_tool_utils.cpp
7ecc596
Remove SkAutoTDeleteArray
by Ben Wagner
· 8 years ago
88fa747
Disable MSVC optimization of sk_tool_utils::make_big_path().
by Mike Klein
· 8 years ago
374772b
Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints"
by reed
· 8 years ago
c245574
Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 8 years ago
2b2fc7d
Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 8 years ago
3ed485f
Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 8 years ago
1834242
Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 8 years ago
2cbcd12
Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"""
by Mike Reed
· 8 years ago
70cdb39
Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""
by Mike Reed
· 8 years ago
ce02e71
Revert "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 8 years ago
0591897
replace SkXfermode obj with SkBlendMode enum in paints
by Mike Reed
· 8 years ago
2331a5f
Tag checkerboard bitmaps as sRGB
by brianosman
· 8 years ago
b37eb0e
Revert of Tag checkerboard bitmaps as sRGB (patchset #1 id:1 of https://codereview.chromium.org/2368933003/ )
by brianosman
· 8 years ago
fe843ce
Tag checkerboard bitmaps as sRGB
by brianosman
· 8 years ago
401c196
Add new GM for occluded blurmask filter draws
by robertphillips
· 8 years ago
276d328
Add new bench for occluded blurmaskfilter draws
by robertphillips
· 8 years ago
fbbf01a
Add iOS to platform_os_emoji.
by bungeman
· 8 years ago
c4b0915
Implement support for rendering color emoji on Windows
by kulshin
· 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
9d524f2
Style bikeshed - remove extraneous whitespace
by halcanary
· 9 years ago
8a21c9f
use Make instead of Create to return a shared shader
by reed
· 9 years ago
f2848b6
default SkPixelSerializer
by halcanary
· 9 years ago
9907371
SkPixelSerializer: remove deprecated virtual
by halcanary
· 9 years ago
2f8ac35
Misc: Don't run etc1 bench with invalid image and fix VS2015 build warning
by bsalomon
· 9 years ago
9c4909b
Add imgblur tool to assist BlurMaskFilter debugging
by robertphillips
· 9 years ago
98d2e2f
Factor out VisualBench timing code into a helper class
by joshualitt
· 9 years ago
943a462
Minor code cleanup (left over from prior CL)
by robertphillips
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
f3bf892
Fix VS 2015 build
by bsalomon
· 9 years ago
ea4529d
Move normal map creation methods to sk_tools
by robertphillips
· 9 years ago
1818acb
rename portable_typeface_always to portable_typeface
by caryclark
· 9 years ago
3721355
make fontscalar gammatext lcdtext typeface verttext2 gm portable
by caryclark
· 9 years ago
3b0f98e
fix typeface leak
by caryclark
· 9 years ago
e663341
fix typo
by caryclark
· 9 years ago
c3dcb67
make color emoji gm portable
by caryclark
· 9 years ago
6531c36
Generate platform specific fontmgr gm.
by caryclark
· 9 years ago
65cdba6
Revert of Revert of make gm background colors 565 compatible (patchset #1 id:1 of https://codereview.chromium.org/1184123002/)
by caryclark
· 9 years ago
0bdb08b
Revert of make gm background colors 565 compatible (patchset #2 id:20001 of https://codereview.chromium.org/1176243006/)
by caryclark
· 9 years ago
be7f768
make gm background colors 565 compatible
by caryclark
· 9 years ago
d85093c
make emptypath portable; add 565 color utility
by caryclark
· 9 years ago
83ca628
Today's gm include many differences caused by platform font implementations.
by caryclark
· 9 years ago
9e36c1a
Start canonicalizing color for all A8 textblobs
by joshualitt
· 10 years ago
f77365f
sk_tool_utils::draw_checkerboard uses SkXfermode::kSrc_Mode to fix valgrind error.
by halcanary
· 10 years ago
b0cce2c
s/sk_tools::DrawCheckerboard/sk_tool_utils::draw_checkerboard/
by halcanary
· 10 years ago
e5ea500
Hide fields in SkImageInfo
by reed
· 10 years ago
992c7b0
Add standard fonts to all GMs.
by Cary Clark
· 10 years ago
5fb6bd4
use platform-independent font for gm
by caryclark
· 10 years ago
2010891
Add GYP target for sk_tool_utils.* component.
by tfarina
· 10 years ago
7111d46
Revert "Revert of implement readPixels and writePixels natively, w/o using the (deprecated) (https://codereview.chromium.org/199733016/)"
by reed@google.com
· 11 years ago
231f6b8
Revert of implement readPixels and writePixels natively, w/o using the (deprecated) (https://codereview.chromium.org/199733016/)
by commit-bot@chromium.org
· 11 years ago
1121170
implement readPixels and writePixels natively, w/o using the (deprecated)
by reed@google.com
· 11 years ago
180e36a
Revert "hide Config8888 entirely". Broke a bunch of builds.
by bsalomon@google.com
· 11 years ago
e14792d
hide Config8888 entirely
by commit-bot@chromium.org
· 11 years ago
a713f9c
add new readPixels with direct memory parameters
by commit-bot@chromium.org
· 11 years ago
e62513f
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
4cd9e21
Add SkCanvas::writePixels that takes info+pixels directly
by commit-bot@chromium.org
· 11 years ago