index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkPaint.cpp
Commit message (
Expand
)
Author
Age
*
merge from android tree:
djsollen@google.com
2011-02-23
*
reformatting to match coding style -- no logic changes
reed@google.com
2011-02-08
*
remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with
reed@google.com
2011-02-07
*
fix build for scalar==fixed
reed@google.com
2011-01-04
*
merge with changes for GPU backend
reed@android.com
2010-12-20
*
Allow zero text size to be specified for an SkPaint.
vandebo@chromium.org
2010-11-17
*
PDF: Add text support with a font framework (font embedding to come).
vandebo@chromium.org
2010-11-11
*
Add support for forcing autohinting.
agl@chromium.org
2010-06-17
*
Fix 64-bit Mac warnings/memory corruption
reed@android.com
2010-05-18
*
fix maxWidth when using linear-text
reed@android.com
2010-05-17
*
use 64bit intermediate to accumulate 16.16 widths, to avoid overflow
reed@android.com
2010-03-19
*
This patch allows the use of the native FreeType emboldening
senorblanco@chromium.org
2010-02-05
*
add containsText() api
reed@android.com
2010-02-05
*
skia: Always use aliased text when antialiasing is disabled.
agl@chromium.org
2010-01-21
*
add glyph->unichar query (inverse of a cmap)
reed@android.com
2010-01-08
*
Fix r466 which was causing Chromium valgrind failures.
agl@chromium.org
2010-01-04
*
Add flag to enable bitmap strikes.
agl@chromium.org
2010-01-04
*
fix warning in sampler
reed@android.com
2009-08-24
*
bzero SkPaint in its constructor, to allow us to cleanly use memcmp in our
reed@android.com
2009-08-13
*
Add SkFontHost::FilterRect() which allows the font host to filter our request
reed@android.com
2009-07-22
*
rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of the
reed@android.com
2009-07-22
*
Subpixel glyph rendering support.
agl@chromium.org
2009-07-21
*
detect nearly translate-only matrices when drawing bitmaps (for speed)
reed@android.com
2009-06-24
*
fix memory leak in new setXfermode()
reed@android.com
2009-06-24
*
move xfermode modes from porterduff into xfermode itself
reed@android.com
2009-06-22
*
API change: SkPath computeBounds -> getBounds
reed@android.com
2009-04-01
*
Add SkChunkAlloc::unalloc() to undo the last allocation, useful if the caller...
reed@android.com
2009-03-30
*
fix warnings
reed@android.com
2009-01-15
*
grab from latest android
reed@android.com
2008-12-17