Lines Matching refs:array
73 * "array".
75 * @param ptrs array of points to each element to be copied into the table.
76 * @param sizes array of byte-lengths for each entry in the corresponding
77 * ptrs[] array.
78 * @param count the number of array elements in ptrs[] and sizes[] to copy.
84 * Return a new table that contains a copy of the data in array.
86 * @param array contiguous array of data for all elements to be copied.
88 * @param count the number of entries to be copied out of array. The number
91 static SkDataTable* NewCopyArray(const void* array, size_t elemSize,
94 static SkDataTable* NewArrayProc(const void* array, size_t elemSize,
120 SkDataTable(const void* array, size_t elemSize, int count,