Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
6be0ab308363a1de6e8d1d04a1c35baed315238a
/
src
/
effects
/
SkBitmapSource.cpp
851155c
remove SK_SUPPORT_LEGACY_BITMAPFLATTEN code
by commit-bot@chromium.org
· 11 years ago
968edca
stop calling SkBitmap::flatten
by commit-bot@chromium.org
· 11 years ago
4cb543d
Implement support for a Context parameter in image filters
by senorblanco@chromium.org
· 11 years ago
dcfaa73
Allowing Lanczos3 to be used in chromium
by commit-bot@chromium.org
· 11 years ago
ae761f7
Make SkImageFilter methods const.
by commit-bot@chromium.org
· 11 years ago
c4b12f1
Implement correct clipping for image filters.
by senorblanco@chromium.org
· 11 years ago
8b0e8ac
Refactor read and write buffers.
by commit-bot@chromium.org
· 11 years ago
336d1d7
Implement a computeFastBounds() traversal for SkImageFilter.
by senorblanco@chromium.org
· 11 years ago
6776b82
Make SkImageFilter crop rects relative to the primitive origin, instead of relative to their parent's crop rect. This is required by SVG semantics, and is more sane anyway.
by senorblanco@chromium.org
· 11 years ago
658e1b3
Fixing valgrind error
by commit-bot@chromium.org
· 11 years ago
e93e1db
Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource".
by senorblanco@chromium.org
· 11 years ago
4075770
Reverting 12528 & 12533 (Implement srcRect and dstRect functionality in SkBitmapSource) due to image differences on N4
by robertphillips@google.com
· 11 years ago
094147d
Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource".
by commit-bot@chromium.org
· 11 years ago
899b22a
Revert "Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource"." until I can sort out the xfermodeimagefilter and tileimagefilter failures.
by senorblanco@chromium.org
· 11 years ago
af35920
Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource".
by senorblanco@chromium.org
· 11 years ago
ce33d60
Adding more validation
by commit-bot@chromium.org
· 11 years ago
9f25de7
This patch implements generalized DAG connectivity for SkImageFilter. SkImageFilter maintains a list of inputs, which can be constructed either from a SkImageFilter** or zero or more SkImageFilter* arguments (varargs).
by senorblanco@chromium.org
· 12 years ago
a0c2bc2
Make flattenables no longer depend on global static initializers.
by scroggo@google.com
· 12 years ago
f1369ce
Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity
by senorblanco@chromium.org
· 12 years ago