Searched refs:Sk48Dot16 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp998 typedef int64_t Sk48Dot16; typedef
1000 static inline float Sk48Dot16ToScalar(Sk48Dot16 x) {
1004 static void join_bounds_x(const SkGlyph& g, SkRect* bounds, Sk48Dot16 dx) {
1012 static void join_bounds_y(const SkGlyph& g, SkRect* bounds, Sk48Dot16 dy) {
1020 typedef void (*JoinBoundsProc)(const SkGlyph&, SkRect*, Sk48Dot16);
1060 Sk48Dot16 x = advance(*g, xyIndex);
1196 Sk48Dot16 max = SkScalarToFixed(maxWidth);
1197 Sk48Dot16 width = 0;
/external/skia/src/core/
H A DSkPaint.cpp1030 typedef int64_t Sk48Dot16; typedef
1032 static inline float Sk48Dot16ToScalar(Sk48Dot16 x) {
1036 static void join_bounds_x(const SkGlyph& g, SkRect* bounds, Sk48Dot16 dx) {
1044 static void join_bounds_y(const SkGlyph& g, SkRect* bounds, Sk48Dot16 dy) {
1052 typedef void (*JoinBoundsProc)(const SkGlyph&, SkRect*, Sk48Dot16);
1092 Sk48Dot16 x = advance(*g, xyIndex);
1235 Sk48Dot16 max = SkScalarToFixed(maxWidth);
1236 Sk48Dot16 width = 0;

Completed in 1054 milliseconds