.. |
animator
|
Update more directories under src/ to follow C++11 style rule for {virtual,override}.
|
2015-04-27 17:18:28 -07:00 |
c
|
add stroke params to c api
|
2015-01-10 17:59:31 -08:00 |
codec
|
remove dead code behind BOOL_ONGETINFO
|
2015-05-05 11:36:02 -07:00 |
core
|
Make drawImage a virtual on SkDevice
|
2015-05-05 12:54:33 -07:00 |
device/xps
|
remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical
|
2015-05-04 08:32:51 -07:00 |
doc
|
SkPDF: clean up uses of deprecated calls in SkDocument_PDF
|
2015-05-05 08:00:24 -07:00 |
effects
|
remove dead code for SK_SUPPORT_LEGACY_RADIAL_GRADIENT_SQRT
|
2015-05-05 07:55:19 -07:00 |
fonts
|
Update {virtual,override} to follow C++11 style in src/fonts.
|
2015-04-24 14:25:33 -07:00 |
gpu
|
Make drawImage a virtual on SkDevice
|
2015-05-05 12:54:33 -07:00 |
image
|
Make drawImage a virtual on SkDevice
|
2015-05-05 12:54:33 -07:00 |
images
|
remove dead code behind BOOL_ONGETINFO
|
2015-05-05 11:36:02 -07:00 |
lazy
|
Update src/svg to follow C++11 style rule for {virtual,override}.
|
2015-05-04 06:40:31 -07:00 |
opts
|
De-proc Color32
|
2015-04-27 15:11:01 -07:00 |
pathops
|
use pathops utils to improve precision of cubic chopping in scan converter
|
2015-04-30 07:47:13 -07:00 |
pdf
|
SkPDF: Remove unused deprecated functions in SkPDFTypes
|
2015-05-05 11:28:55 -07:00 |
pipe
|
Make drawImage a virtual on SkDevice
|
2015-05-05 12:54:33 -07:00 |
ports
|
remove dead code behind BOOL_ONGETINFO
|
2015-05-05 11:36:02 -07:00 |
sfnt
|
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
|
2015-03-25 18:17:32 -07:00 |
svg
|
Update src/svg to follow C++11 style rule for {virtual,override}.
|
2015-05-04 06:40:31 -07:00 |
utils
|
Make drawImage a virtual on SkDevice
|
2015-05-05 12:54:33 -07:00 |
views
|
This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types.
|
2015-04-30 14:18:54 -07:00 |
xml
|
[SVGDevice] Text whitespace unittest
|
2015-02-20 13:54:40 -08:00 |