Home
last modified time | relevance | path

Searched refs:Sk48Dot16 (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkFixed.h159 typedef int64_t Sk48Dot16; typedef
163 static inline float Sk48Dot16ToScalar(Sk48Dot16 x) { in Sk48Dot16ToScalar()
166 #define SkFloatTo48Dot16(x) (static_cast<Sk48Dot16>((x) * (1 << 16)))
/external/skia/src/core/
DSkPaint.cpp764 static void join_bounds_x(const SkGlyph& g, SkRect* bounds, Sk48Dot16 dx) { in join_bounds_x()
772 static void join_bounds_y(const SkGlyph& g, SkRect* bounds, Sk48Dot16 dy) { in join_bounds_y()
780 typedef void (*JoinBoundsProc)(const SkGlyph&, SkRect*, Sk48Dot16);
818 Sk48Dot16 x = advance(*g, xyIndex); in measure_text()
928 Sk48Dot16 max = SkScalarTo48Dot16(maxWidth); in breakText()
929 Sk48Dot16 width = 0; in breakText()
DSkDraw.cpp1458 Sk48Dot16 fx = SkScalarTo48Dot16(position.fX); in operator ()()
1459 Sk48Dot16 fy = SkScalarTo48Dot16(position.fY); in operator ()()