OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkFDot6Round
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkFDot6.h
32
#define
SkFDot6Round
(x) (((x) + 32) >> 6)
SkEdge.cpp
62
int top =
SkFDot6Round
(y0);
63
int bot =
SkFDot6Round
(y1);
103
int top =
SkFDot6Round
(y0);
104
int bot =
SkFDot6Round
(y1);
210
int top =
SkFDot6Round
(y0);
211
int bot =
SkFDot6Round
(y2);
375
int top =
SkFDot6Round
(y0);
376
int bot =
SkFDot6Round
(y3);
SkEdge.h
115
int top =
SkFDot6Round
(y0);
116
int bot =
SkFDot6Round
(y1);
SkScan_Hairline.cpp
117
int ix0 =
SkFDot6Round
(x0);
118
int ix1 =
SkFDot6Round
(x1);
132
int iy0 =
SkFDot6Round
(y0);
133
int iy1 =
SkFDot6Round
(y1);
/external/skia/src/core/
SkFDot6.h
32
#define
SkFDot6Round
(x) (((x) + 32) >> 6)
SkEdge.cpp
62
int top =
SkFDot6Round
(y0);
63
int bot =
SkFDot6Round
(y1);
103
int top =
SkFDot6Round
(y0);
104
int bot =
SkFDot6Round
(y1);
210
int top =
SkFDot6Round
(y0);
211
int bot =
SkFDot6Round
(y2);
375
int top =
SkFDot6Round
(y0);
376
int bot =
SkFDot6Round
(y3);
SkEdge.h
115
int top =
SkFDot6Round
(y0);
116
int bot =
SkFDot6Round
(y1);
SkScan_Hairline.cpp
117
int ix0 =
SkFDot6Round
(x0);
118
int ix1 =
SkFDot6Round
(x1);
132
int iy0 =
SkFDot6Round
(y0);
133
int iy1 =
SkFDot6Round
(y1);
Completed in 838 milliseconds