Searched defs:shiftUp (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkEdgeBuilder.cpp83 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);
82 buildPoly(const SkPath& path, const SkIRect* iclip, int shiftUp) argument
164 build(const SkPath& path, const SkIRect* iclip, int shiftUp) argument
/external/skia/src/core/
H A DSkEdgeBuilder.cpp83 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);
82 buildPoly(const SkPath& path, const SkIRect* iclip, int shiftUp) argument
164 build(const SkPath& path, const SkIRect* iclip, int shiftUp) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DLongArray.java557 // private static long shiftUp(long[] x, int xOff, int count)
569 private static long shiftUp(long[] x, int xOff, int count, int shift) method in class:LongArray
582 private static long shiftUp(long[] x, int xOff, long[] z, int zOff, int count, int shift) method in class:LongArray
914 shiftUp(T0, tOff >>> 1, T0, tOff, bMax, 1);
926 shiftUp(T0, 0, T1, 0, T0.length, 4);
927 // shiftUp(T0, bMax, T1, bMax, tOff, 4);
947 shiftUp(c, 0, cLen, 8);
961 shiftUp(c, 0, cLen, 8);
1046 shiftUp(T0, tOff >>> 1, T0, tOff, bMax, 1);
1058 shiftUp(T
[all...]

Completed in 2347 milliseconds