Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
5cc94cc3937989e180c1c9897f15714534fc4d31
/
gm
/
xfermodes.cpp
2a475ea
add drawString helper to canvas
by Cary Clark
· 8 years ago
33d2055
GM: some header cleanup
by Mike Klein
· 8 years ago
d1e67e7
Use SkBlendMode_Name rather than one-off tables
by Brian Osman
· 8 years ago
0e39f97
Revert "Revert "make it illegal to include SkXfermode.h""
by Mike Reed
· 8 years ago
e9d1b29
Revert "make it illegal to include SkXfermode.h"
by Greg Daniel
· 8 years ago
07764ce
make it illegal to include SkXfermode.h
by Mike Reed
· 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
403d154
Revert "Revert "replace Arithmetic xfermode with imagefilter""
by Mike Reed
· 8 years ago
10ff5bf
Revert "replace Arithmetic xfermode with imagefilter"
by Mike Reed
· 8 years ago
0530c88
replace Arithmetic xfermode with imagefilter
by Mike Reed
· 8 years ago
59dc542
remove avoid and pixelxor xfermodes
by reed
· 9 years ago
cfb6bdf
switch xfermodes over to sk_sp
by reed
· 9 years ago
9d524f2
Style bikeshed - remove extraneous whitespace
by halcanary
· 9 years ago
1a9b964
Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ )"
by reed
· 9 years ago
9283d20
Revert of more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ )
by reed
· 9 years ago
ce563cd
more shader-->sp conversions
by reed
· 9 years ago
3719886
remove debugging printf
by reed
· 9 years ago
8516dc1
extend xfermodes gm to include 3 custom modes
by reed
· 9 years ago
e5257bd
kill gm now that we can test srgb on all gms
by reed
· 9 years ago
129ed1c
lots of sRGB and F16 blits
by reed
· 9 years ago
dd9ffea
make SkPM4f private
by reed
· 9 years ago
e712532
implement more xfermodeproc4f and add GM
by reed
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
1818acb
rename portable_typeface_always to portable_typeface
by caryclark
· 9 years ago
4ec1ac6
make xfermode* portable
by caryclark
· 9 years ago
36352bf
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
by mtklein
· 10 years ago
72c9faa
Fix up all the easy virtual ... SK_OVERRIDE cases.
by mtklein
· 10 years ago
752e7eb
Cleanup: Another round of override fixes.
by tfarina
· 10 years ago
c54d8db
Remove SkCanvas::drawBitmapMatrix()
by Florin Malita
· 10 years ago
992c7b0
Add standard fonts to all GMs.
by Cary Clark
· 10 years ago
f539318
Cleanup: Get rid of make_isize() function from gm.h.
by tfarina
· 10 years ago
9c9005a
Move SkShader::fLocalMatrix into SkShader constructor.
by commit-bot@chromium.org
· 11 years ago
091a594
Reduce internal explicit SaveFlags usage.
by commit-bot@chromium.org
· 11 years ago
dac5225
replace SkBitmap::Config with SkColorType in gms
by commit-bot@chromium.org
· 11 years ago
eb9a46c
add legacy/helper allocN32Pixels, and convert gm to use it
by reed@google.com
· 11 years ago
4e8f1e5
[PDF] Fix clipping in xfermode improvement.
by commit-bot@chromium.org
· 11 years ago
7542dc8
[PDF] Fixes the cases where SkPDFDevice::finishContentEntry is called with empty content.
by commit-bot@chromium.org
· 11 years ago
f5747da
Fix int/SkScalar mismatch in gm.
by vandebo@chromium.org
· 11 years ago
3b41621
[PDF] Improve complex xfer mode support.
by vandebo@chromium.org
· 11 years ago
383a697
store SkAlphaType inside SkBitmap, on road to support unpremul
by reed@google.com
· 11 years ago
b24f893
Added support for non-separable blending modes.
by commit-bot@chromium.org
· 12 years ago
25cfa69
land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matching CSS spec
by reed@google.com
· 12 years ago
8d3cd7a
clone of https://codereview.appspot.com/7208043/
by reed@google.com
· 12 years ago
7312a18
Remove a workaround in gm/xfermodes.cpp
by scroggo@google.com
· 12 years ago
dbfac8a
Defining new color constat for transparent color
by junov@google.com
· 12 years ago
3bd2173
SkCanvas::setDevice() must die, and so we begin by removing our own
by mike@reedtribe.org
· 12 years ago
ae933ce
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
263cb3a
can't pass const to setPixels :(
by reed@google.com
· 13 years ago
5213c04
defer creating offscreen until our first draw (so our constructor runs fast)
by reed@google.com
· 13 years ago
48dd1a2
Import all GMs as Samples.
by bsalomon@google.com
· 13 years ago
ec3ed6a
Automatic update of all copyright notices to reflect new license terms.
by epoger@google.com
· 13 years ago
4eed340
roll back r1705
by epoger@google.com
· 13 years ago
1c18ca3
Add additional source types to xfer mode test.
by vandebo@chromium.org
· 13 years ago
86bf5c9
Allocate a bitmap on the stack in xfermodes.cpp to work around a limitation
by tomhudson@google.com
· 14 years ago
f3c1cc9
update baselines to add 2point-radial gradients, and use gpu-friendly xfermode code
by reed@google.com
· 14 years ago
048522d
remove remaining references to porterduff
by reed@android.com
· 15 years ago
c9c6422
update to use new xfermodes
by reed@android.com
· 15 years ago
25b0434
gm -w 'directory' now works for recording the master images
by reed@android.com
· 15 years ago
8015dd8
almost there on gm (need to fix image writes/reads/compares)
by reed@android.com
· 15 years ago
dd0ac28
more progress on golden-master test suite (not finished yet)
by reed@android.com
· 15 years ago