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

  /external/chromium_org/third_party/skia/src/core/
SkFDot6.h 16 typedef int32_t SkFDot6;
22 inline SkFDot6 SkIntToFDot6(S16CPU x) {
36 inline SkFixed SkFDot6ToFixed(SkFDot6 x) {
43 #define SkScalarToFDot6(x) (SkFDot6)((x) * 64)
50 inline SkFixed SkFDot6Div(SkFDot6 a, SkFDot6 b) {
SkEdge.cpp 11 #include "SkFDot6.h"
26 static inline SkFixed SkFDot6ToFixedDiv2(SkFDot6 value) {
36 SkFDot6 x0, y0, x1, y1;
150 static inline SkFDot6 cheap_distance(SkFDot6 dx, SkFDot6 dy)
162 static inline int diff_to_shift(SkFDot6 dx, SkFDot6 dy)
165 SkFDot6 dist = cheap_distance(dx, dy);
179 SkFDot6 x0, y0, x1, y1, x2, y2
    [all...]
SkScan_Hairline.cpp 13 #include "SkFDot6.h"
37 static bool canConvertFDot6ToFixed(SkFDot6 x) {
65 // be missed after we convert to SkFDot6 (overflow)
72 SkFDot6 x0 = SkScalarToFDot6(pts[0].fX);
73 SkFDot6 y0 = SkScalarToFDot6(pts[0].fY);
74 SkFDot6 x1 = SkScalarToFDot6(pts[1].fX);
75 SkFDot6 y1 = SkScalarToFDot6(pts[1].fY);
109 SkFDot6 dx = x1 - x0;
110 SkFDot6 dy = y1 - y0;
114 SkTSwap<SkFDot6>(x0, x1)
    [all...]
SkScan_Antihair.cpp 15 #include "SkFDot6.h"
320 static inline SkFixed fastfixdiv(SkFDot6 a, SkFDot6 b) {
348 static bool canConvertFDot6ToFixed(SkFDot6 x) {
360 static int contribution_64(SkFDot6 ordinate) {
373 static void do_anti_hairline(SkFDot6 x0, SkFDot6 y0, SkFDot6 x1, SkFDot6 y1,
415 SkTSwap<SkFDot6>(x0, x1)
    [all...]
SkEdge.h 14 #include "SkFDot6.h"
89 SkFDot6 x0, y0, x1, y1;
  /external/skia/src/core/
SkFDot6.h 16 typedef int32_t SkFDot6;
22 inline SkFDot6 SkIntToFDot6(S16CPU x) {
36 inline SkFixed SkFDot6ToFixed(SkFDot6 x) {
43 #define SkScalarToFDot6(x) (SkFDot6)((x) * 64)
50 inline SkFixed SkFDot6Div(SkFDot6 a, SkFDot6 b) {
SkEdge.cpp 11 #include "SkFDot6.h"
26 static inline SkFixed SkFDot6ToFixedDiv2(SkFDot6 value) {
36 SkFDot6 x0, y0, x1, y1;
150 static inline SkFDot6 cheap_distance(SkFDot6 dx, SkFDot6 dy)
162 static inline int diff_to_shift(SkFDot6 dx, SkFDot6 dy)
165 SkFDot6 dist = cheap_distance(dx, dy);
179 SkFDot6 x0, y0, x1, y1, x2, y2
    [all...]
SkScan_Hairline.cpp 13 #include "SkFDot6.h"
37 static bool canConvertFDot6ToFixed(SkFDot6 x) {
65 // be missed after we convert to SkFDot6 (overflow)
72 SkFDot6 x0 = SkScalarToFDot6(pts[0].fX);
73 SkFDot6 y0 = SkScalarToFDot6(pts[0].fY);
74 SkFDot6 x1 = SkScalarToFDot6(pts[1].fX);
75 SkFDot6 y1 = SkScalarToFDot6(pts[1].fY);
109 SkFDot6 dx = x1 - x0;
110 SkFDot6 dy = y1 - y0;
114 SkTSwap<SkFDot6>(x0, x1)
    [all...]
SkScan_Antihair.cpp 15 #include "SkFDot6.h"
320 static inline SkFixed fastfixdiv(SkFDot6 a, SkFDot6 b) {
348 static bool canConvertFDot6ToFixed(SkFDot6 x) {
360 static int contribution_64(SkFDot6 ordinate) {
373 static void do_anti_hairline(SkFDot6 x0, SkFDot6 y0, SkFDot6 x1, SkFDot6 y1,
415 SkTSwap<SkFDot6>(x0, x1)
    [all...]
SkEdge.h 14 #include "SkFDot6.h"
89 SkFDot6 x0, y0, x1, y1;

Completed in 77 milliseconds