Searched refs:getInts (Results 1 – 9 of 9) sorted by relevance
70 public int[] getInts() { in getInts() method in VertexFrame
96 public int[] getInts() { in getInts() method in SimpleFrame
100 public abstract int[] getInts(); in getInts() method in Frame
123 public int[] getInts() { in getInts() method in NativeFrame
212 public int[] getInts() { in getInts() method in SerializedFrame
184 public int[] getInts() { in getInts() method in GLFrame
255 createHistogramFrame(context, mWidth, mHeight, input.getInts()); in process()
469 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()
470 int32_t* getInts(uint32_t& count) { in getInts() function