Home
last modified time | relevance | path

Searched refs:getInts (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DVertexFrame.java70 public int[] getInts() { in getInts() method in VertexFrame
DSimpleFrame.java96 public int[] getInts() { in getInts() method in SimpleFrame
DFrame.java100 public abstract int[] getInts(); in getInts() method in Frame
DNativeFrame.java123 public int[] getInts() { in getInts() method in NativeFrame
DSerializedFrame.java212 public int[] getInts() { in getInts() method in SerializedFrame
DGLFrame.java184 public int[] getInts() { in getInts() method in GLFrame
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DAutoFixFilter.java255 createHistogramFrame(context, mWidth, mHeight, input.getInts()); in process()
/frameworks/base/libs/hwui/
DDisplayListRenderer.cpp469 int* colors = hasColors ? getInts(colorsCount) : NULL; in output()
482 xDivs = getInts(xDivsCount); in output()
483 yDivs = getInts(yDivsCount); in output()
1066 int32_t* colors = hasColors ? getInts(colorsCount) : NULL; in replay()
1084 xDivs = getInts(xDivsCount); in replay()
1085 yDivs = getInts(yDivsCount); in replay()
DDisplayListRenderer.h470 int32_t* getInts(uint32_t& count) { in getInts() function