index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
device
/
xps
/
SkXPSDevice.cpp
Commit message (
Expand
)
Author
Age
*
Change device factories to take SkImageInfo instead of SkBitmap::Config
commit-bot@chromium.org
2014-02-16
*
Fix SkXPSDevice
senorblanco@chromium.org
2014-02-05
*
Move distance field font code into GrDistanceFieldTextContext.
commit-bot@chromium.org
2013-12-19
*
Fix Windows build after the SkAutoFoo guard CL.
mtklein@google.com
2013-11-18
*
Override drawRRect in fake SkBitmapDevices.
scroggo@google.com
2013-11-12
*
Hook in rough distance field support for fonts
jvanverth@google.com
2013-11-11
*
Minor changes to XPS device.
bungeman@google.com
2013-10-01
*
Split SkDevice into SkBaseDevice and SkBitmapDevice
robertphillips@google.com
2013-08-29
*
My clang now doesn't complain about !"foo".
mtklein@google.com
2013-08-22
*
Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...
robertphillips@google.com
2013-08-20
*
Split SkDevice out of SkBitmapDevice
robertphillips@google.com
2013-08-20
*
drawBitmap* cleanup
robertphillips@google.com
2013-07-25
*
Clean up a few warnings on Windows x64.
bungeman@google.com
2013-07-22
*
Add canFilterMaskGPU & filterMaskGPU to SkMaskFilter
robertphillips@google.com
2013-07-03
*
XPS ttc handling.
commit-bot@chromium.org
2013-05-07
*
switch to typeface api for tables
reed@google.com
2013-03-21
*
Enable init'ed but unused var warning on windows for closer parity with mac/l...
bsalomon@google.com
2013-03-21
*
Always round text position correctly.
bungeman@google.com
2013-02-25
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Fix VC++ warning and Android only code for 7317.
bungeman@google.com
2013-01-22
*
Make SkShader store localM directly rather than as a separate alloc.
bsalomon@google.com
2012-10-31
*
SkTCopyOnFirstWrite
bsalomon@google.com
2012-10-11
*
Remove external matrix feature.
bsalomon@google.com
2012-10-08
*
Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-un...
rileya@google.com
2012-07-25
*
extend asAGradient for Conical type (to be implemented by PDF and XPS)
reed@google.com
2012-06-07
*
XPS filter and rasterize hairlines.
bungeman@google.com
2012-04-05
*
Fixing blurred shadows on hairline paths when rendering to XPS device
junov@chromium.org
2012-04-04
*
Fixing the drawing of blurred shodows for hairline paths with software rendering
junov@chromium.org
2012-04-04
*
Formatting cleanup: remove extra whitespace
vandebo@chromium.org
2012-01-28
*
Subpixel text 3/8 of a pixel too far to the right.
bungeman@google.com
2012-01-13
*
add allowImageFilter() so a device can allow/disallow filters
reed@google.com
2012-01-06
*
Formatting only, multi-line call actually fits on one line.
bungeman@google.com
2012-01-03
*
check for empty glyph run and exit early if so.
reed@google.com
2011-12-12
*
add SK_OVERRIDE, move subclass impls of virtuals into .cpp
reed@google.com
2011-12-07
*
Add xps device to skia.
bungeman@google.com
2011-10-10