Home
last modified time | relevance | path

Searched refs:SkScalarToHBFixed (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DHarfBuzzNGFaceSkia.cpp71 *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()
DHarfBuzzNGFaceSkia.h49 static inline hb_position_t SkScalarToHBFixed(SkScalar value) { in SkScalarToHBFixed() function