HomeSort by relevance Sort by last modified time
    Searched refs:ppem (Results 1 - 11 of 11) 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.
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/
ttpload.h 67 FT_UInt ppem,
ttobjs.h 223 /* - All CVT values are scaled to the maximum ppem size. */
231 /* We choose ppem = x_ppem = 14 as the CVT scaling size. All cvt */
235 /* y_ratio = y_ppem/ppem (< 1.0) */
254 /* The current ppem is simply */
255 /* ratio * ppem */
270 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 761 tt_metrics->ppem = 0;
    [all...]
ttinterp.c     [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh     [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 913 milliseconds