Home
last modified time | relevance | path

Searched defs:yOff (Results 1 – 17 of 17) sorted by relevance

/external/skia/gm/
Danisotropic.cpp70 int yOff; in onDraw() local
85 int xOff, yOff; in onDraw() local
Dmegalooper.cpp164 SkLayerDrawLooper* create1Looper(SkScalar xOff, SkScalar yOff, SkColor color) { in create1Looper()
208 SkLayerDrawLooper* create4Looper(SkScalar xOff, SkScalar yOff) { in create4Looper()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
DNat224.java38 public static int add(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in add()
92 public static int addBothTo(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in addBothTo()
228 public static boolean diff(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in diff()
300 public static boolean gte(int[] x, int xOff, int[] y, int yOff) in gte()
406 public static void mul(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mul()
513 public static int mulAddTo(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mulAddTo()
556 public static long mul33Add(int w, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in mul33Add()
647 public static int mulWordAddTo(int x, int[] y, int yOff, int[] z, int zOff) in mulWordAddTo()
1050 public static int sub(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in sub()
DNat256.java41 public static int add(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in add()
101 public static int addBothTo(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in addBothTo()
251 public static boolean diff(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in diff()
323 public static boolean gte(int[] x, int xOff, int[] y, int yOff) in gte()
436 public static void mul(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mul()
554 public static int mulAddTo(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mulAddTo()
601 public static long mul33Add(int w, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in mul33Add()
702 public static int mulWordAddTo(int x, int[] y, int yOff, int[] z, int zOff) in mulWordAddTo()
1161 public static int sub(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in sub()
DNat192.java157 public static boolean diff(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in diff()
229 public static boolean gte(int[] x, int xOff, int[] y, int yOff) in gte()
328 public static void mul(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mul()
424 public static int mulAddTo(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mulAddTo()
463 public static long mul33Add(int w, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in mul33Add()
849 public static int sub(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in sub()
DNat.java81 public static int addBothTo(int len, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in addBothTo()
429 public static void mul(int len, int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mul()
452 public static int mulAddTo(int len, int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mulAddTo()
494 public static int mulWord(int len, int x, int[] y, int yOff, int[] z, int zOff) in mulWord()
508 public static int mulWordAddTo(int len, int x, int[] y, int yOff, int[] z, int zOff) in mulWordAddTo()
831 public static int sub(int len, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in sub()
901 public static int subBothFrom(int len, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in subBothFrom()
/external/skia/tests/
DDrawTextTest.cpp36 const int yOff = itest.fTop - iref.fTop; in compare() local
DFontHostStreamTest.cpp40 const int yOff = itest.fTop - iref.fTop; in compare() local
DBlurTest.cpp75 const int yOff = itest.fTop - iref.fTop; in compare() local
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
DTestPhysicsCar.java128 float yOff = 0.5f; in buildPlayer() local
DTestAttachDriver.java156 float yOff = 0.5f; in buildPlayer() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DLongArray.java672 private static long addShiftedUp(long[] x, int xOff, long[] y, int yOff, int count, int shift) in addShiftedUp()
685 private static long addShiftedDown(long[] x, int xOff, long[] y, int yOff, int count, int shift) in addShiftedDown()
716 private static void add(long[] x, int xOff, long[] y, int yOff, int count) in add()
724 private static void add(long[] x, int xOff, long[] y, int yOff, long[] z, int zOff, int count) in add()
1641 private static void flipVector(long[] x, int xOff, long[] y, int yOff, int yLen, int bits) in flipVector()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
DGCMUtil.java326 public static void xor(byte[] x, byte[] y, int yOff, int yLen) in xor()
/external/deqp/modules/glshared/
DglsLifetimeTests.cpp502 const GLint yOff = rnd.getInt(0, target.getHeight() - height); in randomViewport() local
DglsLongStressCase.cpp560 void Texture::setSubData (const ConstPixelBufferAccess& src, const int xOff, const int yOff, const … in setSubData() argument
/external/deqp/modules/gles31/functional/
Des31fSeparateShaderTests.cpp994 GLint yOff = rnd.getInt(0, target.getHeight() - height); in randomViewport() local
Des31fTessellationTests.cpp1029 for (int yOff = -((size-1)/2); yOff <= size/2; yOff++) in drawPoint() local