Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
5f544345d653900ef30212ea1c243947be8bb074
/
gm
/
blend.cpp
40254c2
SkBlendARGB32 and S32[A]_Blend_BlitRow32 are currently formulated as: SkAlphaMulQ(src, src_scale) + SkAlphaMulQ(dst, dst_scale), which boils down to ((src*src_scale)>>8) + ((dst*dst_scale)>>8). In particular, note that the intermediate precision is discarded before the two parts are added together, causing the final result to possibly inaccurate.
by lsalzman
· 8 years ago
3d72c09
Remove conditional flavor text on blend GM.
by mtklein
· 9 years ago
6ceeebd
unify peekPixels around pixmap parameter
by reed
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
1259601
make tests portable by using 565 compatible colors
by caryclark
· 9 years ago
4afe21e
add a GM to demo the blend bug
by mtklein
· 10 years ago
350b4d5
Remove SkBlendImageFilter, and all tests. Its functionality has been subsumed by SkXfermodeImageFilter.
by senorblanco@chromium.org
· 11 years ago
ba3a3c9
revert name changes to SkBlendImageFilter. It (correctly) named its enum kMultiply_Mode,
by reed@google.com
· 12 years ago
8d3cd7a
clone of https://codereview.appspot.com/7208043/
by reed@google.com
· 12 years ago
ff06af2
Changing imageFilter GM tests to use drawBitmap instead of drawSprite
by junov@chromium.org
· 12 years ago
94acc70
Fixed Windows compiler complaints (esp. in debugger)
by robertphillips@google.com
· 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
b2ee33c
Implements the non-Porter-Duff compositing modes required for SVG's feBlend
by senorblanco@chromium.org
· 12 years ago