/external/libdrm/intel/ |
intel_bufmgr_priv.h | 54 * Allocate a buffer object, hinting that it will be used as a
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/amiga/ |
smakefile | 172 # freetype library PS hinting module
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/reference/ |
ft2-error_code_values.html | 308 "glyph too big for hinting" )
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/ |
ttdriver.c | 378 /* are necessary to disable hinting for tricky fonts */
|
/external/skia/samplecode/ |
SampleRegion.cpp | 64 // may need to outset bounds a little, to account for hinting and/or
|
SampleFilterFuzz.cpp | 170 static SkPaint::Hinting make_paint_hinting() { 171 return static_cast<SkPaint::Hinting>(R(SkPaint::kFull_Hinting+1));
|
/external/skia/src/ports/ |
SkFontHost_win.cpp | 619 // When GDI hinting, remove the entire Y scale from sA and GsA. (Prevents 'linear' metrics.) 620 // When not hinting, remove only the integer Y scale from sA and GsA. (Applied by GDI.) 636 // When not hinting, scale was computed with kVerticalInteger, so is already an integer. 639 // When hinting, scale was computed with kVertical, stating that our port can handle [all...] |
SkScalerContext_win_dw.cpp | 341 //and where the right/left side bearing ends up after hinting. 766 //TODO: convert to<->from DIUs? This would make a difference if hinting.
|
/frameworks/base/graphics/java/android/graphics/ |
Paint.java | 168 * When this flag is enabled, font hinting is disabled to prevent shape 218 * Font hinter option that disables font hinting. 225 * Font hinter option that enables font hinting. 460 // TODO: Turning off hinting has undesirable side effects, we need to 461 // revisit hinting once we add support for subpixel positioning 486 // TODO: Turning off hinting has undesirable side effects, we need to 487 // revisit hinting once we add support for subpixel positioning 621 * Return the paint's hinting mode. Returns either 631 * Set the paint's hinting mode. May be either [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
unordered_map.h | 334 * for more on @a hinting. 391 * for more on @a hinting. [all...] |
unordered_set.h | 319 * For more on @a hinting, see: 367 * For more on @a hinting, see: 912 * For more on @a hinting, see: [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
unordered_map.h | 334 * for more on @a hinting. 391 * for more on @a hinting. [all...] |
unordered_set.h | 319 * For more on @a hinting, see: 367 * For more on @a hinting, see: 912 * For more on @a hinting, see: [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
unordered_map.h | 334 * for more on @a hinting. 391 * for more on @a hinting. [all...] |
unordered_set.h | 319 * For more on @a hinting, see: 367 * For more on @a hinting, see: 912 * For more on @a hinting, see: [all...] |
/prebuilts/misc/darwin-x86_64/sdl2_ttf/include/SDL2/ |
SDL_ttf.h | 108 extern DECLSPEC void SDLCALL TTF_SetFontHinting(TTF_Font *font, int hinting);
|
/prebuilts/misc/windows/sdl2_ttf/i686-w64-mingw32/include/SDL2/ |
SDL_ttf.h | 108 extern DECLSPEC void SDLCALL TTF_SetFontHinting(TTF_Font *font, int hinting);
|
/prebuilts/misc/windows/sdl2_ttf/x86_64-w64-mingw32/include/SDL2/ |
SDL_ttf.h | 108 extern DECLSPEC void SDLCALL TTF_SetFontHinting(TTF_Font *font, int hinting);
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
unordered_map.h | 364 * for more on @a hinting. 421 * for more on @a hinting. [all...] |
unordered_set.h | 348 * For more on @a hinting, see: 396 * For more on @a hinting, see: [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/ |
ChangeLog.22 | 513 hinting for italic/oblique fonts. [all...] |
/external/freetype/src/truetype/ |
ttobjs.c | [all...] |
/external/pdfium/third_party/freetype/src/truetype/ |
ttobjs.c | 687 /* Determine whether unpatented hinting is to be used for this face. */ [all...] |
/external/freetype/src/base/ |
ftobjs.c | 648 * - Do only auto-hinting if we have a hinter module, a scalable font 655 * - Otherwise, auto-hint for LIGHT hinting mode or if there isn't 656 * any hinting bytecode in the TrueType/OpenType font. 702 FT_AutoHinter_Interface hinting; local 731 hinting = (FT_AutoHinter_Interface)hinter->clazz->module_interface; 733 error = hinting->load_glyph( (FT_AutoHinter)hinter, 932 /* discard auto-hinting data */ [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
ftobjs.c | 648 * - Do only auto-hinting if we have a hinter module, a scalable font 655 * - Otherwise, auto-hint for LIGHT hinting mode or if there isn't 656 * any hinting bytecode in the TrueType/OpenType font. 703 FT_AutoHinter_Interface hinting; local 732 hinting = (FT_AutoHinter_Interface)hinter->clazz->module_interface; 734 error = hinting->load_glyph( (FT_AutoHinter)hinter, 933 /* discard auto-hinting data */ [all...] |