index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkScalerContext.cpp
Commit message (
Expand
)
Author
Age
*
Merge changes from the android repo upstream to Skia
djsollen@google.com
2012-02-15
*
Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");
tomhudson@google.com
2011-12-28
*
remove GetGammaFlag from SkFontHost
reed@google.com
2011-11-22
*
enable soft clipping (yikes)
reed@google.com
2011-10-24
*
move SkComputeAxisAlignmentForHText(const SkMatrix& matrix) out of inline,
reed@google.com
2011-08-24
*
refactor utility code to create a mask (any format) from the path, for those
reed@google.com
2011-08-22
*
add api for scalers to force us to use skia to generate their bits from their
reed@google.com
2011-08-05
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
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
*
code style
reed@google.com
2011-04-11
*
check-point for kLCD16_Format mask support
reed@google.com
2011-03-10
*
Implement SkScalerContext_Windows::generateGlyphCount() and provide access vi...
ctguil@chromium.org
2011-03-04
*
call glyph::init() on tmpGlyph, so we have a properly initialized fMaskFormat
reed@google.com
2011-02-18
*
remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with
reed@google.com
2011-02-07
*
merge with changes for GPU backend
reed@android.com
2010-12-20
*
add glyph->unichar query (inverse of a cmap)
reed@android.com
2010-01-08
*
reinstate the empty check, and always initialize the format field
reed@android.com
2009-12-08
*
Remove check for empty devPath
agl@chromium.org
2009-12-02
*
Win32 build fix (unreviewed).
senorblanco@chromium.org
2009-11-25
*
add checks for exceeding 16bits, and apply those for glyphs in getMetrics()
reed@android.com
2009-11-21
*
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
*
use sk_bzero instead of bzero, since it isn't always available.
reed@android.com
2009-06-29
*
API change: SkPath computeBounds -> getBounds
reed@android.com
2009-04-01
*
use static_cast
reed@android.com
2009-03-23
*
promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rect
reed@android.com
2009-03-19
*
Simplify font-chaining (fallbacks) to have fonthost just return the next
reed@android.com
2009-03-17
*
handle failure when creating a scalercontext
reed@android.com
2009-02-11
*
fix warnings
reed@android.com
2009-01-15
*
grab from latest android
reed@android.com
2008-12-17