/external/freetype/src/autofit/ |
afglobal.c | 5 /* Auto-fitter routines to compute global hinting values (body). */ 155 * XXX: Shouldn't we rather disable hinting? 274 * XXX: Shouldn't we disable hinting or do something similar?
|
afhints.h | 5 /* Auto-fitter hinting routines (specification). */ 191 * hinting instruction. 200 * hinting instruction. Typical candidates are control points and
|
aftypes.h | 172 #define AF_SCALER_FLAG_NO_HORIZONTAL 1U /* disable horizontal hinting */ 173 #define AF_SCALER_FLAG_NO_VERTICAL 2U /* disable vertical hinting */ 174 #define AF_SCALER_FLAG_NO_ADVANCE 4U /* disable advance hinting */
|
afglobal.h | 5 /* Auto-fitter routines to compute global hinting values */
|
aflatin.h | 5 /* Auto-fitter hinting routines for latin writing system */
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/reference/ |
ft2-gasp_table.html | 112 <p>The function <a href="ft2-gasp_table.html#FT_Get_Gasp">FT_Get_Gasp</a> can be used to query a TrueType or OpenType font for specific entries in its ‘gasp’ table, if any. This is mainly useful when implementing native TrueType hinting with the bytecode interpreter to duplicate the Windows text rendering results.</p> 133 <p>Grid-fitting and hinting should be performed at the specified ppem. This <b>really</b> means TrueType bytecode interpretation. If this bit is not set, no hinting gets applied.</p>
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
afblue.dat | 246 // During the hinting process, all coordinate values between those two lines 328 // Define a blue zone for horizontal hinting (i.e., vertical blue 329 // zones). If not set, this is a blue zone for vertical hinting.
|
afglobal.c | 5 /* Auto-fitter routines to compute global hinting values (body). */ 154 * XXX: Shouldn't we rather disable hinting? 273 * XXX: Shouldn't we disable hinting or do something similar?
|
afhints.h | 5 /* Auto-fitter hinting routines (specification). */ 191 * hinting instruction. 200 * hinting instruction. Typical candidates are control points and
|
aftypes.h | 172 #define AF_SCALER_FLAG_NO_HORIZONTAL 1U /* disable horizontal hinting */ 173 #define AF_SCALER_FLAG_NO_VERTICAL 2U /* disable vertical hinting */ 174 #define AF_SCALER_FLAG_NO_ADVANCE 4U /* disable advance hinting */
|
afglobal.h | 5 /* Auto-fitter routines to compute global hinting values */
|
aflatin.h | 5 /* Auto-fitter hinting routines for latin writing system */
|
/external/skia/tests/ |
PaintTest.cpp | 212 const SkPaint::Hinting hinting[] = { local 253 FOR_SETUP(j, hinting, setHinting)
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
freetype.h | 303 /* dimensions of the hinted glyph (in case hinting is applicable). */ [all...] |
/external/freetype/include/freetype/internal/ |
fttrace.h | 79 /* PostScript hinting module `pshinter' */
|
/external/freetype/src/cff/ |
cffgload.c | 250 /* hinting :: Whether hinting is active. */ 257 FT_Bool hinting ) 279 if ( hinting && size ) 378 /* hinting :: Whether hinting is active. */ 380 /* hint_mode :: The hinting mode. */ 387 FT_Bool hinting, 397 cff_builder_init( &decoder->builder, face, size, slot, hinting ); 2742 FT_Bool hinting, scaled, force_scaling; local [all...] |
/external/harfbuzz_ng/test/shaping/ |
record-test.sh | 48 --no-hinting \
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/ |
fttrace.h | 79 /* PostScript hinting module `pshinter' */
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/ |
cffgload.c | 250 /* hinting :: Whether hinting is active. */ 257 FT_Bool hinting ) 279 if ( hinting && size ) 378 /* hinting :: Whether hinting is active. */ 380 /* hint_mode :: The hinting mode. */ 387 FT_Bool hinting, 397 cff_builder_init( &decoder->builder, face, size, slot, hinting ); 2616 FT_Bool hinting, scaled, force_scaling; local [all...] |
/external/pdfium/third_party/freetype/include/freetype/internal/ |
fttrace.h | 79 /* PostScript hinting module `pshinter' */
|
/external/pdfium/third_party/freetype/src/cff/ |
cffgload.c | 250 /* hinting :: Whether hinting is active. */ 257 FT_Bool hinting ) 279 if ( hinting && size ) 378 /* hinting :: Whether hinting is active. */ 380 /* hint_mode :: The hinting mode. */ 387 FT_Bool hinting, 397 cff_builder_init( &decoder->builder, face, size, slot, hinting ); 2616 FT_Bool hinting, scaled, force_scaling; local [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
LastComposedWord.java | 33 // no hinting from the IME. It happens when some external event happens (rotating the device,
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/ |
INSTALL.ANY | 80 src/autofit/autofit.c -- auto hinting module 88 src/pshinter/pshinter.c -- PS hinting module
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/ |
modules.cfg | 78 #### hinting modules 87 # The TrueType hinting engine doesn't have a module of its own but is
|
/external/skia/src/ports/ |
SkFontHost_mac.cpp | 1980 SkPaint::Hinting hinting = rec->getHinting(); local [all...] |