OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkFDot6
(Results
1 - 9
of
9
) sorted by null
/external/skia/legacy/include/core/
SkFDot6.h
15
typedef int32_t
SkFDot6
;
21
inline
SkFDot6
SkIntToFDot6(S16CPU x) {
35
inline SkFixed SkFDot6ToFixed(
SkFDot6
x) {
42
#define SkScalarToFDot6(x) (
SkFDot6
)((x) * 64)
47
inline SkFixed SkFDot6Div(
SkFDot6
a,
SkFDot6
b) {
/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"
94
SkFDot6
x0, y0, x1, y1;
/external/skia/legacy/src/core/
SkEdge.cpp
11
#include "
SkFDot6
.h"
30
SkFDot6
x0, y0, x1, y1;
142
static inline
SkFDot6
cheap_distance(
SkFDot6
dx,
SkFDot6
dy)
154
static inline int diff_to_shift(
SkFDot6
dx,
SkFDot6
dy)
157
SkFDot6
dist = cheap_distance(dx, dy);
171
SkFDot6
x0, y0, x1, y1, x2, y2;
211
SkFDot6
dx = ((x1 << 1) - x0 - x2) >> 2
[
all
...]
SkScan_Hairline.cpp
13
#include "
SkFDot6
.h"
45
// be missed after we convert to
SkFDot6
(overflow)
52
SkFDot6
x0 = SkScalarToFDot6(pts[0].fX);
53
SkFDot6
y0 = SkScalarToFDot6(pts[0].fY);
54
SkFDot6
x1 = SkScalarToFDot6(pts[1].fX);
55
SkFDot6
y1 = SkScalarToFDot6(pts[1].fY);
84
SkFDot6
dx = x1 - x0;
85
SkFDot6
dy = y1 - y0;
89
SkTSwap<
SkFDot6
>(x0, x1);
90
SkTSwap<
SkFDot6
>(y0, y1)
[
all
...]
SkScan_Antihair.cpp
15
#include "
SkFDot6
.h"
206
static inline SkFixed fastfixdiv(
SkFDot6
a,
SkFDot6
b) {
212
static void do_anti_hairline(
SkFDot6
x0,
SkFDot6
y0,
SkFDot6
x1,
SkFDot6
y1,
238
SkTSwap<
SkFDot6
>(x0, x1);
239
SkTSwap<
SkFDot6
>(y0, y1);
304
SkTSwap<
SkFDot6
>(x0, x1)
[
all
...]
Completed in 95 milliseconds