Home | History | Annotate | Download | only in src

Lines Matching refs:ppem

1188   inline int get_delta (unsigned int ppem, int scale) const
1190 if (!ppem) return 0;
1192 int pixels = get_delta_pixels (ppem);
1196 return (int) (pixels * (int64_t) scale / ppem);
1222 USHORT startSize; /* Smallest size to correct--in ppem */
1223 USHORT endSize; /* Largest size to correct--in ppem */