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

/external/skia/src/core/
H A DSkEdgeBuilder.cpp82 int SkEdgeBuilder::buildPoly(const SkPath& path, const SkIRect* iclip, int shiftUp, argument
107 setShiftedClip(&clip, *iclip, shiftUp);
121 if (edge->setLine(lines[i], lines[i + 1], shiftUp)) {
141 if (edge->setLine(pts[0], pts[1], shiftUp)) {
164 int SkEdgeBuilder::build(const SkPath& path, const SkIRect* iclip, int shiftUp, argument
168 fShiftUp = shiftUp;
171 return this->buildPoly(path, iclip, shiftUp, canCullToTheRight);
183 setShiftedClip(&clip, *iclip, shiftUp);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DLongArray.java574 // private static long shiftUp(long[] x, int xOff, int count)
586 private static long shiftUp(long[] x, int xOff, int count, int shift) method in class:LongArray
599 private static long shiftUp(long[] x, int xOff, long[] z, int zOff, int count, int shift) method in class:LongArray
931 shiftUp(T0, tOff >>> 1, T0, tOff, bMax, 1);
943 shiftUp(T0, 0, T1, 0, T0.length, 4);
944 // shiftUp(T0, bMax, T1, bMax, tOff, 4);
964 shiftUp(c, 0, cLen, 8);
978 shiftUp(c, 0, cLen, 8);
1063 shiftUp(T0, tOff >>> 1, T0, tOff, bMax, 1);
1075 shiftUp(T
[all...]

Completed in 72 milliseconds