Home | History | Annotate | Download | only in src

Lines Matching refs:metrics

113   /* Note: FreeType's vertical metrics grows downward while other FreeType coordinates
144 /* Note: FreeType's vertical metrics grows downward while other FreeType coordinates
146 *x = ft_face->glyph->metrics.horiBearingX - ft_face->glyph->metrics.vertBearingX;
147 *y = ft_face->glyph->metrics.horiBearingY - (-ft_face->glyph->metrics.vertBearingY);
193 extents->x_bearing = ft_face->glyph->metrics.horiBearingX;
194 extents->y_bearing = ft_face->glyph->metrics.horiBearingY;
195 extents->width = ft_face->glyph->metrics.width;
196 extents->height = -ft_face->glyph->metrics.height;
421 (int) (((uint64_t) ft_face->size->metrics.x_scale * (uint64_t) ft_face->units_per_EM + (1<<15)) >> 16),
422 (int) (((uint64_t) ft_face->size->metrics.y_scale * (uint64_t) ft_face->units_per_EM + (1<<15)) >> 16));
424 ft_face->size->metrics.x_ppem,
425 ft_face->size->metrics.y_ppem);