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

/external/skia/src/core/
H A DSkEdgeBuilder.h46 int build(const SkPath& path, const SkIRect* clip, int shiftUp, bool clipToTheRight,
92 int buildPoly(const SkPath& path, const SkIRect* clip, int shiftUp, bool clipToTheRight);
95 int shiftUp) {
106 ((SkEdge*)edge)->setLine(pts[0], pts[1], shiftUp);
94 addPolyLine(SkPoint pts[], char* &edge, size_t edgeSize, char** &edgePtr, int shiftUp) argument
H A DSkEdgeBuilder.cpp255 int SkEdgeBuilder::buildPoly(const SkPath& path, const SkIRect* iclip, int shiftUp, argument
292 setShiftedClip(&clip, *iclip, shiftUp);
306 this->addPolyLine(lines + i, edge, edgeSize, edgePtr, shiftUp);
324 this->addPolyLine(pts, edge, edgeSize, edgePtr, shiftUp);
346 int SkEdgeBuilder::build(const SkPath& path, const SkIRect* iclip, int shiftUp, argument
350 fShiftUp = shiftUp;
354 return this->buildPoly(path, iclip, shiftUp, canCullToTheRight);
366 setShiftedClip(&clip, *iclip, shiftUp);
/external/skqp/src/core/
H A DSkEdgeBuilder.h46 int build(const SkPath& path, const SkIRect* clip, int shiftUp, bool clipToTheRight,
92 int buildPoly(const SkPath& path, const SkIRect* clip, int shiftUp, bool clipToTheRight);
95 int shiftUp) {
106 ((SkEdge*)edge)->setLine(pts[0], pts[1], shiftUp);
94 addPolyLine(SkPoint pts[], char* &edge, size_t edgeSize, char** &edgePtr, int shiftUp) argument
H A DSkEdgeBuilder.cpp255 int SkEdgeBuilder::buildPoly(const SkPath& path, const SkIRect* iclip, int shiftUp, argument
292 setShiftedClip(&clip, *iclip, shiftUp);
306 this->addPolyLine(lines + i, edge, edgeSize, edgePtr, shiftUp);
324 this->addPolyLine(pts, edge, edgeSize, edgePtr, shiftUp);
346 int SkEdgeBuilder::build(const SkPath& path, const SkIRect* iclip, int shiftUp, argument
350 fShiftUp = shiftUp;
354 return this->buildPoly(path, iclip, shiftUp, canCullToTheRight);
366 setShiftedClip(&clip, *iclip, shiftUp);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DLongArray.java576 // private static long shiftUp(long[] x, int xOff, int count)
588 private static long shiftUp(long[] x, int xOff, int count, int shift) method in class:LongArray
601 private static long shiftUp(long[] x, int xOff, long[] z, int zOff, int count, int shift) method in class:LongArray
933 shiftUp(T0, tOff >>> 1, T0, tOff, bMax, 1);
945 shiftUp(T0, 0, T1, 0, T0.length, 4);
946 // shiftUp(T0, bMax, T1, bMax, tOff, 4);
966 shiftUp(c, 0, cLen, 8);
980 shiftUp(c, 0, cLen, 8);
1065 shiftUp(T0, tOff >>> 1, T0, tOff, bMax, 1);
1077 shiftUp(T
[all...]

Completed in 168 milliseconds