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

  /external/skia/src/core/
SkFDot6.h 16 typedef int32_t SkFDot6;
23 inline SkFDot6 SkScalarRoundToFDot6(SkScalar x, int shift = 0)
44 inline SkFDot6 SkIntToFDot6(int x) {
58 inline SkFixed SkFDot6ToFixed(SkFDot6 x) {
64 #define SkScalarToFDot6(x) (SkFDot6)((x) * 64)
68 inline SkFixed SkFDot6Div(SkFDot6 a, SkFDot6 b) {
SkEdge.cpp 10 #include "SkFDot6.h"
28 static inline SkFixed SkFDot6ToFixedDiv2(SkFDot6 value) {
38 SkFDot6 x0, y0, x1, y1;
77 const SkFDot6 dy = SkEdge_Compute_DY(top, y0);
118 const SkFDot6 dy = SkEdge_Compute_DY(top, y0);
152 static inline SkFDot6 cheap_distance(SkFDot6 dx, SkFDot6 dy)
164 static inline int diff_to_shift(SkFDot6 dx, SkFDot6 dy, int shiftAA = 2
    [all...]
SkAnalyticEdge.cpp 9 #include "SkFDot6.h"
16 static inline SkFixed quick_inverse(SkFDot6 x) {
206 static inline SkFixed quick_div(SkFDot6 a, SkFDot6 b) {
212 SkFDot6 abs_a = SkAbs32(a);
213 SkFDot6 abs_b = SkAbs32(b);
256 SkFDot6 dy = SkFixedToFDot6(y1 - y0);
260 SkFDot6 dx = SkFixedToFDot6(x1 - x0);
301 SkFDot6 dx = SkFixedToFDot6(x1 - x0);
302 SkFDot6 dy = SkFixedToFDot6(y1 - y0)
    [all...]
SkScan_Antihair.cpp 12 #include "SkFDot6.h"
254 static inline SkFixed fastfixdiv(SkFDot6 a, SkFDot6 b) {
282 static bool canConvertFDot6ToFixed(SkFDot6 x) {
294 static int contribution_64(SkFDot6 ordinate) {
307 static void do_anti_hairline(SkFDot6 x0, SkFDot6 y0, SkFDot6 x1, SkFDot6 y1,
570 SkFDot6 x0 = SkScalarToFDot6(pts[0].fX)
    [all...]
SkEdge.h 11 #include "SkFDot6.h"
91 SkFDot6 x0, y0, x1, y1;
126 const SkFDot6 dy = SkEdge_Compute_DY(top, y0);
SkScan_Hairline.cpp 13 #include "SkFDot6.h"
39 static bool canConvertFDot6ToFixed(SkFDot6 x) {
70 // be missed after we convert to SkFDot6 (overflow)
75 SkFDot6 x0 = SkScalarToFDot6(pts[0].fX);
76 SkFDot6 y0 = SkScalarToFDot6(pts[0].fY);
77 SkFDot6 x1 = SkScalarToFDot6(pts[1].fX);
78 SkFDot6 y1 = SkScalarToFDot6(pts[1].fY);
110 SkFDot6 dx = x1 - x0;
111 SkFDot6 dy = y1 - y0;
  /external/skqp/src/core/
SkFDot6.h 16 typedef int32_t SkFDot6;
23 inline SkFDot6 SkScalarRoundToFDot6(SkScalar x, int shift = 0)
44 inline SkFDot6 SkIntToFDot6(int x) {
58 inline SkFixed SkFDot6ToFixed(SkFDot6 x) {
64 #define SkScalarToFDot6(x) (SkFDot6)((x) * 64)
68 inline SkFixed SkFDot6Div(SkFDot6 a, SkFDot6 b) {
SkEdge.cpp 10 #include "SkFDot6.h"
28 static inline SkFixed SkFDot6ToFixedDiv2(SkFDot6 value) {
38 SkFDot6 x0, y0, x1, y1;
77 const SkFDot6 dy = SkEdge_Compute_DY(top, y0);
118 const SkFDot6 dy = SkEdge_Compute_DY(top, y0);
152 static inline SkFDot6 cheap_distance(SkFDot6 dx, SkFDot6 dy)
164 static inline int diff_to_shift(SkFDot6 dx, SkFDot6 dy, int shiftAA = 2
    [all...]
SkAnalyticEdge.cpp 9 #include "SkFDot6.h"
16 static inline SkFixed quick_inverse(SkFDot6 x) {
206 static inline SkFixed quick_div(SkFDot6 a, SkFDot6 b) {
212 SkFDot6 abs_a = SkAbs32(a);
213 SkFDot6 abs_b = SkAbs32(b);
256 SkFDot6 dy = SkFixedToFDot6(y1 - y0);
260 SkFDot6 dx = SkFixedToFDot6(x1 - x0);
301 SkFDot6 dx = SkFixedToFDot6(x1 - x0);
302 SkFDot6 dy = SkFixedToFDot6(y1 - y0)
    [all...]
SkScan_Antihair.cpp 12 #include "SkFDot6.h"
254 static inline SkFixed fastfixdiv(SkFDot6 a, SkFDot6 b) {
282 static bool canConvertFDot6ToFixed(SkFDot6 x) {
294 static int contribution_64(SkFDot6 ordinate) {
307 static void do_anti_hairline(SkFDot6 x0, SkFDot6 y0, SkFDot6 x1, SkFDot6 y1,
570 SkFDot6 x0 = SkScalarToFDot6(pts[0].fX)
    [all...]
SkEdge.h 11 #include "SkFDot6.h"
91 SkFDot6 x0, y0, x1, y1;
126 const SkFDot6 dy = SkEdge_Compute_DY(top, y0);
SkScan_Hairline.cpp 13 #include "SkFDot6.h"
39 static bool canConvertFDot6ToFixed(SkFDot6 x) {
70 // be missed after we convert to SkFDot6 (overflow)
75 SkFDot6 x0 = SkScalarToFDot6(pts[0].fX);
76 SkFDot6 y0 = SkScalarToFDot6(pts[0].fY);
77 SkFDot6 x1 = SkScalarToFDot6(pts[1].fX);
78 SkFDot6 y1 = SkScalarToFDot6(pts[1].fY);
110 SkFDot6 dx = x1 - x0;
111 SkFDot6 dy = y1 - y0;

Completed in 2970 milliseconds