/external/skia/include/ports/ |
SkTypeface_win.h | 50 * Creates an SkFontMgr which renders using DirectWrite and obtains its data 53 * If DirectWrite could not be initialized, will return NULL. 58 * Creates an SkRemotableFontMgr backed by DirectWrite using the default 61 * If DirectWrite could not be initialized, will return NULL.
|
/external/skia/src/utils/win/ |
SkDWriteFontFileStream.h | 48 * This allows DirectWrite to read an SkStream.
|
SkDWrite.cpp | 41 "Could not create DirectWrite factory.");
|
/external/skia/resources/ |
slides_content2.lua | 15 - Fonts : CoreText, FreeType, GDI, DirectWrite 39 - Runtime switch between GDI and DirectWrite
|
slides_content.lua | 85 - DirectWrite on windows
|
/external/harfbuzz_ng/src/ |
hb-shaper-list.hh | 50 HB_SHAPER_IMPLEMENT (directwrite)
|
hb-directwrite.cc | 25 #define HB_SHAPER directwrite 34 #include "hb-directwrite.h" 45 HB_SHAPER_DATA_ENSURE_DECLARE(directwrite, face) 46 HB_SHAPER_DATA_ENSURE_DECLARE(directwrite, font) 190 DEBUG_MSG(DIRECTWRITE, face, "Face has empty blob"); 205 DEBUG_MSG (DIRECTWRITE, face, "Face AddFontMemResourceEx() failed"); 261 DEBUG_MSG (DIRECTWRITE, font, "Font populate_log_font() failed"); 269 DEBUG_MSG (DIRECTWRITE, font, "Font CreateFontIndirectW() failed"); 276 DEBUG_MSG (DIRECTWRITE, font, "Font SelectObject() failed"); 695 DEBUG_MSG (DIRECTWRITE, NULL, __VA_ARGS__); [all...] |
Makefile.sources | 133 HB_DIRECTWRITE_sources = hb-directwrite.cc 134 HB_DIRECTWRITE_headers = hb-directwrite.h
|
/external/harfbuzz_ng/win32/ |
info-msvc.mak | 26 !if "$(DIRECTWRITE)" == "1" 27 INC_FEATURES = $(INC_FEATURES) DirectWrite 83 @echo DIRECTWRITE: 84 @echo Enable DirectWrite support, requires a recent enough Windows SDK.
|
config-msvc.mak | 23 # Directwrite is needed for DirectWrite shaping support 191 !if "$(DIRECTWRITE)" == "1"
|
README.txt | 71 DIRECTWRITE: Enable (experimental) DirectWrite platform shaper support,
|
config.h.win32.in | 21 /* Have DirectWrite Library */
|
/external/harfbuzz_ng/ |
configure.ac | 364 AC_ARG_WITH(directwrite, 365 [AS_HELP_STRING([--with-directwrite=@<:@yes/no/auto@:>@], 366 [Use the DirectWrite library (experimental) @<:@default=no@:>@])],, 375 AC_MSG_ERROR([directwrite support requested but not found]) 382 AC_DEFINE(HAVE_DIRECTWRITE, 1, [Have DirectWrite library]) 504 DirectWrite: ${have_directwrite}
|
NEWS | 6 - DirectWrite backend improvements. Note: DirectWrite backend is 128 - Very rough directwrite shaper for testing, thanks to Ebrahim Byagowi. [all...] |
/external/skia/src/ports/ |
SkScalerContext_win_dw.cpp | 216 // DirectWrite's IDWriteFontFace::GetRecommendedRenderingMode does not do 221 // FreeType allows for separate ppemX and ppemY, but DirectWrite assumes 342 //DirectWrite does not provide this information. 383 // DirectWrite produced 'compatible' metrics, but while close, 767 //It may not be needed, it appears that DirectWrite only hints at em size.
|
SkTypeface_win_dw.cpp | 264 // DirectWrite does not provide for hinting hints.
|
SkFontMgr_fontconfig.cpp | 57 * Somewhat like DirectWrite, FontConfig supports synthetics through FC_EMBOLDEN and FC_MATRIX. [all...] |
/external/freetype/include/ |
ftttdrv.h | 123 * equivalent to the hinting provided by DirectWrite ClearType (as
|
/external/freetype/src/truetype/ |
ttinterp.h | 268 /* (DirectWrite ClearType)? */
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/ |
ttinterp.h | 268 /* (DirectWrite ClearType)? */
|
/external/pdfium/third_party/freetype/src/truetype/ |
ttinterp.h | 268 /* (DirectWrite ClearType)? */
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftttdrv.h | 123 * equivalent to the hinting provided by DirectWrite ClearType (as
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
ftttdrv.h | 200 * equivalent to the hinting provided by DirectWrite ClearType (as
|
/external/pdfium/third_party/freetype/include/freetype/ |
ftttdrv.h | 200 * equivalent to the hinting provided by DirectWrite ClearType (as
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/reference/ |
ft2-tt_driver.html | 173 <p>Version 38 corresponds to MS rasterizer v.1.9; it is roughly equivalent to the hinting provided by DirectWrite ClearType (as can be found, for example, in the Internet Explorer 9 running on Windows 7).</p>
|