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
*
Cleanup: Remove a bunch of SkFontHost.h includes (unused).
tfarina
2014-12-18
*
Replace use of deprecated CG methods.
bungeman
2014-12-10
*
Factor text size device mapping in SkScalerContext.
bungeman
2014-12-05
*
Use text size on Mac.
bungeman
2014-11-25
*
add roundOut that returns its result
reed
2014-11-19
*
remove unused kLCD_MaskFormat
reed
2014-11-13
*
make allocPixels throw on failure
reed
2014-09-02
*
Remove SkPaintOptionsAndroid
djsollen
2014-08-14
*
Revert of Remove SkPaintOptionsAndroid (patchset #5 of https://codereview.chr...
bsalomon
2014-08-13
*
Remove SkPaintOptionsAndroid
djsollen
2014-08-13
*
Revert "Remove SkPaintOptionsAndroid"
Derek Sollenberger
2014-08-06
*
Remove SkPaintOptionsAndroid
Derek Sollenberger
2014-08-06
*
Remove ALL font fallback logic from Skia.
djsollen
2014-08-06
*
Remove vertical/horizontal metrics selection.
bungeman
2014-07-07
*
Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/30868...
commit-bot@chromium.org
2014-05-30
*
Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)
commit-bot@chromium.org
2014-05-29
*
setConfig -> setInfo
commit-bot@chromium.org
2014-05-29
*
fix size_t/int warnings
commit-bot@chromium.org
2014-04-23
*
use colortype instead of config
reed@google.com
2014-02-20
*
Fix spelling of class name in comment.
commit-bot@chromium.org
2014-02-17
*
Refactor read and write buffers.
commit-bot@chromium.org
2014-01-30
*
Convert SkWriter32 to use an SkTDArray for its internal storage.
commit-bot@chromium.org
2014-01-14
*
Fix truncation of glyphs in SkScalerContext.cpp
robertphillips@google.com
2013-12-02
*
Reverting r12427
rmistry@google.com
2013-12-02
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-12-02
*
Document the SkScalerContext pure virtuals.
bungeman@google.com
2013-11-27
*
fix 8->1 bugs shown by removal of A1 config
reed@google.com
2013-11-27
*
Revert "Revert "remove kA1_Config, as it is no longer supported""
commit-bot@chromium.org
2013-11-26
*
Revert "remove kA1_Config, as it is no longer supported"
reed@google.com
2013-11-25
*
remove kA1_Config, as it is no longer supported
reed@google.com
2013-11-25
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-10-24
*
Initial error handling code
commit-bot@chromium.org
2013-10-23
*
force readbuffer clients to use specialized readFoo for flattenables
reed@google.com
2013-10-16
*
Upstream changes from Android
djsollen@google.com
2013-07-31
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-28
*
Fix metrics on Windows.
bungeman@google.com
2013-07-27
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-11
*
allow createScalerContext to return null, and then have the GDI backend trigg...
reed@google.com
2013-07-10
*
add size limit for using glyphcache. above that, draw using paths
reed@google.com
2013-06-04
*
API modifications needed to upstream Android font changes.
commit-bot@chromium.org
2013-05-13
*
Reverting 9083 & 9084 due to Android failures
robertphillips@google.com
2013-05-09
*
fix warning/error of uninitialized len
reed@google.com
2013-05-09
*
API modifications needed to upstream Android font changes.
commit-bot@chromium.org
2013-05-09
*
we only need one fontmetrics, since the paint (and fontcache) now know explic...
reed@google.com
2013-05-08
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-03
*
Detect color masks, and divert to draw-sprite instead of maskblitters.
reed@google.com
2013-05-02
*
remove SkFontHost::NextLogicalFont, and add android-specific function
reed@google.com
2013-03-26
*
limit SkFontHost::NextLogicalTypeface to only android (the only backend that
reed@google.com
2013-03-25
*
make SkFontHost::NextLogicalTypeface private (only called by SkScalerContext)
reed@google.com
2013-03-25
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-20
[next]