/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
afloader.c | 228 * versus the CFF driver at smaller sizes, e.g., at 9ppem and below. 561 FT_Fixed ppem, em_ratio; local 567 ppem = FT_MAX( af_intToFixed( 4 ), 600 FT_MSB( (FT_UInt32)ppem ); 608 scaled_stem = FT_MulFix( stem_width_per_1000, ppem ); 612 darken_amount = FT_DivFix( af_intToFixed( y1 ), ppem ); 619 FT_DivFix( af_intToFixed( x1 ), ppem ); 626 FT_DivFix( af_intToFixed( y1 ), ppem ); 636 FT_DivFix( af_intToFixed( x2 ), ppem ); 643 FT_DivFix( af_intToFixed( y2 ), ppem ); [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...] |
aflatin.c | 964 FT_UInt ppem; local 968 ppem = metrics->root.scaler.face->size->metrics.x_ppem; 975 ppem <= limit && 976 ppem >= AF_PROP_INCREASE_X_HEIGHT_MIN ) [all...] |
/external/freetype/src/truetype/ |
ttinterp.h | 70 /* getting current ppem. Take care of non-square pixels if necessary */ 116 const FT_UInt ppem; member in struct:SPH_TweakRule_ 126 const FT_UInt ppem; member in struct:SPH_ScaleRule_ 244 TT_Cur_Ppem_Func func_cur_ppem; /* get current proj. ppem value */
|
ttobjs.h | 225 /* - All CVT values are scaled to the maximum ppem size. */ 233 /* We choose ppem = x_ppem = 14 as the CVT scaling size. All cvt */ 237 /* y_ratio = y_ppem/ppem (< 1.0) */ 256 /* The current ppem is simply */ 257 /* ratio * ppem */ 272 FT_UShort ppem; /* maximum ppem size */ member in struct:TT_Size_Metrics_
|
ttpload.c | 579 FT_UInt ppem, 589 if ( face->hdmx_record_sizes[nn] == ppem )
|
ttobjs.c | 782 tt_metrics->ppem = 0; [all...] |
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...] |
ttinterp.c | [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/ |
ttinterp.h | 70 /* getting current ppem. Take care of non-square pixels if necessary */ 116 const FT_UInt ppem; member in struct:SPH_TweakRule_ 126 const FT_UInt ppem; member in struct:SPH_ScaleRule_ 244 TT_Cur_Ppem_Func func_cur_ppem; /* get current proj. ppem value */
|
ttobjs.h | 214 /* - All CVT values are scaled to the maximum ppem size. */ 222 /* We choose ppem = x_ppem = 14 as the CVT scaling size. All cvt */ 226 /* y_ratio = y_ppem/ppem (< 1.0) */ 245 /* The current ppem is simply */ 246 /* ratio * ppem */ 261 FT_UShort ppem; /* maximum ppem size */ member in struct:TT_Size_Metrics_
|
ttpload.c | 593 FT_UInt ppem, 603 if ( face->hdmx_record_sizes[nn] == ppem )
|
ttobjs.c | 831 tt_metrics->ppem = 0; [all...] |
ttgload.c | 904 FT_UInt ppem = loader->size->metrics.x_ppem; local 926 ppem, 939 if ( x_scale_factor != 1000 && ppem > 11 ) 941 FT_MulFix( 1280 * ppem, [all...] |
/external/pdfium/third_party/freetype/src/truetype/ |
ttinterp.h | 70 /* getting current ppem. Take care of non-square pixels if necessary */ 116 const FT_UInt ppem; member in struct:SPH_TweakRule_ 126 const FT_UInt ppem; member in struct:SPH_ScaleRule_ 244 TT_Cur_Ppem_Func func_cur_ppem; /* get current proj. ppem value */
|
ttobjs.h | 214 /* - All CVT values are scaled to the maximum ppem size. */ 222 /* We choose ppem = x_ppem = 14 as the CVT scaling size. All cvt */ 226 /* y_ratio = y_ppem/ppem (< 1.0) */ 245 /* The current ppem is simply */ 246 /* ratio * ppem */ 261 FT_UShort ppem; /* maximum ppem size */ member in struct:TT_Size_Metrics_
|
ttpload.c | 587 FT_UInt ppem, 597 if ( face->hdmx_record_sizes[nn] == ppem )
|
ttobjs.c | 831 tt_metrics->ppem = 0; [all...] |
ttgload.c | 902 FT_UInt ppem = loader->size->metrics.x_ppem; local 924 ppem, 937 if ( x_scale_factor != 1000 && ppem > 11 ) 939 FT_MulFix( 1280 * ppem, [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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/ |
ttsbit.c | 333 FT_UShort upem, ppem, resolution; local 356 ppem = FT_GET_USHORT(); 366 metrics->x_ppem = ppem; 367 metrics->y_ppem = ppem; 369 ppem_ = (FT_Pos)ppem; [all...] |
/external/pdfium/third_party/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/harfbuzz_ng/src/ |
hb-ot-layout-common-private.hh | [all...] |
/external/freetype/src/autofit/ |
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...] |
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...] |