Searched refs:SkScalarToHBFixed (Results 1 – 2 of 2) sorted by relevance
71 *width = SkScalarToHBFixed(skWidth); in SkiaGetGlyphWidthAndExtents()74 extents->x_bearing = SkScalarToHBFixed(skBounds.fLeft); in SkiaGetGlyphWidthAndExtents()75 extents->y_bearing = SkScalarToHBFixed(-skBounds.fTop); in SkiaGetGlyphWidthAndExtents()76 extents->width = SkScalarToHBFixed(skBounds.width()); in SkiaGetGlyphWidthAndExtents()77 extents->height = SkScalarToHBFixed(-skBounds.height()); in SkiaGetGlyphWidthAndExtents()
49 static inline hb_position_t SkScalarToHBFixed(SkScalar value) { in SkScalarToHBFixed() function