Searched refs:copyInto (Results 1 – 7 of 7) sorted by relevance
100 Method copyInto = hardwareLayer.getClass() in loadBitmaps() local102 if (!copyInto.isAccessible()) in loadBitmaps()103 copyInto.setAccessible(true); in loadBitmaps()106 boolean success = (Boolean) copyInto.invoke(hardwareLayer, mHardwareBitmap); in loadBitmaps()
93 public boolean copyInto(Bitmap bitmap) { in copyInto() method in HardwareLayer
592 mLayer.copyInto(bitmap); in getBitmap()
93 void copyInto(const VertexBuffer& srcBuffer, float xOffset, float yOffset) { in copyInto() function
803 dstBuffer.copyInto<TYPE>(srcBuffer, points[i + 0], points[i + 1]); in instanceVertices()
51555 method public synchronized void copyInto(java.lang.Object[]);
49026 method public synchronized void copyInto(java.lang.Object[]);