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
*
suppress printfs
reed@google.com
2011-07-05
*
remove obsolete text codepaths
reed@google.com
2011-06-27
*
Add support for 8 bits/component glyphs, to
caryclark@google.com
2011-06-22
*
add 2nd parameter to SkFontHost::NextLogicalFont()
reed@google.com
2011-06-13
*
Increase use of SkMatrix::hasPerspective(), merge in has_perspective().
tomhudson@google.com
2011-06-06
*
setHinting modifies fFlags in places, so call it last (after initializing fFl...
reed@google.com
2011-05-18
*
encode current LCD orientation and order into font-cache-key
reed@google.com
2011-05-18
*
add debugging test for building SkDescriptor
reed@google.com
2011-05-04
*
Upstream android changes.
djsollen@google.com
2011-04-15
*
add filterTextFlags() to SkDevice (virtual) to allow device subclasses to
reed@google.com
2011-03-15
*
Don't use LCD16 if SK_SUPPORT_LCDTEXT is defined (for compatibility)
reed@google.com
2011-03-14
*
check-point for kLCD16_Format mask support
reed@google.com
2011-03-10
*
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