HomeSort by relevance Sort by last modified time
    Searched refs:SkFDot6 (Results 1 - 4 of 4) sorted by null

  /external/skia/include/core/
SkFDot6.h 22 typedef int32_t SkFDot6;
28 inline SkFDot6 SkIntToFDot6(S16CPU x) {
42 inline SkFixed SkFDot6ToFixed(SkFDot6 x) {
49 #define SkScalarToFDot6(x) (SkFDot6)((x) * 64)
54 inline SkFixed SkFDot6Div(SkFDot6 a, SkFDot6 b) {
  /external/skia/src/core/
SkEdge.cpp 19 #include "SkFDot6.h"
37 SkFDot6 x0, y0, x1, y1;
149 static inline SkFDot6 cheap_distance(SkFDot6 dx, SkFDot6 dy)
161 static inline int diff_to_shift(SkFDot6 dx, SkFDot6 dy)
164 SkFDot6 dist = cheap_distance(dx, dy);
178 SkFDot6 x0, y0, x1, y1, x2, y2;
218 SkFDot6 dx = ((x1 << 1) - x0 - x2) >> 2
    [all...]
SkScan_Hairline.cpp 21 #include "SkFDot6.h"
53 // be missed after we convert to SkFDot6 (overflow)
60 SkFDot6 x0 = SkScalarToFDot6(pts[0].fX);
61 SkFDot6 y0 = SkScalarToFDot6(pts[0].fY);
62 SkFDot6 x1 = SkScalarToFDot6(pts[1].fX);
63 SkFDot6 y1 = SkScalarToFDot6(pts[1].fY);
92 SkFDot6 dx = x1 - x0;
93 SkFDot6 dy = y1 - y0;
97 SkTSwap<SkFDot6>(x0, x1);
98 SkTSwap<SkFDot6>(y0, y1)
    [all...]
SkScan_Antihair.cpp 23 #include "SkFDot6.h"
214 static inline SkFixed fastfixdiv(SkFDot6 a, SkFDot6 b) {
220 static void do_anti_hairline(SkFDot6 x0, SkFDot6 y0, SkFDot6 x1, SkFDot6 y1,
246 SkTSwap<SkFDot6>(x0, x1);
247 SkTSwap<SkFDot6>(y0, y1);
312 SkTSwap<SkFDot6>(x0, x1)
    [all...]

Completed in 18 milliseconds