Home
last modified time | relevance | path

Searched refs:asInts (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLIRect.h29 const int* asInts() const { in asInts() function
38 int* asInts() { return &fLeft; } in asInts() function
DGrGLGpu.cpp1913 GL_CALL(WindowRectangles(glmode, numWindows, glwindows->asInts())); in flushWindowRectangles()
/external/skia/src/gpu/gl/
DGrGLIRect.h29 const int* asInts() const { in asInts() function
38 int* asInts() { return &fLeft; } in asInts() function
DGrGLGpu.cpp1942 GL_CALL(WindowRectangles(glmode, numWindows, glwindows->asInts())); in flushWindowRectangles()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
DGCMUtil.java56 public static int[] asInts(byte[] x) in asInts() method in GCMUtil
63 public static void asInts(byte[] x, int[] z) in asInts() method in GCMUtil
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/modes/gcm/
DGCMUtil.java60 public static int[] asInts(byte[] x) in asInts() method in GCMUtil
67 public static void asInts(byte[] x, int[] z) in asInts() method in GCMUtil
/external/python/pyasn1/
DCHANGES.rst457 + OctetString now supports two python-neutral getters: asOcts() & asInts()