/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/ |
cf2font.h | 72 CF2_Matrix innerTransform; /* for hinting; erect, scaled */ 73 CF2_Matrix outerTransform; /* post hinting; includes rotations */
|
/external/pdfium/third_party/freetype/src/cff/ |
cf2font.h | 72 CF2_Matrix innerTransform; /* for hinting; erect, scaled */ 73 CF2_Matrix outerTransform; /* post hinting; includes rotations */
|
/external/skia/gyp/ |
freetype.gypi | 40 '../third_party/externals/freetype/src/autofit/autofit.c', # auto hinting module 41 '../third_party/externals/freetype/src/pshinter/pshinter.c', # PS hinting module
|
/external/freetype/include/freetype/ |
ftbbox.h | 80 /* at a large ppem value (so that the hinting instructions can */
|
/external/freetype/src/autofit/ |
afindic.c | 5 /* Auto-fitter hinting routines for Indic writing system (body). */
|
/external/freetype/src/psaux/ |
psobjs.h | 159 FT_Bool hinting );
|
/external/freetype/src/truetype/ |
ttsubpix.h | 5 /* TrueType Subpixel Hinting. */
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
ftbbox.h | 80 /* at a large ppem value (so that the hinting instructions can */
|
ftautoh.h | 44 * Controlling the auto-hinting module. 121 * specify the script submodule the auto-hinter should use for hinting a 287 * face-specific property like @glyph-to-script-map, or by auto-hinting 332 * face-specific property like @glyph-to-script-map, or by auto-hinting 404 * activate the warp hinting code in the auto-hinter, this property 407 * Warping only works in `light' auto-hinting mode. The idea of the 437 * reload all faces that get auto-hinted in `light' hinting mode.
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
afindic.c | 5 /* Auto-fitter hinting routines for Indic writing system (body). */
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psaux/ |
psobjs.h | 159 FT_Bool hinting );
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/ |
ttsubpix.h | 5 /* TrueType Subpixel Hinting. */
|
/external/pdfium/third_party/freetype/include/freetype/ |
ftbbox.h | 80 /* at a large ppem value (so that the hinting instructions can */
|
ftautoh.h | 44 * Controlling the auto-hinting module. 121 * specify the script submodule the auto-hinter should use for hinting a 287 * face-specific property like @glyph-to-script-map, or by auto-hinting 332 * face-specific property like @glyph-to-script-map, or by auto-hinting 404 * activate the warp hinting code in the auto-hinter, this property 407 * Warping only works in `light' auto-hinting mode. The idea of the 437 * reload all faces that get auto-hinted in `light' hinting mode.
|
/external/pdfium/third_party/freetype/src/psaux/ |
psobjs.h | 159 FT_Bool hinting );
|
/external/pdfium/third_party/freetype/src/truetype/ |
ttsubpix.h | 5 /* TrueType Subpixel Hinting. */
|
/external/skia/site/user/ |
tips.md | 8 + [Does Skia support Font hinting?](#font-hinting) 143 <span id="font-hinting"></span> 145 Does Skia support Font hinting?
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftbbox.h | 80 /* at a large ppem value (so that the hinting instructions can */
|
ftautoh.h | 44 * Controlling the auto-hinting module. 121 * specify the script submodule the auto-hinter should use for hinting a 287 * face-specific property like @glyph-to-script-map, or by auto-hinting 332 * face-specific property like @glyph-to-script-map, or by auto-hinting 404 * activate the warp hinting code in the auto-hinter, this property 407 * Warping only works in `light' auto-hinting mode. The idea of the 437 * reload all faces that get auto-hinted in `light' hinting mode.
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/ |
cidgload.c | 247 0, /* hinting == 0 */ 289 FT_Bool hinting; local 311 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 && 322 hinting, 423 if ( !hinting || !decoder.builder.hints_funcs )
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/ |
t1gload.c | 278 FT_Bool hinting; local 324 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 && 335 FT_BOOL( hinting ), 461 /* First of all, scale the points, if we are not hinting */ 462 if ( !hinting || ! decoder.builder.hints_funcs )
|
/external/pdfium/third_party/freetype/src/cid/ |
cidgload.c | 236 0, /* hinting == 0 */ 278 FT_Bool hinting; local 300 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 && 311 hinting, 412 if ( !hinting || !decoder.builder.hints_funcs )
|
/external/pdfium/third_party/freetype/src/type1/ |
t1gload.c | 278 FT_Bool hinting; local 324 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 && 335 FT_BOOL( hinting ), 461 /* First of all, scale the points, if we are not hinting */ 462 if ( !hinting || ! decoder.builder.hints_funcs )
|
/external/skia/tests/ |
FontHostTest.cpp | 251 SkPaint::Hinting hinting; member in struct:__anon22552 284 paint.setHinting(settings[j].hinting); 294 // For no hinting and light hinting this should take the
|
/external/freetype/include/freetype/config/ |
ftoption.h | 161 /* hinting glyphs, and which should be executed as fast as possible. */ 265 /* FreeType uses the HarfBuzz library to improve auto-hinting of */ [all...] |