Home
last modified time | relevance | path

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

/external/skia/gm/
Danisotropic.cpp71 int yOff; in onDraw() local
86 int xOff, yOff; in onDraw() local
Dmegalooper.cpp164 sk_sp<SkDrawLooper> create1Looper(SkScalar xOff, SkScalar yOff, SkColor color) { in create1Looper()
207 sk_sp<SkDrawLooper> create4Looper(SkScalar xOff, SkScalar yOff) { in create4Looper()
Dnested.cpp95 SkScalar xOff = 2, yOff = 2; in onDraw() local
/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()
269 public static boolean diff(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in diff()
370 public static boolean gte(int[] x, int xOff, int[] y, int yOff) in gte()
511 public static void mul(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mul()
629 public static int mulAddTo(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mulAddTo()
676 public static long mul33Add(int w, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in mul33Add()
777 public static int mulWordAddTo(int x, int[] y, int yOff, int[] z, int zOff) in mulWordAddTo()
1236 public static int sub(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in sub()
DNat192.java174 public static boolean diff(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in diff()
275 public static boolean gte(int[] x, int xOff, int[] y, int yOff) in gte()
402 public static void mul(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mul()
498 public static int mulAddTo(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mulAddTo()
537 public static long mul33Add(int w, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in mul33Add()
923 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()
434 public static void mul(int len, int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mul()
457 public static int mulAddTo(int len, int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mulAddTo()
499 public static int mulWord(int len, int x, int[] y, int yOff, int[] z, int zOff) in mulWord()
513 public static int mulWordAddTo(int len, int x, int[] y, int yOff, int[] z, int zOff) in mulWordAddTo()
871 public static int sub(int len, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in sub()
941 public static int subBothFrom(int len, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in subBothFrom()
/external/skia/tests/
DFontHostStreamTest.cpp40 const int yOff = itest.fTop - iref.fTop; in compare() local
DDrawTextTest.cpp38 const int yOff = itest.fTop - iref.fTop; in compare() local
DBlurTest.cpp77 const int yOff = itest.fTop - iref.fTop; in compare() local
/external/skia/tools/
Dsk_tool_utils.cpp397 for (int yOff = 0; yOff < wh; ++yOff) { in create_2d_kernel() local
406 for (int yOff = 0; yOff < wh; ++yOff) { in create_2d_kernel() local
421 for (int yOff = 0; yOff < wh; ++yOff) { in blur_pixel() local
/external/ImageMagick/Magick++/lib/
DGeometry.cpp428 inline void Magick::Geometry::yOff(::ssize_t yOff_) in yOff() function in Magick::Geometry
433 ::ssize_t Magick::Geometry::yOff(void) const in yOff() function in Magick::Geometry
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DLongArray.java674 private static long addShiftedUp(long[] x, int xOff, long[] y, int yOff, int count, int shift) in addShiftedUp()
687 private static long addShiftedDown(long[] x, int xOff, long[] y, int yOff, int count, int shift) in addShiftedDown()
718 private static void add(long[] x, int xOff, long[] y, int yOff, int count) in add()
726 private static void add(long[] x, int xOff, long[] y, int yOff, long[] z, int zOff, int count) in add()
1643 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/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationCoordinatesTests.cpp202 for (int yOff = -((size-1)/2); yOff <= size/2; ++yOff) in drawPoint() local
/external/deqp/modules/glshared/
DglsLifetimeTests.cpp664 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