Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
49894f450fb155f4f236067109abd9017c85096e
/
gm
/
morphology.cpp
2a475ea
add drawString helper to canvas
by Cary Clark
· 8 years ago
33d2055
GM: some header cleanup
by Mike Klein
· 8 years ago
fc11b0a
Update SkMorphology ImageFilters to sk_sp
by robertphillips
· 9 years ago
f299e71
Switch SkMorphologyImageFilter over to new onFilterImage interface
by robertphillips
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
1818acb
rename portable_typeface_always to portable_typeface
by caryclark
· 9 years ago
18a240d
make *imagefilter morphology iamge bitmapsource gm portable
by caryclark
· 9 years ago
992c7b0
Add standard fonts to all GMs.
by Cary Clark
· 10 years ago
f539318
Cleanup: Get rid of make_isize() function from gm.h.
by tfarina
· 10 years ago
cac5fd5
Factory methods for heap-allocated SkImageFilter objects.
by commit-bot@chromium.org
· 11 years ago
c3bd8af
add peekPixels to SkCanvas and SkSurface
by commit-bot@chromium.org
· 11 years ago
bda591c
Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/)
by commit-bot@chromium.org
· 11 years ago
b2d93a9
add peekPixels to SkCanvas and SkSurface
by mike@reedtribe.org
· 11 years ago
eb9a46c
add legacy/helper allocN32Pixels, and convert gm to use it
by reed@google.com
· 11 years ago
8b66abb
Remove support for SK_CROP_RECT_IS_INT, now that it is no longer used in Blink or Chrome.
by senorblanco@chromium.org
· 11 years ago
b295fb6
Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing an SkRect and flags indicating which parameters are set.
by senorblanco@chromium.org
· 11 years ago
8fcad98
Implement crop rect for the dilate and erode (morphology) filters. This provoked some cleanup on the GPU side: apply_morphology() now deals with SkBitmaps, rather than GrTextures. There's still a clear opportunity for more refactoring between the two filters.
by senorblanco@chromium.org
· 11 years ago
1f2f338
Split SkDevice into SkBaseDevice and SkBitmapDevice
by robertphillips@google.com
· 11 years ago
9b051a3
Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready.
by robertphillips@google.com
· 11 years ago
3055b70
Split SkDevice out of SkBitmapDevice
by robertphillips@google.com
· 11 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
56dd630
Clamp dilate and erode radius to image width and height.
by senorblanco@chromium.org
· 13 years ago
05054f1
Erode and dilate image filter effects, CPU and GPU implementations.
by senorblanco@chromium.org
· 13 years ago