/external/icu4c/layout/ |
DeviceTables.cpp | 21 le_int16 DeviceTable::getAdjustment(le_uint16 ppem) const 27 if (ppem >= start && ppem <= SWAPW(endSize) && format < FORMAT_COUNT) { 28 le_uint16 sizeIndex = ppem - start;
|
DeviceTables.h | 28 le_int16 getAdjustment(le_uint16 ppem) const;
|
/external/chromium_org/third_party/ots/src/ |
head.cc | 46 if (!table.ReadU16(&file->head->ppem)) { 50 // ppem must be in range 51 if (file->head->ppem < 16 || 52 file->head->ppem > 16384) { 56 // ppem must be a power of two 60 if ((file->head->ppem - 1) & file->head->ppem) { 127 !out->WriteU16(file->head->ppem) ||
|
gasp.h | 17 // A array of (max PPEM, GASP behavior) pairs.
|
head.h | 15 uint16_t ppem; member in struct:ots::OpenTypeHEAD
|
/external/chromium_org/third_party/freetype/src/cff/ |
cf2font.c | 50 CF2_Fixed ppem, 88 scaledStem = FT_MulFix( stemWidthPer1000, ppem ); 90 if ( ppem > CF2_FIXED_ONE && 111 *darkenAmount = FT_DivFix( cf2_intToFixed( 400 ), ppem ); 114 *darkenAmount = FT_DivFix( cf2_intToFixed( 525 ), ppem ) - 119 *darkenAmount = FT_DivFix( cf2_intToFixed( 275 ), ppem ); 122 *darkenAmount = FT_DivFix( cf2_intToFixed( 963 ), ppem ) - 152 CF2_Fixed ppem; local 162 /* if ppem has changed, we need to recompute some cached data */ 163 /* note: because of CID font matrix concatenation, ppem and transform * [all...] |
/external/freetype/src/cff/ |
cf2font.c | 50 CF2_Fixed ppem, 88 scaledStem = FT_MulFix( stemWidthPer1000, ppem ); 90 if ( ppem > CF2_FIXED_ONE && 111 *darkenAmount = FT_DivFix( cf2_intToFixed( 400 ), ppem ); 114 *darkenAmount = FT_DivFix( cf2_intToFixed( 525 ), ppem ) - 119 *darkenAmount = FT_DivFix( cf2_intToFixed( 275 ), ppem ); 122 *darkenAmount = FT_DivFix( cf2_intToFixed( 963 ), ppem ) - 152 CF2_Fixed ppem; local 162 /* if ppem has changed, we need to recompute some cached data */ 163 /* note: because of CID font matrix concatenation, ppem and transform * [all...] |
/external/chromium_org/third_party/freetype/src/base/ |
ftgasp.c | 26 FT_UInt ppem ) 42 while ( ppem > range->maxPPEM )
|
/external/freetype/src/base/ |
ftgasp.c | 26 FT_UInt ppem ) 42 while ( ppem > range->maxPPEM )
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ftgasp.h | 65 * Grid-fitting and hinting should be performed at the specified ppem. 70 * Anti-aliased rendering should be performed at the specified ppem. 110 * ppem :: The vertical character pixel size. 121 FT_UInt ppem );
|
ftbbox.h | 80 /* at a large ppem value (so that the hinting instructions can */
|
/external/chromium_org/third_party/freetype/src/truetype/ |
ttpload.h | 67 FT_UInt ppem,
|
ttsubpix.h | 78 FT_UInt ppem, 87 FT_UInt ppem,
|
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_
|
ttsubpix.c | 820 FT_UInt ppem, 834 if ( rule[i].ppem == 0 || 835 rule[i].ppem == ppem ) 851 FT_UInt ppem, 865 if ( rule[i].ppem == 0 || 866 rule[i].ppem == ppem ) 882 FT_UInt ppem, 886 return scale_test_tweak( face, family, ppem, style, glyph_index 908 int ppem = loader->size->metrics.x_ppem; local [all...] |
ttinterp.h | 124 const FT_UInt ppem; member in struct:SPH_TweakRule_ 134 const FT_UInt ppem; member in struct:SPH_ScaleRule_ 233 FT_Int cur_ppem; /* ppem along the current proj vector */
|
/external/freetype/include/freetype/ |
ftgasp.h | 65 * Grid-fitting and hinting should be performed at the specified ppem. 70 * Anti-aliased rendering should be performed at the specified ppem. 110 * ppem :: The vertical character pixel size. 121 FT_UInt ppem );
|
ftbbox.h | 80 /* at a large ppem value (so that the hinting instructions can */
|
/external/freetype/src/truetype/ |
ttpload.h | 67 FT_UInt ppem,
|
ttsubpix.h | 78 FT_UInt ppem, 87 FT_UInt ppem,
|
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_
|
ttsubpix.c | 820 FT_UInt ppem, 834 if ( rule[i].ppem == 0 || 835 rule[i].ppem == ppem ) 851 FT_UInt ppem, 865 if ( rule[i].ppem == 0 || 866 rule[i].ppem == ppem ) 882 FT_UInt ppem, 886 return scale_test_tweak( face, family, ppem, style, glyph_index 908 int ppem = loader->size->metrics.x_ppem; local [all...] |
ttinterp.h | 124 const FT_UInt ppem; member in struct:SPH_TweakRule_ 134 const FT_UInt ppem; member in struct:SPH_ScaleRule_ 233 FT_Int cur_ppem; /* ppem along the current proj vector */
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-head-table.hh | 70 * Bit 3: Force ppem to integer values for all 72 * ppem sizes if this bit is clear;
|
/external/harfbuzz_ng/src/ |
hb-ot-head-table.hh | 70 * Bit 3: Force ppem to integer values for all 72 * ppem sizes if this bit is clear;
|