Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkEdgeBuilder.cpp143 int SkEdgeBuilder::buildPoly(const SkPath& path, const SkIRect* iclip, int shiftUp, in buildPoly()
235 int SkEdgeBuilder::build(const SkPath& path, const SkIRect* iclip, int shiftUp, in build()
/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