/external/freetype/src/truetype/ |
ttobjs.c | 782 tt_metrics->ppem = 0; [all...] |
ttpload.c | 579 FT_UInt ppem, 589 if ( face->hdmx_record_sizes[nn] == ppem )
|
ttgload.c | 927 FT_UInt ppem = loader->size->metrics.x_ppem; local 949 ppem, 962 if ( x_scale_factor != 1000 && ppem > 11 ) 964 FT_MulFix( 1280 * ppem, [all...] |
/external/pdfium/third_party/freetype/src/truetype/ |
ttobjs.c | 789 tt_metrics->ppem = 0; [all...] |
ttpload.c | 579 FT_UInt ppem, 589 if ( face->hdmx_record_sizes[nn] == ppem )
|
/external/harfbuzz_ng/src/ |
hb-ot-layout-common-private.hh | [all...] |
hb-ft.cc | 57 * for that, such that no rounding etc happens. As such, we don't set ppem, and
|
/external/harfbuzz_ng/test/api/ |
test-font.c | 403 /* Check ppem */ 466 /* ppem */
|
/external/freetype/include/ |
fterrdef.h | 200 "invalid ppem value" )
|
ftautoh.h | 346 * For ppem values in the range 6~<= ppem <= `increase-x-height', round
|
ftglyph.h | 376 /* at a large ppem value (so that the hinting instructions can */ [all...] |
/external/pdfium/third_party/freetype/include/ |
fterrdef.h | 200 "invalid ppem value" )
|
ftautoh.h | 346 * For ppem values in the range 6~<= ppem <= `increase-x-height', round
|
ftglyph.h | 376 /* at a large ppem value (so that the hinting instructions can */ [all...] |
/external/freetype/src/sfnt/ |
ttsbit.c | 273 FT_UShort ppem, resolution; local 296 ppem = FT_GET_USHORT(); 306 metrics->x_ppem = ppem; 307 metrics->y_ppem = ppem; 309 ppem_ = (FT_Pos)ppem; [all...] |
/external/freetype/src/cff/ |
cf2ft.c | 46 #define CF2_MAX_SIZE cf2_intToFixed( 2000 ) /* max ppem */ 429 * `cf2_checkTransform'). The ppem value is needed to compute the stem
|
cf2blues.c | 409 /* 10ppem Arial */
|
/external/pdfium/third_party/freetype/src/cff/ |
cf2ft.c | 46 #define CF2_MAX_SIZE cf2_intToFixed( 2000 ) /* max ppem */ 429 * `cf2_checkTransform'). The ppem value is needed to compute the stem
|
cf2blues.c | 409 /* 10ppem Arial */
|
/external/freetype/src/base/ |
ftobjs.c | [all...] |
/external/pdfium/third_party/freetype/src/base/ |
ftobjs.c | [all...] |
/external/freetype/include/internal/ |
sfnt.h | 313 /* sbit strike exists for the selected ppem values. */ [all...] |
/external/freetype/src/autofit/ |
aflatin.c | 941 FT_UInt ppem; local 945 ppem = metrics->root.scaler.face->size->metrics.x_ppem; 952 ppem <= limit && 953 ppem >= AF_PROP_INCREASE_X_HEIGHT_MIN ) [all...] |
aflatin2.c | 570 FT_UInt ppem; local 574 ppem = metrics->root.scaler.face->size->metrics.x_ppem; 581 ppem <= limit && 582 ppem >= AF_PROP_INCREASE_X_HEIGHT_MIN ) [all...] |
/external/pdfium/third_party/freetype/include/internal/ |
sfnt.h | 313 /* sbit strike exists for the selected ppem values. */ [all...] |