Sign in
chromium
/
chromium
/
src
/
cb6fe98c9e8e2fa4c68a7bc1268565d7cdeab4f4
/
ui
/
gfx
/
skbitmap_operations.cc
0df7f5d
use SkBlendMode instead of SkXfermode::Mode
by reed
· 9 years ago
220747d
CreateButtonBackground() has been creating unpremultiplied bitmaps.
by mtklein
· 9 years ago
03a4b534
remove SK_SUPPORT_LEGACY_COLORPROFILETYPE
by reed
· 9 years ago
399950b
Remove all uses of skia::RefPtr and stale includes
by tomhudson
· 9 years ago
1f8d413
Use sk_sp-based APIs for SkColorFilter
by tomhudson
· 9 years ago
c89eb8d4
Switch to standard integer types in ui/gfx/.
by avi
· 10 years ago
fd9f15be
Fix bug where custom cursors would disappear when screen was rotated for ozone based platforms. This was caused by commit cd0a8ae72380dc461eea58084325d9d981942192. The change modified the cursor SkBitmap to always be in unpremultiplied alpha format. However, the SkCanvas::drawBitmap() operation fails silently if the SkBitmap is in unpremultiplied format and the ui::ScaleAndRotateCursorBitmapAndHotpoint() function relies on SkCanvas::drawBitmap() to rotate the cursor. This fails and the cursor disappears.
by kylechar
· 10 years ago
6e936364
Fix byte ordering of result of CreateMaskedBitmap() in different platforms.
by moshayedi
· 10 years ago
33a22b0
imagefilter factories will stop returning subclass types, so callers need to only assume imagefilter
by reed
· 10 years ago
31b6277
Fix SkBitmapOperations::CreateDropShadow drawing too large a shadow.
by calamity
· 10 years ago
b4e5afc
Remove SK_SUPPORT_LEGACY_PUBLIC_IMAGEINFO_FIELDS
by fmalita
· 10 years ago
ebe974f0
Cleanup: Update the path to gfx size headers.
by tfarina
· 11 years ago
655f81d
Cleanup: Update the path to insets and point headers.
by tfarina
· 11 years ago
373e2b1
ui/gfx: remove redundant erase operations and remove unused function
by
[email protected]
· 11 years ago
c80330da
setConfig is deprecated, use setInfo or allocPixels instead
by
[email protected]
· 11 years ago
94c09b9
Remove Skia legacy API from Chrome.
by
[email protected]
· 11 years ago
f62e57b
use SkColorType instead of (deprecated) SkBitmap::Config
by
[email protected]
· 11 years ago
a476d6bc
replace setIsOpaque (deprecated) with explicit SkAlphaType
by
[email protected]
· 12 years ago
5b7ab9c
Correct rotate image to clockwise (currently counter clockwise).
by
[email protected]
· 12 years ago
19c0fa9
Rotated Images
by
[email protected]
· 13 years ago
bb2b60ac
Rotated Images
by
[email protected]
· 13 years ago
3699ae5a
ui: Use skia::RefPtr<T> for implicit safe reference counting.
by
[email protected]
· 13 years ago
6479f85b
Fix SkBitmapOperations::CreateMaskedBitmap. SkAlphaMul expects alpha value in
by
[email protected]
· 13 years ago
673d1ba
Fixes spelling mistake CreateTransposedBtmap -> CreateTransposedBitmap
by
[email protected]
· 13 years ago
58e068f
Clean up SkBitmapOperations.
by
[email protected]
· 13 years ago
6cd13aa
ash: Add drop shadow to app list icons.
by
[email protected]
· 13 years ago
125b6200
ui/gfx: Do not use the deprecated SkBitmap::getConfig() function.
by
[email protected]
· 13 years ago
97e15901
Draw new tab button with tab background
by
[email protected]
· 14 years ago
510ea77
Revert 119018 - Draw new tab button with tab background
by
[email protected]
· 14 years ago
f903709
Draw new tab button with tab background
by
[email protected]
· 14 years ago
579dacb
Clean up CreateTransposedBtmap.
by
[email protected]
· 14 years ago
16d1608c
optimize DownsampleByTwo, as it was a hot-spot in acid3
by
[email protected]
· 14 years ago
80b3f7c
Coverity: Pass parameters by reference.
by
[email protected]
· 14 years ago
37cbcfe
Coverity PASS_BY_VALUE bug fixes
by
[email protected]
· 14 years ago
08397d5
Change includes of gfx/* to ui/gfx/*
by
[email protected]
· 15 years ago
267c03d
Move src/gfx/ to src/ui/gfx
by
[email protected]
· 15 years ago
[Renamed from gfx/skbitmap_operations.cc]
8d1b864d1
Fixed include in test_webkit_client
by
[email protected]
· 15 years ago
94e840ab
Revert 62068 - Move implementation of linux scrollbars from webkit using new
by
[email protected]
· 15 years ago
7281e4c
Move implementation of linux scrollbars from webkit using new
by
[email protected]
· 15 years ago
3eaf0ecd
Windows: Fix opacity of drag images.
by
[email protected]
· 15 years ago
6e25ce8
Optimize SkBitmapOperations::CreateHSLShiftedBitmap() (used for theme tinting).
by
[email protected]
· 15 years ago
cd81841
Move more files to toplevel gfx.
by
[email protected]
· 15 years ago
[Renamed (99%) from app/gfx/skbitmap_operations.cc]
0fb499a
Unrevert 31478 Add UI for turning on/off network devices.
by
[email protected]
· 16 years ago
1ffa6d1
Revert 31478 - Add UI for turning on/off network devices.
by
[email protected]
· 16 years ago
30583e48
Add UI for turning on/off network devices.
by
[email protected]
· 16 years ago
cab34d6a
Move functions from skia/ext to app/gfx where possible: most of skia_utils.* and image_operations.* can be moved because they are not used by WebKit code.
by
[email protected]
· 16 years ago
96c2e8e
Reverting 26975. Review URL: http://codereview.chromium.org/222011
by
[email protected]
· 16 years ago
0819b02
Move functions from skia/ext to app/gfx where possible: most of skia_utils.* and image_operations.* can be moved because they are not used by WebKit code.
by
[email protected]
· 16 years ago