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

  /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/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 );
fterrdef.h 196 "invalid ppem value" )
freetype.h 275 /* x_ppem :: The horizontal ppem (nominal width) in 26.6 fractional */
278 /* y_ppem :: The vertical ppem (nominal height) in 26.6 fractional */
    [all...]
  /external/freetype/src/base/
ftgasp.c 26 FT_UInt ppem )
42 while ( ppem > range->maxPPEM )
ftobjs.c     [all...]
  /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_
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...]
ttpload.c 550 FT_UInt ppem,
560 if ( face->hdmx_record_sizes[nn] == ppem )
ttinterp.h 190 FT_Int cur_ppem; /* ppem along the current proj vector */
ttinterp.c     [all...]
ttgload.c 97 /* apparently does: It uses the ppem value as the advance height, and */
    [all...]
  /external/freetype/include/freetype/internal/
sfnt.h 386 /* sbit strike exists for the selected ppem values. */
466 /* sbit strike exists for the selected ppem values. */
    [all...]
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/raster/
ftraster.c 650 /* High :: Set to True for high precision (typically for ppem < 18), */
    [all...]

Completed in 271 milliseconds