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

  /external/freetype/src/base/
ftgasp.c 26 FT_UInt ppem )
42 while ( ppem > range->maxPPEM )
  /external/freetype/include/freetype/
ftgasp.h 65 * Grid-fitting and hinting should be performed at the specified ppem.
69 * Anti-aliased rendering should be performed at the specified ppem.
102 * ppem :: The vertical character pixel size.
113 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/
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 550 FT_UInt ppem,
560 if ( face->hdmx_record_sizes[nn] == ppem )
ttobjs.c 441 tt_metrics->ppem = 0;
688 /* Scale the cvt values to the new ppem. */
689 /* We use by default the y ppem to scale the CVT. */
836 size->ttmetrics.ppem = metrics->x_ppem;
845 size->ttmetrics.ppem = metrics->y_ppem;
    [all...]
ttinterp.c     [all...]
  /external/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...]

Completed in 105 milliseconds