Home
last modified time | relevance | path

Searched defs:xOff (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFieldset.cpp157 LayoutUnit xOff = (legend->x() > 0) ? LayoutUnit() : (legend->width() - borderLeft()) / 2; in paintBoxDecorations() local
208 LayoutUnit xOff = (legend->x() > 0) ? LayoutUnit() : (legend->width() - borderLeft()) / 2; in paintMask() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DLongArray.java569 private static long shiftUp(long[] x, int xOff, int count, int shift) in shiftUp()
582 private static long shiftUp(long[] x, int xOff, long[] z, int zOff, int count, int shift) in shiftUp()
655 private static long addShiftedUp(long[] x, int xOff, long[] y, int yOff, int count, int shift) in addShiftedUp()
668 private static long addShiftedDown(long[] x, int xOff, long[] y, int yOff, int count, int shift) in addShiftedDown()
699 private static void add(long[] x, int xOff, long[] y, int yOff, int count) in add()
707 private static void add(long[] x, int xOff, long[] y, int yOff, long[] z, int zOff, int count) in add()
715 …private static void addBoth(long[] x, int xOff, long[] y1, int y1Off, long[] y2, int y2Off, int co… in addBoth()
1467 private static void flipVector(long[] x, int xOff, long[] y, int yOff, int yLen, int bits) in flipVector()
1537 private static void interleave(long[] x, int xOff, long[] z, int zOff, int count, int width) in interleave()
1556 private static void interleave3(long[] x, int xOff, long[] z, int zOff, int count) in interleave3()
[all …]
DIntArray.java323 private static int addShiftedByBits(int[] x, int xOff, int[] y, int yOff, int count, int shift) in addShiftedByBits()
355 private static void addShiftedByWords(int[] x, int xOff, int[] y, int count) in addShiftedByWords()
704 private static void interleave(int[] x, int xOff, int[] z, int zOff, int count, int rounds) in interleave()
/external/chromium_org/third_party/skia/gm/
Dmegalooper.cpp164 SkLayerDrawLooper* create1Looper(SkScalar xOff, SkScalar yOff, SkColor color) { in create1Looper()
208 SkLayerDrawLooper* create4Looper(SkScalar xOff, SkScalar yOff) { in create4Looper()
Dsimpleaaclip.cpp162 int xOff = 0; in onDraw() local
/external/skia/gm/
Dmegalooper.cpp164 SkLayerDrawLooper* create1Looper(SkScalar xOff, SkScalar yOff, SkColor color) { in create1Looper()
208 SkLayerDrawLooper* create4Looper(SkScalar xOff, SkScalar yOff) { in create4Looper()
Dsimpleaaclip.cpp162 int xOff = 0; in onDraw() local
/external/chromium_org/third_party/skia/bench/
DRectoriBench.cpp73 SkLayerDrawLooper* createLooper(SkScalar xOff, SkScalar sigma) { in createLooper()
/external/skia/bench/
DRectoriBench.cpp73 SkLayerDrawLooper* createLooper(SkScalar xOff, SkScalar sigma) { in createLooper()
/external/chromium_org/third_party/skia/tests/
DFontHostStreamTest.cpp39 const int xOff = itest.fLeft - iref.fLeft; in compare() local
DDrawTextTest.cpp35 const int xOff = itest.fLeft - iref.fLeft; in compare() local
DBlurTest.cpp74 const int xOff = itest.fLeft - iref.fLeft; in compare() local
/external/skia/tests/
DFontHostStreamTest.cpp39 const int xOff = itest.fLeft - iref.fLeft; in compare() local
DDrawTextTest.cpp35 const int xOff = itest.fLeft - iref.fLeft; in compare() local
DBlurTest.cpp74 const int xOff = itest.fLeft - iref.fLeft; in compare() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
DSHA1Digest.java20 private int xOff; field in SHA1Digest
DSHA224Digest.java27 private int xOff; field in SHA224Digest
DSHA256Digest.java27 private int xOff; field in SHA256Digest
DMD5Digest.java17 private int xOff; field in MD5Digest
/external/deqp/modules/glshared/
DglsLifetimeTests.cpp497 const GLint xOff = rnd.getInt(0, width - maxWidth); 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.cpp885 GLint xOff = rnd.getInt(0, target.getWidth() - width); in randomViewport() local
Des31fTessellationTests.cpp1025 for (int xOff = -((size-1)/2); xOff <= size/2; xOff++) in drawPoint() local
/external/skia/src/core/
DSkPath.cpp1019 SkScalar xOff[kCornerPts]; in add_corner_quads() local
/external/chromium_org/third_party/skia/src/core/
DSkPath.cpp1019 SkScalar xOff[kCornerPts]; in add_corner_quads() local

12