index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
ports
/
SkScalerContext_win_dw.cpp
Commit message (
Expand
)
Author
Age
*
Start making all .cpp files compile-able on all platforms.
mtklein
2015-11-02
*
Add shared mutexes to the direct write cache code to get better parallelism.
herb
2015-10-27
*
Use SkAutoTExclusive guard in DirectWrite port.
herb
2015-10-23
*
Add a mutex to protect the DWrite calls.
herb
2015-10-21
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Remove &glyph from SkASSERT.
dcheng
2015-07-07
*
Support BGR with DirectWrite.
bungeman
2015-03-19
*
Factor text size device mapping in SkScalerContext.
bungeman
2014-12-05
*
remove unused kLCD_MaskFormat
reed
2014-11-13
*
Detect presence of dwrite_1.h.
bungeman
2014-09-10
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Fix error handling in DirectWrite with tiny text.
bungeman
2014-08-28
*
DirectWrite to use aliased if ClearType is empty.
Ben Wagner
2014-08-27
*
Get additional DW font metrics when available.
bungeman
2014-07-23
*
Remove vertical/horizontal metrics selection.
bungeman
2014-07-07
*
Remove SK_IGNORE_DWRITE_RENDERING_FIX.
Ben Wagner
2014-07-02
*
DirectWrite to detect GDI only fonts.
bungeman
2014-06-30
*
Remove unneeded return from DirectWrite.
Ben Wagner
2014-06-23
*
Better rendering detection with DirectWrite.
bungeman
2014-06-23
*
DirectWrite to not round already subpixel metrics.
bungeman
2014-06-20
*
Rename SkFontHost_win_dw.cpp SkScalerContext.
Ben Wagner
2014-06-05