Home | History | Annotate | Download | only in scriptc

Lines Matching full:cells

22  * The functions below can be used to get and set the cells that comprise
25 * - Individual cells are accessed using the rsGetElementAt* and
27 * - Multiple cells can be copied using the rsAllocationCopy* and
33 * or set cells. Think of them as rsGetCellAt and and rsSetCellAt.
40 * rsAllocationCopy1DRange: Copy consecutive cells between allocations
42 * Copies the specified number of cells from one allocation to another.
58 * dstAlloc: Allocation to copy cells into.
61 * count: Number of cells to be copied.
73 * rsAllocationCopy2DRange: Copy a rectangular region of cells between allocations
75 * Copies a rectangular region of cells from one allocation to another.
76 * (width * heigth) cells are copied.
92 * dstAlloc: Allocation to copy cells into.
116 * This function returns a vector composed of successive cells of the allocation.
596 * This function stores the entries of a vector into successive cells of an allocation.