Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_skia
/
9ce6e7524899380d18960b06e8002df01142580c
/
tests
/
BitmapCopyTest.cpp
9ce6e75
init src either opaquely (e.g. white), or with a valid ctable index (e.g. 0)
by reed@google.com
· 15 years ago
1fcd51e
add template macro to "safely" perform casts w/o breaking strict-aliasing
by reed@google.com
· 15 years ago
86bff1f
Add safe size/copy functions to Skia.
by wjmaclean@chromium.org
· 15 years ago
d0a529d
fix memory leak
by reed@android.com
· 16 years ago
cafc9f9
fixes around isOpaque and dithering
by reed@android.com
· 16 years ago
fbaa88d
add canCopyTo(), to preflight if copyTo can succeed. update unittests for it
by reed@android.com
· 16 years ago
311c82d
fix copyTo to only copy the minimum pixels per row, and to lock the src before
by reed@android.com
· 16 years ago
f9ab99a
Allow copying an Index8 bitmap when srcConfig and dstConfig are both Index8.
by weita@google.com
· 16 years ago
4226396
add BitmapCopyTest. Still need to consider the src==no_config case
by reed@android.com
· 16 years ago