Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
6cfce1b7b4ad546b02823a1a0bbbda2c17b688f5
/
src
/
effects
/
SkBitmapSource.cpp
3f3b3d0
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
by mtklein
· 10 years ago
6e78293
Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/)
by mtklein
· 10 years ago
52c2935
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
by mtklein
· 10 years ago
88fd0fb
Bump min picture version.
by mtklein
· 10 years ago
b07a94f
add roundOut that returns its result
by reed
· 10 years ago
8f3937d
Fix bounds computation of all 0-input filters.
by senorblanco
· 10 years ago
d0f1969
Revert of Fix bounds computation of all 0-input filters. (patchset #2 id:20001 of https://codereview.chromium.org/681643003/)
by hcm
· 10 years ago
ba036cc
Fix bounds computation of all 0-input filters.
by senorblanco
· 10 years ago
9fa60da
Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc).
by reed
· 10 years ago
851155c
remove SK_SUPPORT_LEGACY_BITMAPFLATTEN code
by commit-bot@chromium.org
· 10 years ago
968edca
stop calling SkBitmap::flatten
by commit-bot@chromium.org
· 10 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