OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shiftUp
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkEdgeBuilder.h
25
int build(const SkPath& path, const SkIRect* clip, int
shiftUp
);
49
int buildPoly(const SkPath& path, const SkIRect* clip, int
shiftUp
);
SkEdgeBuilder.cpp
83
int
shiftUp
) {
107
setShiftedClip(&clip, *iclip,
shiftUp
);
121
if (edge->setLine(lines[i], lines[i + 1],
shiftUp
)) {
141
if (edge->setLine(pts[0], pts[1],
shiftUp
)) {
165
int
shiftUp
) {
168
fShiftUp =
shiftUp
;
170
SkScalar conicTol = SK_ScalarHalf * (1 <<
shiftUp
);
173
return this->buildPoly(path, iclip,
shiftUp
);
182
setShiftedClip(&clip, *iclip,
shiftUp
);
SkEdge.h
40
int
shiftUp
);
42
inline int setLine(const SkPoint& p0, const SkPoint& p1, int
shiftUp
);
73
int setQuadratic(const SkPoint pts[3], int
shiftUp
);
84
int setCubic(const SkPoint pts[4], const SkIRect* clip, int
shiftUp
);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
LongArray.java
557
// private static long
shiftUp
(long[] x, int xOff, int count)
569
private static long
shiftUp
(long[] x, int xOff, int count, int shift)
582
private static long
shiftUp
(long[] x, int xOff, long[] z, int zOff, int count, int shift)
[
all
...]
Completed in 466 milliseconds