Home
last modified time | relevance | path

Searched refs:shiftUp (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkEdge.h38 int setLine(const SkPoint& p0, const SkPoint& p1, const SkIRect* clip, int shiftUp);
40 inline int setLine(const SkPoint& p0, const SkPoint& p1, int shiftUp);
71 bool setQuadraticWithoutUpdate(const SkPoint pts[3], int shiftUp);
72 int setQuadratic(const SkPoint pts[3], int shiftUp);
83 bool setCubicWithoutUpdate(const SkPoint pts[4], int shiftUp);
84 int setCubic(const SkPoint pts[4], int shiftUp);
DSkEdgeBuilder.cpp240 int SkEdgeBuilder::buildPoly(const SkPath& path, const SkIRect* iclip, int shiftUp, in buildPoly() argument
264 setShiftedClip(&clip, *iclip, shiftUp); in buildPoly()
280 ((SkEdge*)edge)->setLine(lines[i], lines[i + 1], shiftUp); in buildPoly()
311 ((SkEdge*)edge)->setLine(pts[0], pts[1], shiftUp); in buildPoly()
344 int SkEdgeBuilder::build(const SkPath& path, const SkIRect* iclip, int shiftUp, in build() argument
348 fShiftUp = shiftUp; in build()
352 return this->buildPoly(path, iclip, shiftUp, canCullToTheRight); in build()
364 setShiftedClip(&clip, *iclip, shiftUp); in build()
DSkEdgeBuilder.h25 int build(const SkPath& path, const SkIRect* clip, int shiftUp, bool clipToTheRight,
68 int buildPoly(const SkPath& path, const SkIRect* clip, int shiftUp, bool clipToTheRight);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DLongArray.java588 private static long shiftUp(long[] x, int xOff, int count, int shift) in shiftUp() method in LongArray
601 private static long shiftUp(long[] x, int xOff, long[] z, int zOff, int count, int shift) in shiftUp() method in LongArray
933 shiftUp(T0, tOff >>> 1, T0, tOff, bMax, 1); in modMultiplyLD()
945 shiftUp(T0, 0, T1, 0, T0.length, 4); in modMultiplyLD()
966 shiftUp(c, 0, cLen, 8); in modMultiplyLD()
980 shiftUp(c, 0, cLen, 8); in modMultiplyLD()
1065 shiftUp(T0, tOff >>> 1, T0, tOff, bMax, 1); in modMultiply()
1077 shiftUp(T0, 0, T1, 0, T0.length, 4); in modMultiply()
1251 shiftUp(c, aLen, c, bOff += bMax, bMax, bank); in modMultiplyAlt()
1311 shiftUp(c, aLen, bTotal, banks); in modMultiplyAlt()
[all …]