HomeSort by relevance Sort by last modified time
    Searched refs:ppem (Results 1 - 25 of 29) sorted by null

1 2

  /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...]
cf2font.h 69 CF2_Fixed ppem; /* transform-dependent */ member in struct:CF2_FontRec_
  /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 );
  /external/chromium_org/third_party/ots/src/
head.h 15 uint16_t ppem; member in struct:ots::OpenTypeHEAD
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) ||
  /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 );
  /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/freetype/src/truetype/
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...]
ttsubpix.h 78 FT_UInt ppem,
87 FT_UInt ppem,
ttpload.h 67 FT_UInt ppem,
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 */
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 577 FT_UInt ppem,
587 if ( face->hdmx_record_sizes[nn] == ppem )
ttobjs.c 782 tt_metrics->ppem = 0;
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttpload.h 67 FT_UInt ppem,
ttobjs.h 222 /* - All CVT values are scaled to the maximum ppem size. */
230 /* We choose ppem = x_ppem = 14 as the CVT scaling size. All cvt */
234 /* y_ratio = y_ppem/ppem (< 1.0) */
253 /* The current ppem is simply */
254 /* ratio * ppem */
269 FT_UShort ppem; /* maximum ppem size */ member in struct:TT_Size_Metrics_
ttpload.c 577 FT_UInt ppem,
587 if ( face->hdmx_record_sizes[nn] == ppem )
ttobjs.c 754 tt_metrics->ppem = 0;
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh     [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh     [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 272 /* maxPPEM :: The maximum ppem value to which `gaspFlag' applies. */
326 /* ppem :: The pixels per EM value at which these metrics apply. */
334 FT_Byte ppem; member in struct:TT_HdmxEntryRec_
    [all...]
  /external/freetype/src/autofit/
aflatin.c 625 FT_UInt ppem; local
629 ppem = metrics->root.scaler.face->size->metrics.x_ppem;
636 ppem <= limit &&
637 ppem >= AF_PROP_INCREASE_X_HEIGHT_MIN )
    [all...]

Completed in 1485 milliseconds

1 2